The apcupsd-3.14.14_1 version fails to build the USB driver even though the USB option is turned on. Partial build output from the configure stage: drivers (no-* are disabled): apcsmart dumb net no-usb snmp pcnet modbus no-modbus-usb no-test I have tried building with either USB turned on and off but this line remains the same.
Created attachment 180601 [details] Patch for sysutils/apcupsd/Makefile to fix USB driver building An extra underscore was added to the USB_DRV_CONFIGURE_ENABLE definition in the Makefile. Removing it corrects the USB driver build on my system.
The change was introduced in ports r435590
This was fixed in ports r435604