=> Bootstrap dependency digest>=20010302: found digest-20180917
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for proxytunnel-1.9.0nb4
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o proxytunnel.o proxytunnel.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o base64.o base64.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcpy.o strlcpy.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcat.o strlcat.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strzcat.o strzcat.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o setproctitle.o setproctitle.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o io.o io.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o http.o http.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o basicauth.o basicauth.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o readpassphrase.o readpassphrase.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o messages.o messages.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o cmdline.o cmdline.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ntlm.o ntlm.c
clang -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ptstream.o ptstream.c
proxytunnel.c:200:26: warning: format string contains '\0' within the string body [-Wformat]
                setproctitle( "[daemon]\0" );
                              ~~~~~~~~~^~~
proxytunnel.c:202:18: warning: format string contains '\0' within the string body [-Wformat]
                setproctitle( "\0" );
                              ~^~~
proxytunnel.c:283:26: warning: format string contains '\0' within the string body [-Wformat]
                                setproctitle( "[cpio]\0" );
                                              ~~~~~~~^~~
proxytunnel.c:285:20: warning: format string contains '\0' within the string body [-Wformat]
                                setproctitle( "\0" );
                                              ~^~~
proxytunnel.c:405:25: warning: format string contains '\0' within the string body [-Wformat]
                        setproctitle( "[cpio]\0" );
                                      ~~~~~~~^~~
proxytunnel.c:407:19: warning: format string contains '\0' within the string body [-Wformat]
                        setproctitle( "\0" );
                                      ~^~~
io.c:59:30: warning: size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination [-Wstrlcpy-strlcat-size]
                strlcpy( dstr, buf, strlen(buf) - 1);
                                    ~~~~~~~^~~~~~~~
ptstream.c:154:9: warning: implicit declaration of function 'SSLv3_client_method' is invalid in C99 [-Wimplicit-function-declaration]
        meth = SSLv3_client_method();
               ^
ptstream.c:154:7: warning: incompatible integer to pointer conversion assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'int' [-Wint-conversion]
        meth = SSLv3_client_method();
             ^ ~~~~~~~~~~~~~~~~~~~~~
6 warnings generated.
1 warning generated.
2 warnings generated.
clang -o proxytunnel -O2 -I/usr/include -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT proxytunnel.o base64.o strlcpy.o strlcat.o strzcat.o setproctitle.o io.o http.o basicauth.o readpassphrase.o messages.o cmdline.o ntlm.o ptstream.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lssl -lcrypto
ptstream.o: In function `stream_enable_ssl':
ptstream.c:(.text+0x1a4): undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [Makefile:73: proxytunnel] Error 1
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/net/proxytunnel
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/net/proxytunnel