Removal of "-lstdc++" from the Makefile breaks the build on my 9.3 amd64 server. From the build log: -----BEGIN----- /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/drivers/modbus/libmodbusdrv.a(ModbusComm.o): In function `ModbusComm::ReadRegister(unsigned short, unsigned int)': ModbusComm.cpp:(.text+0x5f9): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::assign(char const*, int)': astring.cpp:(.text+0x6c): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::realloc(unsigned int)': astring.cpp:(.text+0x1de): undefined reference to `operator new[](unsigned long)' /wrkdirs/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.13/src/lib/libapc.a(astring.o): In function `astring::vformat(char const*, __va_list_tag*)': astring.cpp:(.text+0x48e): undefined reference to `operator new[](unsigned long)' Makefile:33: recipe for target 'apcupsd' failed gmake[2]: *** [apcupsd] Error 1 ../autoconf/targets.mak:55: recipe for target 'all' failed gmake[1]: *** [all] Error 2 autoconf/targets.mak:105: recipe for target 'src_DIR' failed gmake: *** [src_DIR] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/sysutils/apcupsd. -----END----- Fixed for me by adding "-lstdc++" to the LIBS entry in the Makefile.
Maintainer reset.
Recent revision ports r435590 builds fine for me on 9.3/amd64 (despite the fact that it is no longer supported and requires explicit ALLOW_UNSUPPORTED_SYSTEM setting). Feel free to reopen the bug if the problem still persists, or even better upgrade your system to a supported FreeBSD version.