=> 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 netsurf-all-3.6.tar.gz => Checksum RMD160 OK for netsurf-all-3.6.tar.gz => Checksum SHA512 OK for netsurf-all-3.6.tar.gz ===> Installing dependencies for netsurf-3.6nb1 ========================================================================== The following variables will affect the build process of this package, netsurf-3.6nb1. Their current value is shown below: * JPEG_DEFAULT = jpeg * KRB5_DEFAULT = heimdal * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal 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 bison>=1.0: found bison-3.0.4nb3 => Tool dependency gmake>=3.81: found gmake-4.1nb3 => Tool dependency perl>=5.0: found perl-5.24.0 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.0.1 => Tool dependency checkperms>=1.1: found checkperms-1.11nb1 => Build dependency lemon>=1.0: found lemon-1.0.3.16.2 => Build dependency re2c>=0.12: found re2c-0.16 => Build dependency p5-HTML-Parser-[0-9]*: found p5-HTML-Parser-3.72nb1 => Build dependency x11-links>=1.02: found x11-links-1.02 => Build dependency gperf>=3.0.1: found gperf-3.1 => Build dependency cwrappers>=20150314: found cwrappers-20161125 => Full dependency gtk2+>=2.24.30nb2: found gtk2+-2.24.31 => Full dependency libglade>=2.6.4nb23: found libglade-2.6.4nb23 => Full dependency libxml2>=2.8.0nb2: found libxml2-2.9.4nb2 => Full dependency librsvg>=2.40.15nb1: found librsvg-2.40.15nb1 => Full dependency lcms>=1.12nb2: found lcms-1.19nb3 => Full dependency curl>=7.52.1nb1: found curl-7.52.1nb1 => Full dependency mng>=2.0.2: found mng-2.0.3 ===> Overriding tools for netsurf-3.6nb1 ===> Extracting for netsurf-3.6nb1 ===> Patching for netsurf-3.6nb1 => Applying pkgsrc patches for netsurf-3.6nb1 => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-netsurf_utils_config.h => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-netsurf_utils_config.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-netsurf_utils_config.h,v 1.1 2015/09/03 20:56:10 leot Exp $ | |NetBSD has strcasestr(3). | |--- netsurf/utils/config.h.orig 2015-03-11 07:34:53.000000000 +0000 |+++ netsurf/utils/config.h -------------------------- Patching file netsurf/utils/config.h using Plan A... Hunk #1 succeeded at 30 (offset -1 lines). done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_Makefile => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_Makefile,v 1.1 2016/03/04 01:28:02 leot Exp $ | |Define _XOPEN_SOURCE needed for strdup(3) and strndup(3). | |--- nsgenbind/src/Makefile.orig 2016-02-16 18:10:55.000000000 +0000 |+++ nsgenbind/src/Makefile -------------------------- Patching file nsgenbind/src/Makefile using Plan A... Hunk #1 succeeded at 1. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-ast.c => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-ast.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_nsgenbind-ast.c,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/nsgenbind-ast.c b/src/nsgenbind-ast.c |index 49732a0..f78fe26 100644 |--- nsgenbind/src/nsgenbind-ast.c.orig |+++ nsgenbind/src/nsgenbind-ast.c -------------------------- Patching file nsgenbind/src/nsgenbind-ast.c using Plan A... Hunk #1 succeeded at 132. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-ast.h => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-ast.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_nsgenbind-ast.h,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/nsgenbind-ast.h b/src/nsgenbind-ast.h |index 49db23b..6fb7221 100644 |--- nsgenbind/src/nsgenbind-ast.h.orig |+++ nsgenbind/src/nsgenbind-ast.h -------------------------- Patching file nsgenbind/src/nsgenbind-ast.h using Plan A... Hunk #1 succeeded at 71. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-parser.y => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_nsgenbind-parser.y Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_nsgenbind-parser.y,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/nsgenbind-parser.y b/src/nsgenbind-parser.y |index c6b9a74..fd41c37 100644 |--- nsgenbind/src/nsgenbind-parser.y.orig |+++ nsgenbind/src/nsgenbind-parser.y -------------------------- Patching file nsgenbind/src/nsgenbind-parser.y using Plan A... Hunk #1 succeeded at 138. Hunk #2 succeeded at 304. Hunk #3 succeeded at 568. Hunk #4 succeeded at 584. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-ast.c => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-ast.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_webidl-ast.c,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/webidl-ast.c b/src/webidl-ast.c |index 0d908ce..a1133e3 100644 |--- nsgenbind/src/webidl-ast.c.orig |+++ nsgenbind/src/webidl-ast.c -------------------------- Patching file nsgenbind/src/webidl-ast.c using Plan A... Hunk #1 succeeded at 120. Hunk #2 succeeded at 129. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-ast.h => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-ast.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_webidl-ast.h,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/webidl-ast.h b/src/webidl-ast.h |index bd9b313..fad070b 100644 |--- nsgenbind/src/webidl-ast.h.orig |+++ nsgenbind/src/webidl-ast.h -------------------------- Patching file nsgenbind/src/webidl-ast.h using Plan A... Hunk #1 succeeded at 92. done => Verifying /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-parser.y => Applying pkgsrc patch /data/pkgsrc-current/www/netsurf/patches/patch-nsgenbind_src_webidl-parser.y Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-nsgenbind_src_webidl-parser.y,v 1.1 2016/12/04 12:41:47 martin Exp $ | |Backport of upstream: | |commit 3b3b926d7fb92361b1e8eed2efb351c32cb7bfaa |Author: Vincent Sanders |Date: Sun Nov 27 14:17:11 2016 +0000 | | restructure AST node creation to avoid casts | | This changes Abstract Syntax Tree node creation for both webidl and | genbind syntax tress. If a node is to be created with a numeric value | instead of a pointer a separate API is now used instead of casting | through void. | | This fixes parsing and AST building on big endian 64bit platforms | where casting through void, which is completely undefined behaviour, | generates different and non-functioning code. The solution in this | patch is properly portable and correct without relying on casting at | all. | | Thanks to James Clarke for the original debugging | and patch demonstrating how to work round the bug. | |diff --git a/src/webidl-parser.y b/src/webidl-parser.y |index ec3309c..0e46b17 100644 |--- nsgenbind/src/webidl-parser.y.orig |+++ nsgenbind/src/webidl-parser.y -------------------------- Patching file nsgenbind/src/webidl-parser.y using Plan A... Hunk #1 succeeded at 735. Hunk #2 succeeded at 750. Hunk #3 succeeded at 846. Hunk #4 succeeded at 882. Hunk #5 succeeded at 904. Hunk #6 succeeded at 1020. Hunk #7 succeeded at 1037. Hunk #8 succeeded at 1684. Hunk #9 succeeded at 1748. Hunk #10 succeeded at 1794. Hunk #11 succeeded at 1811. Hunk #12 succeeded at 1835. Hunk #13 succeeded at 1847. Hunk #14 succeeded at 1864. Hunk #15 succeeded at 1876. Hunk #16 succeeded at 1961. done ===> Creating toolchain wrappers for netsurf-3.6nb1 src=/usr/X11R7/lib/pkgconfig/fixesproto.pc dst=/data/scratch/www/netsurf/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /data/scratch/www/netsurf/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi src=/usr/X11R7/lib/pkgconfig/compositeproto.pc dst=/data/scratch/www/netsurf/work/.buildlink/lib/pkgconfig/compositeext.pc; /bin/mkdir -p /data/scratch/www/netsurf/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for netsurf-3.6nb1 => Fixing hardcoded paths for SSL certs => Generating pkg-config file for builtin expat package. => Checking for portability problems in extracted files