=> Bootstrap dependency digest>=20010302: found digest-20160304
===> 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'.
=> Checksum SHA1 OK for inadyn-1.99.15.tar.xz
=> Checksum RMD160 OK for inadyn-1.99.15.tar.xz
=> Checksum SHA512 OK for inadyn-1.99.15.tar.xz
===> Installing dependencies for inadyn-1.99.15
==========================================================================
The supported build options for inadyn are:

	static

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.inadyn (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
inadyn-1.99.15.  Their current value is shown below:

        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private
        * VARBASE = /var

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Tool dependency automake>=1.9: found automake-1.15.1
=> Tool dependency autoconf>=2.58: found autoconf-2.69nb7
=> Tool dependency gmake>=3.81: found gmake-4.1nb4
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency libite>=1.6.0: found libite-1.6.0
===> Overriding tools for inadyn-1.99.15
===> Extracting for inadyn-1.99.15
===> Patching for inadyn-1.99.15
=> Applying pkgsrc patches for inadyn-1.99.15
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-Makefile.am
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-Makefile.am
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Makefile.am,v 1.1 2016/05/29 22:32:12 abs Exp $
|
|Depend on external libite
|
|--- Makefile.am.orig	2015-09-09 19:27:51.000000000 +0000
|+++ Makefile.am
--------------------------
Patching file Makefile.am using Plan A...
Hunk #1 succeeded at 1.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-include_ddns.h
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-include_ddns.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_ddns.h,v 1.2 2016/05/29 22:32:12 abs Exp $
|
|/var/run is for non-persistent data, and despite the misleading name,
|RUNTIME_DATA_DIR contains "persistent cache files", so let's use
|/var/db (subject to VARBASE replacement under pkgsrc) instead.
|
|With RUNTIME_DATA_DIR set to a more reasonable value, stop using it
|for the default pidfile location.
|
|--- include/ddns.h.orig	2015-07-22 10:01:42.000000000 +0000
|+++ include/ddns.h
--------------------------
Patching file include/ddns.h using Plan A...
Hunk #1 succeeded at 34.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-plugins_freedns.c
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-plugins_freedns.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-plugins_freedns.c,v 1.2 2016/05/29 22:32:12 abs Exp $
|
|If the update call fails, log the response from the remote service
|
|--- plugins/freedns.c.orig	2015-09-09 19:27:51.000000000 +0000
|+++ plugins/freedns.c
--------------------------
Patching file plugins/freedns.c using Plan A...
Hunk #1 succeeded at 55.
Hunk #2 succeeded at 109.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-src_Makefile.am
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-src_Makefile.am
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_Makefile.am,v 1.1 2016/05/29 22:32:12 abs Exp $
|
|Not all systems always want -ldl
|Set SYSCONFDIR from config
|
|--- src/Makefile.am.orig	2015-07-04 15:23:32.000000000 +0000
|+++ src/Makefile.am
--------------------------
Patching file src/Makefile.am using Plan A...
Hunk #1 succeeded at 20.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-src_configure.ac
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-src_configure.ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_configure.ac,v 1.2 2016/05/29 22:32:12 abs Exp $
|
|Check for dlopen using autoconf rather than hardcoding it in src/Makefile.in.
|Plus add an option to disable gitcheck
|
|--- configure.ac.orig	2015-09-09 19:27:51.000000000 +0000
|+++ configure.ac
--------------------------
Patching file configure.ac using Plan A...
Hunk #1 succeeded at 22.
Hunk #2 succeeded at 79.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-src_os.c
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-src_os.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_os.c,v 1.2 2016/05/29 22:32:12 abs Exp $
|
|Avoid possible usleep overflow
|
|--- src/os.c.orig	2015-09-09 19:27:51.000000000 +0000
|+++ src/os.c
--------------------------
Patching file src/os.c using Plan A...
Hunk #1 succeeded at 180.
done
=> Verifying /data/pkgsrc/net/inadyn/patches/patch-src_tcp.c
=> Applying pkgsrc patch /data/pkgsrc/net/inadyn/patches/patch-src_tcp.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_tcp.c,v 1.2 2016/05/29 22:32:12 abs Exp $
|
|pull in time.h for struct timeval
|
|--- src/tcp.c.orig	2015-09-09 19:27:51.000000000 +0000
|+++ src/tcp.c
--------------------------
Patching file src/tcp.c using Plan A...
Hunk #1 succeeded at 23.
done
===> Creating toolchain wrappers for inadyn-1.99.15
===> Configuring for inadyn-1.99.15
=> Fixing path to configuration file
INFO: [subst.mk:etc] Nothing changed in ./include/ddns.h.
=> Adjusting path to VARBASE
INFO: [subst.mk:var] Nothing changed in ./man/inadyn.conf.5.
INFO: [subst.mk:var] Nothing changed in ./man/inadyn.8.
INFO: [subst.mk:var] Nothing changed in ./include/ddns.h.
cd /data/scratch/net/inadyn/work/inadyn-1.99.15 && autoreconf -i
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Checking for portability problems in extracted files
checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users
checking whether build environment is sane... yes
/data/scratch/net/inadyn/work/inadyn-1.99.15/missing: Unknown `--is-lightweight' option
Try `/data/scratch/net/inadyn/work/inadyn-1.99.15/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for x86_64--netbsd-gcc... clang
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... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -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... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... 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 for x86_64--netbsd-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for SSL_library_init in -lssl... no
configure: error: *** SSL library (OpenSSL) not found!
*** Error code 1

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

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