svn commit: r442009 - head/mail/sendmail
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 29 15:27:42 UTC 2017
Author: sunpoet
Date: Mon May 29 15:27:40 2017
New Revision: 442009
URL: https://svnweb.freebsd.org/changeset/ports/442009
Log:
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket)
Modified:
head/mail/sendmail/Makefile
Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile Mon May 29 15:27:36 2017 (r442008)
+++ head/mail/sendmail/Makefile Mon May 29 15:27:40 2017 (r442009)
@@ -45,7 +45,7 @@ BASEMAIL= /usr/libexec/sendmail/sendmail
MILTER_SOVER?= 6
OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER DOCS
-OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER
+OPTIONS_DEFAULT?= SHMEM SEM LA NIS TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER
NO_OPTIONS_SORT=yes
SHMEM_DESC= System V shared memory support
LA_DESC= load averages support
More information about the svn-ports-all
mailing list