=> Bootstrap dependency digest>=20010302: found digest-20210928 WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for clisp-2.49.tar.gz => Checksum RMD160 OK for clisp-2.49.tar.gz => Checksum SHA512 OK for clisp-2.49.tar.gz ===> Installing dependencies for clisp-rawsock-2.49 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency clisp>=2.49: found clisp-2.49nb27 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for clisp-rawsock-2.49 ===> Extracting for clisp-rawsock-2.49 ===> Patching for clisp-rawsock-2.49 => Applying pkgsrc patches for clisp-rawsock-2.49 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/net/clisp-rawsock/patches/patch-aa => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/net/clisp-rawsock/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $ | |Override ac_install_sh. | |--- modules/rawsock/configure.orig 2010-07-09 12:21:11.000000000 +0400 |+++ modules/rawsock/configure 2010-07-09 12:21:37.000000000 +0400 -------------------------- Patching file modules/rawsock/configure using Plan A... Hunk #1 succeeded at 2381. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/net/clisp-rawsock/patches/patch-ab => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/net/clisp-rawsock/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.1.1.1 2010/07/09 19:12:27 asau Exp $ | |--- modules/rawsock/Makefile.in.orig 2010-04-16 11:36:58.000000000 +0400 |+++ modules/rawsock/Makefile.in 2010-07-09 12:22:32.000000000 +0400 -------------------------- Patching file modules/rawsock/Makefile.in using Plan A... Hunk #1 succeeded at 3. done ===> Creating toolchain wrappers for clisp-rawsock-2.49 ===> Configuring for clisp-rawsock-2.49 => 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 configure: ** Rawsock (Common) checking how to remove colons from paths... echo $x checking for clisp... /usr/pkg/bin/clisp checking for CLISP version... 2.49 (2010-07-07) (built on cluster038) checking for CLISP libdir... /usr/pkg/lib/clisp/ checking for CLISP linking set... /usr/pkg/lib/clisp/base checking for CLISP... yes checking for x86_64--netbsd-gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking how to make hard links... ln checking whether ln -s works... yes checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd 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 time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes configure: ** Rawsock (Headers) checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for inet_pton... yes checking for inet_ntop... yes checking for inet_addr... yes checking for setsockopt... yes checking for getsockopt... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for inet_addr declaration... extern unsigned int inet_addr (const char*); checking for netinet/tcp.h... yes checking for setsockopt declaration... extern int setsockopt (int, int, int, const void*, unsigned int); checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking linux/if_packet.h usability... no checking linux/if_packet.h presence... no checking for linux/if_packet.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking asm/types.h usability... no checking asm/types.h presence... no checking for asm/types.h... no checking for sys/types.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for unistd.h... (cached) yes checking for net/if.h... yes checking for netinet/if_ether.h... yes checking for linux/netlink.h... no checking for struct msghdr.msg_flags... yes checking for struct msghdr.msg_control... yes checking for struct iovec... yes checking for struct if_nameindex... yes configure: ** Rawsock (Functions) checking whether gethostent requires -lnsl... no checking whether setsockopt requires -lsocket... no checking for socketpair... yes checking for sockatmark... yes checking for recvmsg... yes checking for sendmsg... yes checking for htonl... yes checking for htons... yes checking for ntohl... yes checking for ntohs... yes checking for readv... yes checking for writev... yes checking for getnameinfo... yes checking for getaddrinfo... yes checking for freeaddrinfo... yes checking for gai_strerror... yes checking for endprotoent... yes checking for getprotobyname... yes checking for getprotobynumber... yes checking for getprotoent... yes checking for setprotoent... yes checking for if_nametoindex... yes checking for if_indextoname... yes checking for if_nameindex... yes checking for if_freenameindex... yes checking for endnetent... yes checking for getnetbyaddr... yes checking for getnetbyname... yes checking for getnetent... yes checking for setnetent... yes checking for getifaddrs... yes checking for freeifaddrs... yes configure: ** Rawsock (Output) configure: creating ./config.status config.status: creating Makefile config.status: creating link.sh config.status: creating config.h configure: ** Rawsock (Done)