From owner-cvs-ports@FreeBSD.ORG Sat May 27 22:48:55 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68CB16A91E; Sat, 27 May 2006 22:28:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7539543D4C; Sat, 27 May 2006 22:28:58 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4RMRqAW030857; Sat, 27 May 2006 22:27:52 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4RMRquG030856; Sat, 27 May 2006 22:27:52 GMT (envelope-from clsung) Message-Id: <200605272227.k4RMRquG030856@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 27 May 2006 22:27:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dovecot Makefile ports/mail/dovecot/files patch-master-settings.c patch-module-dir.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2006 22:48:58 -0000 clsung 2006-05-27 22:27:52 UTC FreeBSD ports repository Modified files: mail/dovecot Makefile Added files: mail/dovecot/files patch-master-settings.c patch-module-dir.c Log: - It fixes the the C89 alignment issue encountered when compiling with gcc-2.95 in addition to the dlerror() problem reported in ports/97671. The patch is not conditionally applied as it will soon be removed, and does no harm in the C99 case. PR: 97565 Submitted by: Rong-En Fan Reviewed by: maintainer (Robin Breathe) Revision Changes Path 1.47 +1 -0 ports/mail/dovecot/Makefile 1.1 +10 -0 ports/mail/dovecot/files/patch-master-settings.c (new) 1.1 +12 -0 ports/mail/dovecot/files/patch-module-dir.c (new)