[Midnightbsd-cvs] mports [16038] trunk/mail/postfix/Makefile: drop lmdb. the port of that is too much of a hassle

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 8 18:23:36 EST 2014


Revision: 16038
          http://svnweb.midnightbsd.org/mports/?rev=16038
Author:   laffer1
Date:     2014-03-08 18:23:35 -0500 (Sat, 08 Mar 2014)
Log Message:
-----------
drop lmdb. the port of that is too much of a hassle

Modified Paths:
--------------
    trunk/mail/postfix/Makefile

Modified: trunk/mail/postfix/Makefile
===================================================================
--- trunk/mail/postfix/Makefile	2014-03-08 23:22:50 UTC (rev 16037)
+++ trunk/mail/postfix/Makefile	2014-03-08 23:23:35 UTC (rev 16038)
@@ -34,7 +34,7 @@
 SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
 
 OPTIONS_DEFINE=	PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP LDAP_SASL \
-		CDB NIS VDA TEST SPF LMDB
+		CDB NIS VDA TEST SPF
 PCRE_DESC=	Perl Compatible Regular Expressions
 SASL2_DESC=	Cyrus SASLv2 (Simple Auth. and Sec. Layer)
 DOVECOT_DESC=	Dovecot 1.x SASL authentication method
@@ -53,7 +53,6 @@
 VDA_DESC=	VDA (Virtual Delivery Agent 32Bit)
 TEST_DESC=	SMTP/LMTP test server and generator
 SPF_DESC=	SPF support (via libspf2 1.2.x)
-LMDB_DESC=	LMDB maps
 
 OPTIONS_RADIO=	RG1 RG2
 OPTIONS_RADIO_RG1=	DOVECOT DOVECOT2
@@ -251,12 +250,6 @@
 USE_RC_SUBR=	postfix
 PLIST_SUB+=	BASE="@comment "
 
-.if ${PORT_OPTIONS:MLMDB}
-LIB_DEPENDS+=		lmdb:${PORTSDIR}/databases/lmdb
-POSTFIX_CCARGS+=	-DHAS_LMDB -I${LOCALBASE}/include
-POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -llmdb
-.endif
-
 PLIST_SUB+=	PFETC=${ETCDIR}
 
 .if ${PORT_OPTIONS:MDOCS}



More information about the Midnightbsd-cvs mailing list