Date: Thu, 11 Aug 2016 20:22:28 +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: r420103 - head/mail/sendmail Message-ID: <201608112022.u7BKMSKW068631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Aug 11 20:22:27 2016 New Revision: 420103 URL: https://svnweb.freebsd.org/changeset/ports/420103 Log: - unbreak regressions with bdb 1.8.5 - restore compatibility with base Modified: head/mail/sendmail/Makefile Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Thu Aug 11 20:06:03 2016 (r420102) +++ head/mail/sendmail/Makefile Thu Aug 11 20:22:27 2016 (r420103) @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} @@ -21,7 +21,7 @@ CONFLICTS?= courier-0.* postfix-1.* post USERS= smmsp GROUPS= smmsp -USES= bdb cpe uidfix +USES= cpe uidfix MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} \ SBINOWN=${UID} SBINGRP=${GID} \ GBINOWN=${UID} GBINGRP=${GID} \ @@ -57,6 +57,8 @@ CYRUSLOOKUP_DESC= Enable cyruslookup fea PICKY_HELO_CHECK_DESC= Enable picky HELO check MILTER_DESC= Enable milter support +BDB_USES= bdb +TLS_USES= ssl LDAP_USE= OPENLDAP=yes SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd @@ -118,9 +120,6 @@ SITE+= ${FILESDIR}/site.config.m4.ldap .if ${PORT_OPTIONS:MMILTER} SITE+= ${FILESDIR}/site.config.m4.milter .endif -.if ${PORT_OPTIONS:MTLS} -USES+= ssl -.endif SED_SCRIPT= -e "s|\`-O\'|\`${CFLAGS}\'|" \ -e 's|%%CC%%|${CC}|' -e 's|%%LD%%|${LD}|'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608112022.u7BKMSKW068631>