aboutsummaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-01-26 20:15:27 +0000
committerCy Schubert <cy@FreeBSD.org>2021-01-26 20:15:27 +0000
commite16b226e185e7a15c899db71de3500b78e6e52a4 (patch)
tree43cbb32d205db1cc97dcea386d89b5d3cb44bc4e /security/wpa_supplicant
parenta6e8f6aac5a5a006eef243ea61c27461220468dc (diff)
downloadports-e16b226e185e7a15c899db71de3500b78e6e52a4.tar.gz
ports-e16b226e185e7a15c899db71de3500b78e6e52a4.zip
Disable NDIS by default.
From src/bfc99943b04b46a6c1c885ce7bcc6f235b7422aa (brooks): nids(4) was a clever idea in the early 2000's when the market was flooded with 10/100 NICs with Windows-only drivers, but that hasn't been the case for ages and the driver has had no meaningful maintenance in ages. It only supports Windows-XP era drivers. Therefore NDIS has been removed from 14-CURRENT. Those who still want or need NDIS on older supported versions of FreeBSD can still enable the options and rebuild the port.
Notes
Notes: svn path=/head/; revision=562996
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index c704cdfae993..dea49a788cfc 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wpa_supplicant
PORTVERSION= 2.9
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security net
MASTER_SITES= https://w1.fi/releases/
@@ -45,11 +45,11 @@ OPTIONS_DEFINE= WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \
IEEE8021X_EAPOL EAPOL_TEST \
HS20 NO_ROAMING P2P TDLS DBUS MATCH DOCS \
SIM_SIMULATOR USIM_SIMULATOR
-OPTIONS_DEFAULT= BSD WIRED NDIS \
+OPTIONS_DEFAULT= BSD WIRED \
TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK \
WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \
INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \
- IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP NDIS \
+ IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \
FAST PWD PAX SAKE GPSK TNC IKEV2 EKE
OPTIONS_SUB=