svn commit: r442017 - head/security/samhain

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:28:19 UTC 2017


Author: sunpoet
Date: Mon May 29 15:28:18 2017
New Revision: 442017
URL: https://svnweb.freebsd.org/changeset/ports/442017

Log:
  Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/samhain/Makefile

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Mon May 29 15:28:13 2017	(r442016)
+++ head/security/samhain/Makefile	Mon May 29 15:28:18 2017	(r442017)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE=	ASM DB_RELOAD DEBUG DNMA
 		LOGFILE_MONITOR LOGIN_WATCH MAIL MOUNTS_CHECK MYSQL ODBC PGSQL \
 		PORT_CHECK PROCESS_CHECK POSIX_ACL PRELUDE PTRACE SRP STATIC \
 		SUIDCHECK UDP USERFILES XML_LOGS
-OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT IPV6 LIBWRAP MAIL SRP
+OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT LIBWRAP MAIL SRP
 
 DB_RELOAD_DESC=	Enable database reload on SIGHUP
 DNMALLOC_DESC=	Enable dnmalloc


More information about the svn-ports-all mailing list