------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ uplog-0.3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ uplog-0.3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by uplog-0.3 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ uplog-0.3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by uplog-0.3 for building => SHA256 Checksum OK for uplog-0.3.tar.gz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ uplog-0.3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by uplog-0.3 for building ===> Extracting for uplog-0.3 => SHA256 Checksum OK for uplog-0.3.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for uplog-0.3 /usr/bin/sed -i.bak -e 's|#include ||g' /construction/net/uplog/uplog-0.3/uplog.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for uplog-0.3 configure: warning: x86_64-portbld-dragonfly5.7: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (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 return type of signal handlers... void checking for strftime... (cached) yes checking for bzero... (cached) yes checking for gethostbyname... (cached) yes checking for select... (cached) yes checking for socket... yes checking for strtol... (cached) yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for socket... (cached) yes checking for gethostbyname... (cached) yes checking for select... (cached) yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for uplog-0.3 --- ./config.h.in --- --- getopt.o --- --- getopt1.o --- --- uplog.o --- --- getopt.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -Wall -c getopt.c --- getopt1.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -Wall -c getopt1.c --- uplog.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -Wall -c uplog.c uplog.c: In function 'main': uplog.c:334:3: warning: 'strncpy' output truncated before terminating nul copying 998 bytes from a string of the same length [-Wstringop-truncation] strncpy(request.data, "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec at ligula. Mauris vehicula magna vitae purus. Mauris sit amet lacus vel purus dignissim suscipit. Proin ultricies sagittis nisl. Fusce lorem purus, ultricies a, aliquet vitae, consectetuer quis, libero. Nunc hendrerit nisl ac velit. Integer sollicitudin arcu pharetra sapien. Phasellus tellus elit, blandit sed, volutpat a, consequat eget, urna. Suspendisse potenti. Nam tincidunt diam in est. Ut volutpat elementum libero. Etiam odio odio, aliquet non, commodo varius, scelerisque in, ante. Duis scelerisque urna sit amet justo. Donec sollicitudin massa at quam. Nam porta. Cras a orci. Integer eget diam. Suspendisse et tellus nec nulla viverra pellentesque. Integer at augue id elit elementum auctor. Nullam et dui nec orci commodo condimentum. Cras ligula leo, pellentesque id, fringilla at, pharetra at, libero. Quisque commodo justo a felis. Fusce in nulla sed tortor nonummy facilisis. In a metus. Nunc varius enim. In hac ame.", 998); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uplog.c:364:48: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] snprintf(filename,sizeof(filename),"%s/%s",logpath,host); ^~ ~~~~ uplog.c:364:9: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 snprintf(filename,sizeof(filename),"%s/%s",logpath,host); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uplog.c:367:56: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 242 [-Wformat-truncation=] snprintf(tmpstring,sizeof(tmpstring),"Error opening %s",host); ^~ ~~~~ uplog.c:367:4: note: 'snprintf' output between 15 and 270 bytes into a destination of size 256 snprintf(tmpstring,sizeof(tmpstring),"Error opening %s",host); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- uplog --- cc -Wall -o uplog uplog.o getopt.o getopt1.o -L/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for uplog-0.3 ===> Generating temporary packing list /bin/sh ./mkinstalldirs /construction/net/uplog/stage/usr/local/bin install -s -m 555 uplog /construction/net/uplog/stage/usr/local/bin/uplog /usr/bin/make /bin/mkdir -p /construction/net/uplog/stage/usr/local/share/doc/uplog install -m 0644 /construction/net/uplog/uplog-0.3/README /construction/net/uplog/stage/usr/local/share/doc/uplog ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for uplog-0.3 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:43