>>> Building on exopi-4 under net/sslh BDEPENDS = [devel/libev;devel/pcre2;devel/gmake;devel/libconfig;devel/dwz] DIST = [net/sslh:sslh-v2.3.1.tar.gz] FULLPKGNAME = sslh-2.3.1p1 RDEPENDS = [devel/libev;devel/pcre2;devel/libconfig] (Junk lock obtained for exopi-4 at 1787489379.82) >>> Running depends in net/sslh at 1787489379.86 last junk was in fonts/victor-mono /usr/sbin/pkg_add -aI -Drepair dwz-0.16p2 libconfig-1.7.3 libev-4.33 pcre2-10.47 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.16p2 gmake-4.4.1p0 libconfig-1.7.3 libev-4.33 pcre2-10.47 /usr/sbin/pkg_add -aI -Drepair dwz-0.16p2 libconfig-1.7.3 libev-4.33 pcre2-10.47 >>> Running show-prepare-results in net/sslh at 1787489381.71 ===> net/sslh ===> Building from scratch sslh-2.3.1p1 ===> sslh-2.3.1p1 depends on: gmake-* -> gmake-4.4.1p0 ===> sslh-2.3.1p1 depends on: dwz-* -> dwz-0.16p2 ===> sslh-2.3.1p1 depends on: libconfig-* -> libconfig-1.7.3 ===> sslh-2.3.1p1 depends on: libev-* -> libev-4.33 ===> sslh-2.3.1p1 depends on: pcre2-* -> pcre2-10.47 ===> Verifying specs: c config ev m pcre2-8 ===> found c.103.0 config.12.0 ev.3.1 m.10.1 pcre2-8.0.8 dwz-0.16p2 gmake-4.4.1p0 libconfig-1.7.3 libev-4.33 pcre2-10.47 (Junk lock released for exopi-4 at 1787489382.83) distfiles size=535800 >>> Running build in net/sslh at 1787489382.86 ===> net/sslh ===> Checking files for sslh-2.3.1p1 `/exopi-cvs/ports/distfiles/sslh-v2.3.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for sslh-2.3.1p1 ===> Patching for sslh-2.3.1p1 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.in |--- Makefile.in.orig |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 31. Hunk #3 succeeded at 105. 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 5. 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 8. 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 213. done ===> Applying OpenBSD patch patch-t_run Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: t/run |--- t/run.orig |+++ t/run -------------------------- Patching file t/run using Plan A... Hunk #1 succeeded at 124. Hunk #2 succeeded at 157. 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-2.3.1p1 ===> Configuring for sslh-2.3.1p1 Using /exopi-obj/pobj/sslh-2.3.1/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/sslh-2.3.1/config.site 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 the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking for hosts_ctl in -lwrap... no checking for cap_get_proc in -lcap... no checking for setproctitle in -lbsd... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for linux/landlock.h... no checking for proxy_protocol.h... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for sslh-2.3.1p1 ./genver.sh >version.h cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o sslh-fork.o sslh-fork.c In file included from sslh-fork.c:24: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c sslh-conf.c -o sslh-conf.o In file included from sslh-conf.c:41: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c common.c -o common.o In file included from common.c:18: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ 2 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c log.c -o log.o In file included from log.c:29: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o sslh-main.o sslh-main.c In file included from sslh-main.c:34: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c probe.c -o probe.o In file included from probe.c:26: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c tls.c -o tls.o In file included from tls.c:35: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ tls.c:305:45: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 305 | tls_data->match_mode.tls_match_alpn = 1; | ^ ~ tls.c:309:44: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 309 | tls_data->match_mode.tls_match_sni = 1; | ^ ~ In file included from tls.c:35: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 5 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c argtable3.c -o argtable3.o argtable3.c:3595:104: warning: unknown attribute 'optimize' ignored [-Wunknown-attributes] 3595 | TREX_API TRex* trex_compile(const TRexChar* pattern, const TRexChar** error, int flags) __attribute__((optimize(0))); | ^~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c collection.c -o collection.o In file included from collection.c:25: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c gap.c -o gap.o In file included from gap.c:30: In file included from ./sslh-conf.h:38: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c tcp-probe.c -o tcp-probe.o In file included from tcp-probe.c:23: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o landlock.o landlock.c cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c proxyprotocol.c -o proxyprotocol.o ar rcs libsslh.a sslh-conf.o common.o log.o sslh-main.o probe.o tls.o argtable3.o collection.o gap.o tcp-probe.o landlock.o proxyprotocol.o cc -O2 -pipe -g -Wall -DLIBPCRE -L/usr/local/lib -o sslh-fork sslh-fork.o libsslh.a -lm -lpcre2-8 -lconfig ld: warning: sslh-main.c:75(sslh-main.o:(main) in archive libsslh.a): warning: sprintf() is often misused, please use snprintf() ld: warning: sslh-conf.c:1731(sslh-conf.o:(config_setting_lookup_ud) in archive libsslh.a): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c processes.c -o processes.o In file included from processes.c:26: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c udp-listener.c -o udp-listener.o In file included from udp-listener.c:26: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o sslh-select.o sslh-select.c In file included from sslh-select.c:34: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c hash.c -o hash.o cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c tcp-listener.c -o tcp-listener.o In file included from tcp-listener.c:25: In file included from ./probe.h:9: ./proxyprotocol.h:17:38: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:17:43: warning: omitting the parameter name in a function definition is a C23 extension [-Wc23-extensions] 17 | static inline int pp_header_len(char*, int) { return 0; } | ^ ./proxyprotocol.h:16:12: warning: unused function 'pp_log_connection' [-Wunused-function] 16 | static int pp_log_connection(char* buffer, ssize_t buffer_len) { return 0; } | ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -g -Wall -DLIBPCRE -L/usr/local/lib -o sslh-select processes.o udp-listener.o sslh-select.o hash.o tcp-listener.o libsslh.a -lm -lpcre2-8 -lconfig ld: warning: argtable3.c:1018(argtable3.o:(arg_dstr_set) in archive libsslh.a): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: probe.c:98(probe.o:(hexdump) in archive libsslh.a): warning: sprintf() is often misused, please use snprintf() pod2man --section=8 --release=v2.3.1 --center=" " sslh.pod > sslh.8 cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o echosrv.o echosrv.c cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c echosrv-conf.c -o echosrv-conf.o cc -O2 -pipe -g -Wall -DLIBPCRE -L/usr/local/lib -o echosrv echosrv.o echosrv-conf.o argtable3.o -lm -lpcre2-8 -lconfig ld: warning: echosrv.c:73(echosrv.o:(start_echo)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -g -Wall -DLIBPCRE -I/usr/local/include -DENABLE_REGEX -DLIBCONFIG -c -o sslh-ev.o sslh-ev.c cc -O2 -pipe -g -Wall -DLIBPCRE -L/usr/local/lib -o sslh-ev processes.o udp-listener.o sslh-ev.o hash.o tcp-listener.o libsslh.a -lm -lpcre2-8 -lconfig -lev ld: warning: sslh-main.c:75(sslh-main.o:(main) in archive libsslh.a): warning: sprintf() is often misused, please use snprintf() ld: warning: sslh-conf.c:1731(sslh-conf.o:(config_setting_lookup_ud) in archive libsslh.a): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in net/sslh at 1787489392.04 ===> net/sslh ===> Faking installation for sslh-2.3.1p1 /exopi-obj/pobj/sslh-2.3.1/bin/install -d -m 755 /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/doc/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 644 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/README.md /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/doc/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 644 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/sslh.8 /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/sslh-2.3.1/bin/install -d -m 755 /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 644 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/basic.cfg /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 644 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/example.cfg /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 644 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/udp.cfg /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/share/examples/sslh /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 755 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/sslh-fork /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 755 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/sslh-select /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin /exopi-obj/pobj/sslh-2.3.1/bin/install -c -m 755 /exopi-obj/pobj/sslh-2.3.1/sslh-v2.3.1/sslh-ev /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin Reading existing plist for sslh-2.3.1p1 Writing /exopi-obj/pobj/sslh-2.3.1/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/sslh-2.3.1/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/sslh-2.3.1/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin/sslh-ev > Extracting debug info from /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin/sslh-fork > Extracting debug info from /exopi-obj/pobj/sslh-2.3.1/fake-amd64/usr/local/sbin/sslh-select Installing /exopi-cvs/ports/net/sslh/pkg/sslh_ev.rc as /exopi-obj/pobj/sslh-2.3.1/fake-amd64/etc/rc.d/sslh_ev Installing /exopi-cvs/ports/net/sslh/pkg/sslh_fork.rc as /exopi-obj/pobj/sslh-2.3.1/fake-amd64/etc/rc.d/sslh_fork Installing /exopi-cvs/ports/net/sslh/pkg/sslh_select.rc as /exopi-obj/pobj/sslh-2.3.1/fake-amd64/etc/rc.d/sslh_select ===> Building package for sslh-2.3.1p1 Create /exopi-cvs/ports/packages/amd64/all/sslh-2.3.1p1.tgz Creating package sslh-2.3.1p1 reading plist| checking dependencies| checking dependencies|devel/libconfig checking dependencies|devel/libev checking dependencies|devel/pcre2 checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 47% checksumming|******************************* | 50% checksumming|********************************* | 53% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|*************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|********************** | 35% archiving|***************************************** | 65% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Creating package debug-sslh-2.3.1p1 reading plist| checking dependencies| checking dependencies|devel/libconfig checking dependencies|devel/libev checking dependencies|devel/pcre2 checking dependencies|net/sslh checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************** | 35% archiving|****************************************** | 66% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sslh-2.3.1p1.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-sslh-2.3.1p1.tgz >>> Running clean in net/sslh at 1787489395.72 ===> net/sslh ===> Cleaning for sslh-2.3.1p1 >>> Ended at 1787489395.89 max_stuck=0.67/depends=1.86/show-prepare-results=1.15/build=9.17/package=3.68/clean=0.21