>>> Building on exopi-5 under net/libircclient DIST = [net/libircclient:libircclient-1.10.tar.gz] FULLPKGNAME = libircclient-1.10 distfiles size=288863 >>> Running build in net/libircclient at 1713770284.97 ===> net/libircclient ===> Building from scratch libircclient-1.10 ===> Verifying specs: crypto pthread ssl ===> found crypto.54.0 pthread.27.1 ssl.57.0 ===> Checking files for libircclient-1.10 `/exopi-cvs/ports/distfiles/libircclient-1.10.tar.gz' is up to date. >> (SHA256) libircclient-1.10.tar.gz: OK ===> Extracting for libircclient-1.10 ===> Patching for libircclient-1.10 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configure |--- configure.orig |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 4410. done ===> Applying OpenBSD patch patch-src_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/Makefile.in |--- src/Makefile.in.orig |+++ src/Makefile.in -------------------------- Patching file src/Makefile.in using Plan A... Hunk #1 succeeded at 27. done ===> Applying OpenBSD patch patch-src_ssl_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/ssl.c |--- src/ssl.c.orig |+++ src/ssl.c -------------------------- Patching file src/ssl.c using Plan A... Hunk #1 succeeded at 127. 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 libircclient-1.10 ===> Configuring for libircclient-1.10 Using /exopi-obj/pobj/libircclient-1.10/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/libircclient-1.10/config.site 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 c++ accepts -g... (cached) yes checking for gcc... cc 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 for ar... (cached) ar checking for ranlib... (cached) ranlib 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 for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... (cached) no checking for localtime_r... (cached) yes checking for socket... (cached) yes checking for socket in -lsocket... no checking for getaddrinfo... (cached) yes checking for inet_pton... (cached) yes checking for getaddrinfo in -lnsl... no checking For MinGW32... no checking for CRYPTO_free in -lcrypto... yes checking for SSL_CTX_new in -lssl... yes checking for openssl/ssl.h... (cached) yes configure: creating ./config.status config.status: creating examples/Makefile config.status: creating src/Makefile config.status: creating src/config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for libircclient-1.10 for subdir in src examples; do /usr/bin/make -C $subdir || exit 1; done cc -Wall -Wno-misleading-indentation -Wno-unused-function -Wno-nonnull -DIN_BUILDING_LIBIRC -O2 -pipe -fpic -DENABLE_IPV6 -DENABLE_THREADS -D_REENTRANT -DENABLE_SSL -I../include -c -o libircclient.o libircclient.c cc -shared -s -lpthread -Wl,-soname,libircclient.so.1.0 -o libircclient.so libircclient.o -lssl -lcrypto Compiling spammer.c cc -o spammer spammer.o -L../src/ -lircclient -lpthread -lssl -lcrypto spammer.c(spammer.o:(event_join)): warning: sprintf() is often misused, please use snprintf() Compiling censor.cpp c++ -o censor censor.o -L../src/ -lircclient -lpthread -lssl -lcrypto censor.cpp(censor.o:(event_channel(irc_session_s*, char const*, char const*, char const**, unsigned int))): warning: sprintf() is often misused, please use snprintf() Compiling irctest.c cc -o irctest irctest.o -L../src/ -lircclient -lpthread -lssl -lcrypto irctest.c(irctest.o:(dump_event)): warning: strcat() is almost always misused, please use strlcat() irctest.c(irctest.o:(dcc_recv_callback)): warning: sprintf() is often misused, please use snprintf() Compiling ircftp.cpp c++ -o ircftp ircftp.o -L../src/ -lircclient -lpthread -lssl -lcrypto Compiling colors.cpp c++ -o colors colors.o -L../src/ -lircclient -lpthread -lssl -lcrypto >>> Running package in net/libircclient at 1713770299.96 ===> net/libircclient ===> Faking installation for libircclient-1.10 for subdir in src examples; do /usr/bin/make -C $subdir || exit 1; done cd src && make install mkdir -p /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include mkdir -p /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/lib cp ../include/libircclient.h /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include/libircclient.h cp ../include/libirc_errors.h /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include/libirc_errors.h cp ../include/libirc_events.h /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include/libirc_events.h cp ../include/libirc_options.h /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include/libirc_options.h cp ../include/libirc_rfcnumeric.h /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/include/libirc_rfcnumeric.h cp libircclient.so /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/lib/libircclient.so.1.0 ln -fs libircclient.so.1.0 /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/lib/libircclient.so rm /exopi-obj/pobj/libircclient-1.10/fake-amd64/usr/local/lib/libircclient.so ===> Building package for libircclient-1.10 Create /exopi-cvs/ports/packages/amd64/all/libircclient-1.10.tgz Creating package libircclient-1.10 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************** | 26% archiving|******************* | 30% archiving|************************* | 40% archiving|************************** | 41% archiving|**************************************** | 62% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libircclient-1.10.tgz >>> Running clean in net/libircclient at 1713770302.32 ===> net/libircclient ===> Cleaning for libircclient-1.10 >>> Ended at 1713770303.08 max_stuck=0.00/build=14.99/package=2.33/clean=0.82