Building aprsd-2.2.515.txz (origin /buildshare/ports/355755/comms/aprsd) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/aprsd-2.2.5-15.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> aprsd-2.2.515 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of aprsd-2.2.515 Make install ===> aprsd-2.2.515 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by aprsd-2.2.515 for building ===> Extracting for aprsd-2.2.515 => SHA256 Checksum OK for aprsd-2.2.5-15.tar.gz. ===> Patching for aprsd-2.2.515 ===> Applying FreeBSD patches for aprsd-2.2.515 ===> Configuring for aprsd-2.2.515 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/comms/aprsd/work/aprsd-2.2.5-15/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/comms/aprsd/work/aprsd-2.2.5-15/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for pthread_mutexattr_init in -lpthread... yes checking for crypt in -lcrypt... (cached) yes checking how to run the C preprocessor... cpp checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking netax25/ax25.h usability... no checking netax25/ax25.h presence... no checking for netax25/ax25.h... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking shadow.h usability... no checking shadow.h presence... no checking for shadow.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking whether cc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking whether stat accepts an empty string... no checking whether strerror_r is declared... (cached) yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... no checking for strftime... (cached) yes checking for gethostbyname... (cached) yes checking for gethostname... (cached) yes checking for getspnam... no checking for gettimeofday... (cached) yes checking for inet_ntoa... (cached) yes checking for malloc... yes checking for memchr... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for select... (cached) yes checking for socket... yes checking for strchr... yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strpbrk... (cached) yes checking for strstr... yes checking for strtol... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating support/Makefile config.status: creating doc/Makefile config.status: creating admin/Makefile config.status: creating aprspass/Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for aprsd-2.2.515 /usr/bin/make all-recursive Making all in src if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT aprsd.o -MD -MP -MF ".deps/aprsd.Tpo" -c -o aprsd.o `test -f 'aprsd.cpp' || echo './'`aprsd.cpp; then mv -f ".deps/aprsd.Tpo" ".deps/aprsd.Po"; else rm -f ".deps/aprsd.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from aprsd.cpp:56: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from aprsd.cpp:88: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from aprsdexception.h:29, from mutex.h:36, from dupCheck.h:32, from aprsd.cpp:76: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT aprsString.o -MD -MP -MF ".deps/aprsString.Tpo" -c -o aprsString.o `test -f 'aprsString.cpp' || echo './'`aprsString.cpp; then mv -f ".deps/aprsString.Tpo" ".deps/aprsString.Po"; else rm -f ".deps/aprsString.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from aprsString.cpp:33: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. aprsString.cpp: In member function 'bool aprsd::aprsString::thirdPartyReformat(const char*)': aprsString.cpp:1053: warning: deprecated conversion from string constant to 'char*' aprsString.cpp:1056: warning: deprecated conversion from string constant to 'char*' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT ax25socket.o -MD -MP -MF ".deps/ax25socket.Tpo" -c -o ax25socket.o `test -f 'ax25socket.cpp' || echo './'`ax25socket.cpp; then mv -f ".deps/ax25socket.Tpo" ".deps/ax25socket.Po"; else rm -f ".deps/ax25socket.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT cpqueue.o -MD -MP -MF ".deps/cpqueue.Tpo" -c -o cpqueue.o `test -f 'cpqueue.cpp' || echo './'`cpqueue.cpp; then mv -f ".deps/cpqueue.Tpo" ".deps/cpqueue.Po"; else rm -f ".deps/cpqueue.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from cpqueue.cpp:32: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -MT crc32.o -MD -MP -MF ".deps/crc32.Tpo" -c -o crc32.o `test -f 'crc32.c' || echo './'`crc32.c; then mv -f ".deps/crc32.Tpo" ".deps/crc32.Po"; else rm -f ".deps/crc32.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT dupCheck.o -MD -MP -MF ".deps/dupCheck.Tpo" -c -o dupCheck.o `test -f 'dupCheck.cpp' || echo './'`dupCheck.cpp; then mv -f ".deps/dupCheck.Tpo" ".deps/dupCheck.Po"; else rm -f ".deps/dupCheck.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from dupCheck.cpp:31: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT aprsdexception.o -MD -MP -MF ".deps/aprsdexception.Tpo" -c -o aprsdexception.o `test -f 'aprsdexception.cpp' || echo './'`aprsdexception.cpp; then mv -f ".deps/aprsdexception.Tpo" ".deps/aprsdexception.Po"; else rm -f ".deps/aprsdexception.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT exceptionguard.o -MD -MP -MF ".deps/exceptionguard.Tpo" -c -o exceptionguard.o `test -f 'exceptionguard.cpp' || echo './'`exceptionguard.cpp; then mv -f ".deps/exceptionguard.Tpo" ".deps/exceptionguard.Po"; else rm -f ".deps/exceptionguard.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT history.o -MD -MP -MF ".deps/history.Tpo" -c -o history.o `test -f 'history.cpp' || echo './'`history.cpp; then mv -f ".deps/history.Tpo" ".deps/history.Po"; else rm -f ".deps/history.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from history.cpp:47: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from history.cpp:58: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from aprsdexception.h:29, from mutex.h:36, from cpqueue.h:30, from aprsd.h:9, from history.cpp:55: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT httpserver.o -MD -MP -MF ".deps/httpserver.Tpo" -c -o httpserver.o `test -f 'httpserver.cpp' || echo './'`httpserver.cpp; then mv -f ".deps/httpserver.Tpo" ".deps/httpserver.Po"; else rm -f ".deps/httpserver.Tpo"; exit 1; fi In file included from httpserver.cpp:36: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from httpserver.cpp:35: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition httpserver.cpp: In function 'void buildPage(StringList&)': httpserver.cpp:164: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:166: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:169: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:171: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:174: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:176: warning: deprecated conversion from string constant to 'char*' httpserver.cpp: In function 'void buildPortInfoPage(std::list, std::allocator >, std::allocator, std::allocator > > >&, const std::string&)': httpserver.cpp:495: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:496: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:497: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:498: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:499: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:500: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:501: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:502: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:503: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:504: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:505: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:506: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:507: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:508: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:509: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:510: warning: deprecated conversion from string constant to 'char*' httpserver.cpp:511: warning: deprecated conversion from string constant to 'char*' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT mic_e.o -MD -MP -MF ".deps/mic_e.Tpo" -c -o mic_e.o `test -f 'mic_e.cpp' || echo './'`mic_e.cpp; then mv -f ".deps/mic_e.Tpo" ".deps/mic_e.Po"; else rm -f ".deps/mic_e.Tpo"; exit 1; fi mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' mic_e.cpp:56: warning: deprecated conversion from string constant to 'char*' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT mutex.o -MD -MP -MF ".deps/mutex.Tpo" -c -o mutex.o `test -f 'mutex.cpp' || echo './'`mutex.cpp; then mv -f ".deps/mutex.Tpo" ".deps/mutex.Po"; else rm -f ".deps/mutex.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT osdep.o -MD -MP -MF ".deps/osdep.Tpo" -c -o osdep.o `test -f 'osdep.cpp' || echo './'`osdep.cpp; then mv -f ".deps/osdep.Tpo" ".deps/osdep.Po"; else rm -f ".deps/osdep.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT queryResp.o -MD -MP -MF ".deps/queryResp.Tpo" -c -o queryResp.o `test -f 'queryResp.cpp' || echo './'`queryResp.cpp; then mv -f ".deps/queryResp.Tpo" ".deps/queryResp.Po"; else rm -f ".deps/queryResp.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from queryResp.cpp:37: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from queryResp.cpp:52: servers.h:52:1: warning: "MAX" redefined In file included from queryResp.cpp:44: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT rf.o -MD -MP -MF ".deps/rf.Tpo" -c -o rf.o `test -f 'rf.cpp' || echo './'`rf.cpp; then mv -f ".deps/rf.Tpo" ".deps/rf.Po"; else rm -f ".deps/rf.Tpo"; exit 1; fi In file included from rf.cpp:32: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from aprsdexception.h:29, from mutex.h:36, from cpqueue.h:30, from aprsd.h:9, from rf.cpp:31: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT serial.o -MD -MP -MF ".deps/serial.Tpo" -c -o serial.o `test -f 'serial.cpp' || echo './'`serial.cpp; then mv -f ".deps/serial.Tpo" ".deps/serial.Po"; else rm -f ".deps/serial.Tpo"; exit 1; fi In file included from serial.cpp:34: /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes which is deprecated" In file included from /usr/include/c++/4.2/backward/strstream:51, from serial.cpp:43: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from serial.cpp:61: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from aprsdexception.h:29, from mutex.h:36, from cpqueue.h:30, from utils.h:34, from serial.cpp:57: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT servers.o -MD -MP -MF ".deps/servers.Tpo" -c -o servers.o `test -f 'servers.cpp' || echo './'`servers.cpp; then mv -f ".deps/servers.Tpo" ".deps/servers.Po"; else rm -f ".deps/servers.Tpo"; exit 1; fi In file included from servers.cpp:31: /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes which is deprecated" In file included from /usr/include/c++/4.2/backward/strstream:51, from servers.cpp:44: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from servers.cpp:65: servers.h:52:1: warning: "MAX" redefined In file included from osdep.h:36, from aprsdexception.h:29, from mutex.h:36, from cpqueue.h:30, from aprsd.h:9, from servers.cpp:64: /usr/include/sys/param.h:286:1: warning: this is the location of the previous definition servers.cpp:120: warning: deprecated conversion from string constant to 'char*' servers.cpp: In function 'int initDefaults()': servers.cpp:242: warning: deprecated conversion from string constant to 'char*' servers.cpp: In function 'void SendToAllClients(aprsd::aprsString*)': servers.cpp:677: warning: unused variable 'wantrejected' servers.cpp: In function 'void* DeQueue(void*)': servers.cpp:866: warning: deprecated conversion from string constant to 'char*' servers.cpp: In function 'void* UDPServerThread(void*)': servers.cpp:2355: warning: deprecated conversion from string constant to 'char*' servers.cpp: In function 'void* TCPConnectThread(void*)': servers.cpp:2816: warning: deprecated conversion from string constant to 'char*' servers.cpp: In function 'void* TCPSessionThread(void*)': servers.cpp:1398: warning: 'checkdeny' may be used uninitialized in this function if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o `test -f 'string.cpp' || echo './'`string.cpp; then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o `test -f 'utils.cpp' || echo './'`utils.cpp; then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from utils.cpp:29: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT validate.o -MD -MP -MF ".deps/validate.Tpo" -c -o validate.o `test -f 'validate.cpp' || echo './'`validate.cpp; then mv -f ".deps/validate.Tpo" ".deps/validate.Po"; else rm -f ".deps/validate.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from validate.cpp:35: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. validate.cpp: In function 'int checkSystemPass(std::string, std::string, std::string)': validate.cpp:156: warning: unused variable 'pspwd' validate.cpp:169: warning: unused variable 'salt' c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -o aprsd aprsd.o aprsString.o ax25socket.o cpqueue.o crc32.o dupCheck.o aprsdexception.o exceptionguard.o history.o httpserver.o mic_e.o mutex.o osdep.o queryResp.o rf.o serial.o servers.o string.o utils.o validate.o -lcrypt -lpthread Making all in support Making all in doc Making all in admin Making all in aprspass if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT aprspass.o -MD -MP -MF ".deps/aprspass.Tpo" -c -o aprspass.o `test -f 'aprspass.cpp' || echo './'`aprspass.cpp; then mv -f ".deps/aprspass.Tpo" ".deps/aprspass.Po"; else rm -f ".deps/aprspass.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from aprspass.cpp:31: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -MT validate.o -MD -MP -MF ".deps/validate.Tpo" -c -o validate.o `test -f '../src/validate.cpp' || echo './'`../src/validate.cpp; then mv -f ".deps/validate.Tpo" ".deps/validate.Po"; else rm -f ".deps/validate.Tpo"; exit 1; fi In file included from /usr/include/c++/4.2/backward/strstream:51, from ../src/validate.cpp:35: /usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. ../src/validate.cpp: In function 'int checkSystemPass(std::string, std::string, std::string)': ../src/validate.cpp:156: warning: unused variable 'pspwd' ../src/validate.cpp:169: warning: unused variable 'salt' c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -pthread -o aprspass aprspass.o validate.o -lcrypt -lpthread ===> Staging for aprsd-2.2.515 You need a group "aprsd". Done. You need a user "aprsd". Done. aprsd needs access to serial ports to talk to an external tnc. You will be asked if you wish to add aprsd to the dialer group for that purpose. aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh Done. "aprsd" has an optional login "tnc", (This is described in the aprsd docs.) if you wish to allow remote logins. "aprsd" needs to run as root for this to work, if you do not plan to run "aprsd" ever as root, you can skip this step. You can always add it manually later if you change your mind. You need a group "tnc". Done. You need a user "tnc". Done. ===> Generating temporary packing list Making install in src /bin/sh ../support/mkinstalldirs /obj/buildshare/ports/355755/comms/aprsd/work/stage/usr/local/bin install -s -o root -g wheel -m 555 aprsd /obj/buildshare/ports/355755/comms/aprsd/work/stage/usr/local/bin/aprsd Making install in support Making install in doc Making install in admin Making install in aprspass /bin/sh ../support/mkinstalldirs /obj/buildshare/ports/355755/comms/aprsd/work/stage/usr/local/bin install -s -o root -g wheel -m 555 aprspass /obj/buildshare/ports/355755/comms/aprsd/work/stage/usr/local/bin/aprspass ====> Compressing man pages (compress-man) ===> Installing for aprsd-2.2.515 ===> Checking if comms/aprsd already installed ===> Registering installation for aprsd-2.2.515 aprsd:*:240: You already have a group "aprsd", so I will use it. aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh You already have a user "aprsd", so I will use it. You already have "aprsd" in the dialer group, so I will use this. tnc:*:241:241::0:0:aprsd:/nonexistent:/bin/sh You already have an user "tnc" so I will use it. Installing aprsd-2.2.515... done aprsd is now installed aprsd has various config files to set up in /usr/local/etc/aprsd logs are kept in /var/log/aprsd To enable aprsd you need to add: aprsd_enable="YES" to /etc/rc.conf to run aprsd as UID aprsd add: aprsd_root="NO" to /etc/rc.conf ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/aprsd This port has installed the following startup scripts which may cause these network services to be started at boot time. /usr/local/etc/rc.d/aprsd If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://sourceforge.net/projects/aprsd/ Make package ===> Building package for aprsd-2.2.515 slot1: removed