>>> Building on exopi-4 under net/sslh BDEPENDS = [devel/gmake;devel/pcre2;devel/libconfig] DIST = [net/sslh:sslh-v1.22c.tar.gz] FULLPKGNAME = sslh-1.22cp2 RDEPENDS = [devel/libconfig;devel/pcre2] (Junk lock obtained for exopi-4 at 1711575703.12) >>> Running depends in net/sslh at 1711575703.16 last junk was in security/p5-Crypt-Argon2 /usr/sbin/pkg_add -aI -Drepair libconfig-1.7.3 pcre2-10.37p2 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 libconfig-1.7.3 pcre2-10.37p2 /usr/sbin/pkg_add -aI -Drepair libconfig-1.7.3 pcre2-10.37p2 >>> Running show-prepare-results in net/sslh at 1711575704.71 ===> net/sslh ===> Building from scratch sslh-1.22cp2 ===> sslh-1.22cp2 depends on: gmake-* -> gmake-4.4.1 ===> sslh-1.22cp2 depends on: libconfig-* -> libconfig-1.7.3 ===> sslh-1.22cp2 depends on: pcre2-* -> pcre2-10.37p2 ===> Verifying specs: c config m pcre2-8 ===> found c.99.0 config.12.0 m.10.1 pcre2-8.0.6 gmake-4.4.1 libconfig-1.7.3 pcre2-10.37p2 (Junk lock released for exopi-4 at 1711575705.36) distfiles size=146950 >>> Running build in net/sslh at 1711575705.40 ===> net/sslh ===> Checking files for sslh-1.22cp2 `/exopi-cvs/ports/distfiles/sslh-v1.22c.tar.gz' is up to date. >> (SHA256) sslh-v1.22c.tar.gz: OK ===> Extracting for sslh-1.22cp2 ===> Patching for sslh-1.22cp2 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 95. done ===> Applying OpenBSD patch patch-basic_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: basic.cfg |--- basic.cfg.orig |+++ basic.cfg -------------------------- Patching file basic.cfg using Plan A... Hunk #1 succeeded at 7. done ===> Applying OpenBSD patch patch-example_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: example.cfg |--- example.cfg.orig |+++ example.cfg -------------------------- Patching file example.cfg using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-sslh_pod Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sslh.pod |--- sslh.pod.orig |+++ sslh.pod -------------------------- Patching file sslh.pod using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 206. done ===> Applying OpenBSD patch patch-t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: t |--- t.orig |+++ t -------------------------- Patching file t using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 291. Hunk #3 succeeded at 452. done ===> Applying OpenBSD patch patch-test_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Taken from https://github.com/yrutschle/sslh/pull/310. | |Index: test.cfg |--- test.cfg.orig |+++ test.cfg -------------------------- Patching file test.cfg using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 32. 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 sslh-1.22cp2 ===> Configuring for sslh-1.22cp2 ===> Building for sslh-1.22cp2 Makefile:68: warning: ignoring prerequisites on suffix rule definition ./genver.sh >version.h cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c sslh-conf.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c common.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c sslh-main.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c probe.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c tls.c tls.c:304:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] tls_data->match_mode.tls_match_alpn = 1; ^ ~ tls.c:308:44: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] tls_data->match_mode.tls_match_sni = 1; ^ ~ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c argtable3.c argtable3.c:3595:104: warning: unknown attribute 'optimize' ignored [-Wunknown-attributes] TREX_API TRex* trex_compile(const TRexChar* pattern, const TRexChar** error, int flags) __attribute__((optimize(0))); ^~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c udp-listener.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c collection.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c gap.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c sslh-fork.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -o sslh-fork sslh-fork.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -L/usr/local/lib -lconfig -lm -lpcre2-8 argtable3.c(argtable3.o:(arg_dstr_set)): warning: strcpy() is almost always misused, please use strlcpy() #strip sslh-fork cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c sslh-select.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -o sslh-select sslh-select.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -L/usr/local/lib -lconfig -lm -lpcre2-8 argtable3.c(argtable3.o:(arg_dstr_set)): warning: strcpy() is almost always misused, please use strlcpy() #strip sslh-select pod2man --section=8 --release=v1.22c --center=" " sslh.pod > sslh.8 cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c echosrv.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -DENABLE_REGEX -DLIBCONFIG -c echosrv-conf.c cc -O2 -pipe -I/usr/local/include -DLIBPCRE -o echosrv echosrv.o echosrv-conf.o argtable3.o -L/usr/local/lib -lconfig -lm -lpcre2-8 echosrv.c(echosrv.o:(start_echo)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in net/sslh at 1711575709.96 ===> net/sslh ===> Faking installation for sslh-1.22cp2 /exopi-obj/pobj/sslh-1.22c/bin/install -d -m 755 /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/doc/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -m 644 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/README.md /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/doc/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -m 644 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/sslh.8 /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/sslh-1.22c/bin/install -d -m 755 /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -m 644 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/basic.cfg /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -m 644 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/example.cfg /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -m 644 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/udp.cfg /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-1.22c/bin/install -c -s -m 755 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/sslh-fork /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/sbin /exopi-obj/pobj/sslh-1.22c/bin/install -c -s -m 755 /exopi-obj/pobj/sslh-1.22c/sslh-v1.22c/sslh-select /exopi-obj/pobj/sslh-1.22c/fake-amd64/usr/local/sbin Installing /exopi-cvs/ports/net/sslh/pkg/sslh_fork.rc as /exopi-obj/pobj/sslh-1.22c/fake-amd64/etc/rc.d/sslh_fork Installing /exopi-cvs/ports/net/sslh/pkg/sslh_select.rc as /exopi-obj/pobj/sslh-1.22c/fake-amd64/etc/rc.d/sslh_select ===> Building package for sslh-1.22cp2 Create /exopi-cvs/ports/packages/amd64/all/sslh-1.22cp2.tgz Creating package sslh-1.22cp2 reading plist| checking dependencies| checking dependencies|devel/libconfig checking dependencies|devel/pcre2 checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 4% archiving|******************************** | 50% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sslh-1.22cp2.tgz >>> Running clean in net/sslh at 1711575712.06 ===> net/sslh ===> Cleaning for sslh-1.22cp2 >>> Ended at 1711575712.23 max_stuck=0.00/depends=1.57/show-prepare-results=0.68/build=4.56/package=2.10/clean=0.19