From owner-cvs-ports@FreeBSD.ORG Thu Jan 15 07:12:43 2004 Return-Path: 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 E8D1A16A4CE; Thu, 15 Jan 2004 07:12:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3418F43D53; Thu, 15 Jan 2004 07:12:33 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0FFCX0B083433; Thu, 15 Jan 2004 07:12:33 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0FFCW0B083432; Thu, 15 Jan 2004 07:12:32 -0800 (PST) (envelope-from sergei) Message-Id: <200401151512.i0FFCW0B083432@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 15 Jan 2004 07:12:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/courier Makefile Makefile.man distinfo pkg-descr pkg-install pkg-message pkg-plist ports/mail/courier/files courier.sh patch-configure ports/mail/courier/scripts ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 15 Jan 2004 15:12:44 -0000 sergei 2004/01/15 07:12:32 PST FreeBSD ports repository Modified files: mail/courier Makefile Makefile.man distinfo pkg-descr pkg-install pkg-message pkg-plist mail/courier/files courier.sh mail/courier/scripts configure.courier Added files: mail/courier/files patch-configure patch-courier::configure Removed files: mail/courier/files patch-courier::configure.in Log: - Update to 0.44.2 - Fix LDAP support build problems - CONFLICTS has been expanded - WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT - WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system and NOUUCP is no longer a /etc/make.conf tunable for buildworld - WITH_EXPECT not being set now adds --disable-changepass which causes the suid authdaemon.passwd to not be installed. - devel/fam dependency is now non-optional since the port will use the library if it finds it regardless of one's intention to use it or not. For instance if libfam is installed and one doe not want it used by courier but chosses the WITH_LDAP support than libfam will get sucked in as well. Then the user deletes fam and courier breaks because the user had no idea courier depended on it. So until courier gets a configure --without-fam tunable this should be a mandatory dependency. - and last but not least etc/rc.d/courier.sh startup script has been rewritten to work with rc.subr which allows one to move it to /etc/rc.d/courier and have it just work. :) PR: 61112 Submitted by: Yarema Revision Changes Path 1.23 +87 -53 ports/mail/courier/Makefile 1.6 +5 -5 ports/mail/courier/Makefile.man 1.11 +1 -1 ports/mail/courier/distinfo 1.3 +103 -51 ports/mail/courier/files/courier.sh 1.1 +12 -0 ports/mail/courier/files/patch-configure (new) 1.1 +15 -0 ports/mail/courier/files/patch-courier::configure (new) 1.2 +0 -21 ports/mail/courier/files/patch-courier::configure.in (dead) 1.3 +1 -1 ports/mail/courier/pkg-descr 1.5 +3 -3 ports/mail/courier/pkg-install 1.4 +18 -3 ports/mail/courier/pkg-message 1.10 +52 -38 ports/mail/courier/pkg-plist 1.11 +50 -62 ports/mail/courier/scripts/configure.courier