Date: Sat, 1 May 2004 12:14:57 +0200 (CEST) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66140: [MAINTAINER] mail/lmtpd: Remove auto-OPTIONS Message-ID: <20040501101457.C158A7E850@kiwi.oav.net> Resent-Message-ID: <200405011020.i41AKFPf055121@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66140 >Category: ports >Synopsis: [MAINTAINER] mail/lmtpd: Remove auto-OPTIONS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 01 03:20:15 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD plonk.home.oav.net 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Thu Apr 22 12:40:58 CEST 2004 >Description: - Remove auto OPTIONSize the ports. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- lmtpd-0.9.16_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/Makefile /usr/ports/mail/lmtpd/Makefile --- /usr/ports/mail/lmtpd.old/Makefile Sat May 1 11:56:01 2004 +++ /usr/ports/mail/lmtpd/Makefile Sat May 1 12:12:10 2004 @@ -7,7 +7,7 @@ PORTNAME= lmtpd PORTVERSION= 0.9.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll @@ -19,29 +19,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome OPTIONS= PCRE "Support for PCRE" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) -WITH_MYSQL= yes OPTIONS+= MYSQL "Support for MySQL Queries and Logs" on -.else -OPTIONS+= MYSQL "Support for MySQL Queries and Logs" off -.endif - -.if exists(${LOCALBASE}/lib/libdb3.so) -WITH_DB3= yes OPTIONS+= DB3 "Support for DB3" on -.else -OPTIONS+= DB3 "Support for DB3" off -.endif - -.if exists(${LOCALBASE}/lib/libdb4.so) -WITH_DB4= yes -OPTIONS+= DB4 "Support for DB4" on -.else OPTIONS+= DB4 "Support for DB4" off -.endif + +.include <bsd.port.pre.mk> .if defined(WITH_DB3) && defined(WITH_DB4) .error You cannot use DB3 and DB4 in the same time. --- lmtpd-0.9.16_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040501101457.C158A7E850>