>>> Building on exopi-5 under www/sqtop DIST = [www/sqtop:sqtop-2015-02-08.tar.gz] FULLPKGNAME = sqtop-2015.02.08p0 distfiles size=154535 >>> Running build in www/sqtop at 1714744294.18 ===> www/sqtop ===> Building from scratch sqtop-2015.02.08p0 ===> Verifying specs: c++ c++abi pthread c curses m ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.100.0 curses.15.0 m.10.1 ===> Checking files for sqtop-2015.02.08p0 `/exopi-cvs/ports/distfiles/sqtop-2015-02-08.tar.gz' is up to date. >> (SHA256) sqtop-2015-02-08.tar.gz: OK ===> Extracting for sqtop-2015.02.08p0 ===> Patching for sqtop-2015.02.08p0 ===> Applying OpenBSD patch patch-src_ncui_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Revision: 8ce6ee3cad09: print errors in more convenient way | | |Index: src/ncui.cpp |--- src/ncui.cpp.orig |+++ src/ncui.cpp -------------------------- Patching file src/ncui.cpp using Plan A... Hunk #1 succeeded at 420. Hunk #2 succeeded at 458. Hunk #3 succeeded at 470. Hunk #4 succeeded at 612. Hunk #5 succeeded at 714. Hunk #6 succeeded at 739. done ===> Applying OpenBSD patch patch-src_sqstat_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Revision: 8ce6ee3cad09: print errors in more convenient way |Revision: 502a2c7e81bf: renamed (Gb, Mb, Kb) -> (GB, MB, KB) as bytes |Revision: f04cf1d965bc: sqstat: reworked parsing peer info to properly handle ipv6 addresses |Revision: 9cafb9feb080: sqstat: added support for squid 3.2 HTTP/1.1 responses (thanks to cccarlos...@gmail.com) |Revision: dc33d36f6c17: fixed to work with squid3.3.5 | | |Index: src/sqstat.cpp |--- src/sqstat.cpp.orig |+++ src/sqstat.cpp -------------------------- Patching file src/sqstat.cpp using Plan A... Hunk #1 succeeded at 195. Hunk #2 succeeded at 253. Hunk #3 succeeded at 312. Hunk #4 succeeded at 322. Hunk #5 succeeded at 355. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for sqtop-2015.02.08p0 ===> Configuring for sqtop-2015.02.08p0 Using /exopi-obj/pobj/sqtop-2015.02.08/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/sqtop-2015.02.08/config.site checking for a BSD-compatible install... /exopi-obj/pobj/sqtop-2015.02.08/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for getopt.h... (cached) yes checking for sys/socket.h... (cached) yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking iomanip usability... yes checking iomanip presence... yes checking for iomanip... yes checking algorithm usability... yes checking algorithm presence... yes checking for algorithm... yes checking iostream usability... yes checking iostream presence... yes checking for iostream... yes checking string usability... yes checking string presence... yes checking for string... yes checking vector usability... yes checking vector presence... yes checking for vector... yes checking map usability... yes checking map presence... yes checking for map... yes checking cstdlib usability... yes checking cstdlib presence... yes checking for cstdlib... yes checking cstring usability... yes checking cstring presence... yes checking for cstring... yes checking cerrno usability... yes checking cerrno presence... yes checking for cerrno... yes checking climits usability... yes checking climits presence... yes checking for climits... yes checking for library containing gethostbyname... none required checking for library containing socket... none required checking for library containing hstrerror... none required checking for gethostbyname... (cached) yes checking for memset... (cached) yes checking for socket... (cached) yes checking for strerror... (cached) yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for clear... yes checking for refresh... yes checking for endwin... yes checking for mvaddstr... yes checking for mvchgat... yes checking for mvhline... yes checking for getch... yes checking for beep... yes checking for initscr... yes checking for nonl... yes checking for keypad... yes checking for noecho... yes checking for cbreak... yes checking for halfdelay... yes checking for addnstr... yes checking for library containing gethostbyaddr_r... no checking for library containing getnameinfo... none required checking for pthread.h... (cached) yes checking csignal usability... yes checking csignal presence... yes checking for csignal... yes checking for pthread_create in -lpthread... (cached) yes checking for pthread_mutex_lock... yes checking for pthread_mutexattr_init... yes checking for pthread_mutexattr_settype... yes checking for pthread_mutex_init... yes checking for pthread_mutexattr_destroy... yes checking for pthread_mutex_destroy... yes checking for pthread_mutex_unlock... yes checking for pthread_create... yes checking for pthread_cancel... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for sqtop-2015.02.08p0 Making all in src /usr/bin/make all-am c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT Base64.o -MD -MP -MF .deps/Base64.Tpo -c -o Base64.o Base64.cpp mv -f .deps/Base64.Tpo .deps/Base64.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT Utils.o -MD -MP -MF .deps/Utils.Tpo -c -o Utils.o Utils.cpp mv -f .deps/Utils.Tpo .deps/Utils.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cpp mv -f .deps/options.Tpo .deps/options.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT sqconn.o -MD -MP -MF .deps/sqconn.Tpo -c -o sqconn.o sqconn.cpp mv -f .deps/sqconn.Tpo .deps/sqconn.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT sqstat.o -MD -MP -MF .deps/sqstat.Tpo -c -o sqstat.o sqstat.cpp sqstat.cpp:232:93: warning: 'ptr_fun' is deprecated [-Wdeprecated-declarations] vector::iterator itu = find_if(it->stats.begin(), it->stats.end(), bind2nd(ptr_fun(StatByID), id)); ^ /usr/include/c++/v1/__functional/pointer_to_binary_function.h:37:1: note: 'ptr_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ sqstat.cpp:232:85: warning: 'bind2nd, std::string>' is deprecated [-Wdeprecated-declarations] vector::iterator itu = find_if(it->stats.begin(), it->stats.end(), bind2nd(ptr_fun(StatByID), id)); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, std::string>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ sqstat.cpp:362:99: warning: 'ptr_fun' is deprecated [-Wdeprecated-declarations] Conn_it = std::find_if( connections.begin(), connections.end(), std::bind2nd( std::ptr_fun(ConnByPeer) , peer) ); ^ /usr/include/c++/v1/__functional/pointer_to_binary_function.h:37:1: note: 'ptr_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ sqstat.cpp:362:85: warning: 'bind2nd, std::string>' is deprecated [-Wdeprecated-declarations] Conn_it = std::find_if( connections.begin(), connections.end(), std::bind2nd( std::ptr_fun(ConnByPeer) , peer) ); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, std::string>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. mv -f .deps/sqstat.Tpo .deps/sqstat.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT ncui.o -MD -MP -MF .deps/ncui.Tpo -c -o ncui.o ncui.cpp ncui.cpp:261:65: warning: 'ptr_fun' is deprecated [-Wdeprecated-declarations] it = std::remove_if( in.begin(), in.end(), std::bind2nd(std::ptr_fun(Filter), pGlobalOpts) ); ^ /usr/include/c++/v1/__functional/pointer_to_binary_function.h:37:1: note: 'ptr_fun' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ncui.cpp:261:52: warning: 'bind2nd, sqtop::Options *>' is deprecated [-Wdeprecated-declarations] it = std::remove_if( in.begin(), in.end(), std::bind2nd(std::ptr_fun(Filter), pGlobalOpts) ); ^ /usr/include/c++/v1/__functional/binder2nd.h:44:1: note: 'bind2nd, sqtop::Options *>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. mv -f .deps/ncui.Tpo .deps/ncui.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT resolver.o -MD -MP -MF .deps/resolver.Tpo -c -o resolver.o resolver.cpp mv -f .deps/resolver.Tpo .deps/resolver.Po c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -std=c++14 -MT sqtop.o -MD -MP -MF .deps/sqtop.Tpo -c -o sqtop.o sqtop.cpp mv -f .deps/sqtop.Tpo .deps/sqtop.Po c++ -O2 -pipe -std=c++14 -o sqtop Base64.o Utils.o options.o sqconn.o sqstat.o ncui.o resolver.o sqtop.o -lpthread -lncurses Making all in doc >>> Running package in www/sqtop at 1714744348.54 ===> www/sqtop ===> Faking installation for sqtop-2015.02.08p0 Making install in src mkdir -p '/exopi-obj/pobj/sqtop-2015.02.08/fake-amd64/usr/local/bin' /exopi-obj/pobj/sqtop-2015.02.08/bin/install -c -s -m 755 sqtop '/exopi-obj/pobj/sqtop-2015.02.08/fake-amd64/usr/local/bin' Making install in doc mkdir -p '/exopi-obj/pobj/sqtop-2015.02.08/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/sqtop-2015.02.08/bin/install -c -m 644 sqtop.1 '/exopi-obj/pobj/sqtop-2015.02.08/fake-amd64/usr/local/man/man1' ===> Building package for sqtop-2015.02.08p0 Create /exopi-cvs/ports/packages/amd64/all/sqtop-2015.02.08p0.tgz Creating package sqtop-2015.02.08p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sqtop-2015.02.08p0.tgz >>> Running clean in www/sqtop at 1714744352.19 ===> www/sqtop ===> Cleaning for sqtop-2015.02.08p0 >>> Ended at 1714744352.66 max_stuck=3.16/build=54.35/package=2.43/clean=1.73