Date: Thu, 11 Aug 2016 19:51:43 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420100 - head/mail/meta1 Message-ID: <201608111951.u7BJphU9056438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Aug 11 19:51:43 2016 New Revision: 420100 URL: https://svnweb.freebsd.org/changeset/ports/420100 Log: - cleanup options Modified: head/mail/meta1/Makefile Modified: head/mail/meta1/Makefile ============================================================================== --- head/mail/meta1/Makefile Thu Aug 11 19:34:51 2016 (r420099) +++ head/mail/meta1/Makefile Thu Aug 11 19:51:43 2016 (r420100) @@ -54,6 +54,8 @@ MSP_DESC= Enable mail submision program SASL2_DESC= Adds SASL2 support SASL2AUTHD_DESC= Enable plaintext authentication via SASL2 +BDB_USES= bdb +PMILTER_USES= ssl PMILTER_CONFIGURE_ENABLE= pmilter DKIM_CONFIGURE_ENABLE= DKIM MSP_CONFIGURE_ENABLE= msp @@ -71,10 +73,8 @@ MAKE_ENV+= MTA_NETINET6=1 .endif .if ${PORT_OPTIONS:MBDB} -# Why keep the option if it can't work ? BROKEN= port version of Berkeley DB is not compatible -USES+= bdb -INVALID_BDB_VER= 46 47 48 5 6 +INVALID_BDB_VER= 48 5 6 BERKELEYDB_SUFFIX= -db${BDB_VER} CONFIGURE_ARGS+= --disable-included-bdb CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR} @@ -85,9 +85,7 @@ BERKELEYDB_SUFFIX= -intbdb PLIST_SUB+= WITH_BDBINT="" .endif -.if ${PORT_OPTIONS:MPMILTER} -USES+= ssl -.else +.if ! ${PORT_OPTIONS:MPMILTER} PMILTER_SUFFIX?= -nopmilter .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608111951.u7BJphU9056438>