porlint:
portlint not like how the options are handled: Warnings: OPT is listed in
OPTIONS_DEFINE, but no PORT_OPTIONS:OPT appears. Otherwise fine.
testport: OK (poudriere: 9.3-RELEASE-p48, i386, default options)
testport: OK (poudriere: 9.3-RELEASE-p48, amd64, default options)
testport: OK (poudriere: 10.3-RELEASE-p10, i386, default options)
testport: OK (poudriere: 10.3-RELEASE-p10, amd64, default options)
testport: OK (poudriere: 11.0-RELEASE-p1, i386, default options)
testport: OK (poudriere: 11.0-RELEASE-p1, amd64, default options)
Two option combinations cause build errors on all the releases listed above.
Build failure when NDIS and PRIVSEP are both on:
...
CC wpa_priv.c
sed dbus/fi.w1.wpa_supplicant1.service.in
../src/drivers/driver_ndis.o: In function `wpa_driver_ndis_get_scan_results':
../src/drivers/driver_ndis.c:(.text+0x2847): undefined reference to `get_ie'
Build failure when are both on IEEE80211AC and IEEE80211N are on:
...
CC ctrl_iface.c
../src/ap/ieee802_11_vht.o: In function `hostapd_eid_txpower_envelope':
../src/ap/ieee802_11_vht.c:(.text+0x2ef): undefined reference to `hostapd_is_dfs_required'
cc: error: linker command failed with exit code 1 (use -v to see invocation)