Date: Fri, 19 Sep 2014 12:40:53 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368555 - head/mail/opensmtpd Message-ID: <201409191240.s8JCerwd099654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Sep 19 12:40:53 2014 New Revision: 368555 URL: http://svnweb.freebsd.org/changeset/ports/368555 QAT: https://qat.redports.org/buildarchive/r368555/ Log: - Drop dependency on autoconf and automake - Use correct form of OPTIONS_SUB - Remove FreeBSD 7 support - Remove post-deinstall (handled by pkg) Modified: head/mail/opensmtpd/Makefile Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Fri Sep 19 12:38:07 2014 (r368554) +++ head/mail/opensmtpd/Makefile Fri Sep 19 12:40:53 2014 (r368555) @@ -24,7 +24,7 @@ OPTIONS_DEFAULT= CA_BUNDLE PAM CA_BUNDLE_DESC= Install CA bundle for OpenSSL USES= libtool -USE_AUTOTOOLS= autoconf:env automake:env +USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ --with-mailwrapper @@ -37,7 +37,7 @@ CONFLICTS_INSTALL= postfix-[0-9]* sendma USERS= _smtpd _smtpq GROUPS= _smtpd -OPTIONS_SUB= MYSQL SQLITE PGSQL LDAP REDIS +OPTIONS_SUB= yes CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss @@ -62,16 +62,4 @@ PAM_CONFIGURE_ON= --with-pam --with-pam- REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis REDIS_CONFIGURE_ON= --with-experimental-redis -.include <bsd.port.options.mk> - -USE_OPENSSL= yes - -# FreeBSD 7.3 and earlier need to use OpenSSL from ports -.if ${OSVERSION} < 704000 -WITH_OPENSSL_PORT= yes -.endif - -post-deinstall: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191240.s8JCerwd099654>