ports/66140: [MAINTAINER] mail/lmtpd: Remove auto-OPTIONS

Xavier Beaudouin kiwi at oav.net
Sat May 1 10:20:15 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list