diff options
Diffstat (limited to 'security/wpa_supplicant-devel/Makefile')
| -rw-r--r-- | security/wpa_supplicant-devel/Makefile | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index 379d1fee6e03..537f5acf92a5 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -1,5 +1,6 @@  PORTNAME=	wpa_supplicant  PORTVERSION=	${COMMIT_DATE} +PORTREVISION=	2  CATEGORIES=	security net  PKGNAMESUFFIX=	-devel @@ -17,6 +18,7 @@ LICENSE=	BSD3CLAUSE  LICENSE_FILE=	${WRKSRC}/README  USES=		cpe gmake pkgconfig:build readline ssl +USE_LDCONFIG=	yes  BUILD_WRKSRC=	${WRKSRC}/wpa_supplicant  INSTALL_WRKSRC=	${WRKSRC}/src  CPPFLAGS+=	-Wno-incompatible-function-pointer-types @@ -43,7 +45,7 @@ OPTIONS_DEFINE=		WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \  			HT_OVERRIDES VHT_OVERRIDES TLSV12 IEEE80211W \  			IEEE80211R DEBUG_FILE DEBUG_SYSLOG PRIVSEP \  			DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \ -			IEEE8021X_EAPOL EAPOL_TEST \ +			IEEE8021X_EAPOL EAPOL_TEST IPV6 LIBWPA\  			HS20 NO_ROAMING P2P PASN TDLS DBUS MATCH DOCS \                          SIM_SIMULATOR USIM_SIMULATOR WNM MBO RSN_PREAUTH WEP  OPTIONS_DEFAULT=	BSD WIRED \ @@ -52,7 +54,7 @@ OPTIONS_DEFAULT=	BSD WIRED \  			INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \  			IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \  			FAST PWD PAX SAKE GPSK TNC IKEV2 EKE \ -			WNM MBO RSN_PREAUTH WEP PASN +			WNM MBO RSN_PREAUTH WEP PASN IPV6 LIBWPA  OPTIONS_SUB=  WPS_DESC=		Wi-Fi Protected Setup @@ -71,6 +73,7 @@ IEEE80211R_DESC=	Fast BSS Transition (IEEE 802.11r-2008)  IEEE80211W_DESC=	Management Frame Protection (IEEE 802.11w)  IEEE8021X_EAPOL_DESC=	EAP over LAN support  EAPOL_TEST_DESC=	Development testing +IPV6_DESC=		Development testing IPv6 support  DEBUG_FILE_DESC=	Support for writing debug log to a file  DEBUG_SYSLOG_DESC=	Send debug messages to syslog instead of stdout  PRIVSEP_DESC=		Privilege separation @@ -118,6 +121,7 @@ TNC_DESC=		Trusted Network Connect  WNM_DESC=		Wireless Network Monitoring  MBO_DESC=		Multi Band Operation (Enables WNM)  RSN_PREAUTH=		RSN Preauthentication +LIBWPA_DESC=		libwpa_client Shared Library  PRIVSEP_PLIST_FILES=	sbin/wpa_priv  DBUS_PLIST_FILES=	share/dbus-1/system-services/fi.w1.wpa_supplicant1.service \ @@ -167,7 +171,7 @@ post-patch:  .endif  .for simple in WPS WPS_ER WPS_NFC WPS_UPNP PKCS12 SMARTCARD HT_OVERRIDES \  	VHT_OVERRIDES TLSV12 IEEE80211AC IEEE80211N IEEE80211R IEEE80211W \ -	IEEE8021X_EAPOL EAPOL_TEST \ +	IEEE8021X_EAPOL EAPOL_TEST IPV6 \  	INTERWORKING DEBUG_FILE DEBUG_SYSLOG HS20 NO_ROAMING PRIVSEP P2P \  	PASN TDLS WNM MBO RSN_PREAUTH  .  if ${PORT_OPTIONS:M${simple}} | 
