svn commit: r442013 - head/net/wireshark

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


Author: sunpoet
Date: Mon May 29 15:27:59 2017
New Revision: 442013
URL: https://svnweb.freebsd.org/changeset/ports/442013

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

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Mon May 29 15:27:54 2017	(r442012)
+++ head/net/wireshark/Makefile	Mon May 29 15:27:59 2017	(r442013)
@@ -66,7 +66,7 @@ OPTIONS_SINGLE=		KERBEROS
 OPTIONS_RADIO_GUI=	GTK2 GTK3 QT5
 OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE
 
-OPTIONS_DEFAULT?=	SNMP IPV6 GEOIP KRB_BASE GTK3 DECRYPT
+OPTIONS_DEFAULT?=	SNMP GEOIP KRB_BASE GTK3 DECRYPT
 
 RTP_DESC=		Enable support for playing back RTP streams
 DECRYPT_DESC=		Decryption support for SSL and IPSec


More information about the svn-ports-all mailing list