=> Bootstrap dependency digest>=20010302: found digest-20121220 => Bootstrap dependency fetch-[0-9]*: found fetch-1.8nb1 => Checksum SHA1 OK for pgp50i-unix-src.tar.gz => Checksum RMD160 OK for pgp50i-unix-src.tar.gz ===> Installing dependencies for pgp5-5.0inb1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20100124 => Tool dependency perl>=5.0: found perl-5.16.3 => Tool dependency checkperms>=1.1: found checkperms-1.11 ===> Overriding tools for pgp5-5.0inb1 ===> Extracting for pgp5-5.0inb1 ===> Patching for pgp5-5.0inb1 => Applying pkgsrc patches for pgp5-5.0inb1 => Verifying /usr/pkgsrc/security/pgp5/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/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 1998/12/31 14:25:30 frueauf Exp $ | |--- config.h.in.orig Sat Feb 7 20:54:56 1998 |+++ config.h.in Thu Dec 31 14:28:22 1998 -------------------------- Patching file config.h.in using Plan A... Hunk #1 succeeded at 79. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ab => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.5 2002/03/14 12:33:00 wiz Exp $ | |--- apps/pgp/Makefile.in.orig Sat Feb 7 20:54:56 1998 |+++ apps/pgp/Makefile.in -------------------------- Patching file apps/pgp/Makefile.in using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 22. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ac => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $ | |--- make-mkhdrs.pl-orig Sat Aug 9 23:45:34 1997 |+++ make-mkhdrs.pl Thu Dec 31 14:17:58 1998 -------------------------- Patching file make-mkhdrs.pl using Plan A... Hunk #1 succeeded at 1. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ad => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $ | |--- mklang.pl-orig Sat Aug 9 23:45:37 1997 |+++ mklang.pl Thu Dec 31 14:17:31 1998 -------------------------- Patching file mklang.pl using Plan A... Hunk #1 succeeded at 1. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ae => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.3 2002/03/14 12:33:00 wiz Exp $ | |--- man/Makefile.in.orig Sat Feb 7 20:54:57 1998 |+++ man/Makefile.in -------------------------- Patching file man/Makefile.in using Plan A... Hunk #1 succeeded at 7. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-af => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-af Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-af,v 1.5 2002/03/14 12:26:46 wiz Exp $ | |--- man/pgp.1.orig Sat Feb 7 21:08:26 1998 |+++ man/pgp.1 -------------------------- Patching file man/pgp.1 using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 7. Hunk #3 succeeded at 18. Hunk #4 succeeded at 24. Hunk #5 succeeded at 168. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ag => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ag Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ag,v 1.1 1999/01/05 14:31:01 frueauf Exp $ | |From Julian Coleman posted to |netbsd-bugs@netbsd.org: | |The memory alignment strategy for PGP 5.0i causes bus errors on NetBSD/Sparc |because 8 byte variables are not aligned on an 8 byte boundary. | |In src/lib/pgp/helper/pgpMem.c:PGP_INTERNAL_ALLOC(), a header is added to |all malloc()'ed memory and the pointer returned is incremented by the size |of the header. However, there are no constraints to see if this increment |is correctly aligned. | |The problem might also occur on other OS's running on the Sparc. A patch |is appended (based on one used for the Chimera web browser). | |J | |PS. The exact problem is that 'off_t' is an 8 byte value, but the header |length is only a mulitple of 4. Pgpe crashes at pgpFileMod.c:333, when it |tries to modify 'context->filesize'. | |PPS. Maybe 'long long' should also be in the union (e.g. for Solaris 2). | |--- lib/pgp/helper/pgpMem.c.orig Mon Aug 11 02:05:32 1997 |+++ lib/pgp/helper/pgpMem.c Tue Jan 5 15:03:27 1999 -------------------------- Patching file lib/pgp/helper/pgpMem.c using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 83. Hunk #3 succeeded at 283. Hunk #4 succeeded at 301. Hunk #5 succeeded at 367. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ah => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ah Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ah,v 1.1 1999/04/12 22:19:03 mjl Exp $ | |--- lib/pgp/utils/pgpFileType.c.orig Tue Apr 13 00:01:40 1999 |+++ lib/pgp/utils/pgpFileType.c Tue Apr 13 00:02:14 1999 -------------------------- Patching file lib/pgp/utils/pgpFileType.c using Plan A... Hunk #1 succeeded at 185. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ai => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ai Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ai,v 1.1 1999/04/12 22:19:03 mjl Exp $ | |--- apps/pgp/pgp.c.orig Tue Apr 13 00:04:28 1999 |+++ apps/pgp/pgp.c Tue Apr 13 00:05:23 1999 -------------------------- Patching file apps/pgp/pgp.c using Plan A... Hunk #1 succeeded at 1095. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-aj => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-aj Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aj,v 1.1 1999/05/25 23:27:03 mjl Exp $ | |--- lib/pgp/include/pgpUsuals.h.orig Wed May 26 00:58:50 1999 |+++ lib/pgp/include/pgpUsuals.h Wed May 26 00:59:46 1999 -------------------------- Patching file lib/pgp/include/pgpUsuals.h using Plan A... Hunk #1 succeeded at 50. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ak => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ak Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ak,v 1.3 2002/08/25 15:18:42 mjl Exp $ | |--- man/pgp.cfg.5.orig Sat Feb 7 20:54:57 1998 |+++ man/pgp.cfg.5 Sun Aug 25 16:37:03 2002 -------------------------- Patching file man/pgp.cfg.5 using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 125. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-al => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-al Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-al,v 1.1 2002/03/14 12:32:40 wiz Exp $ | |--- lib/pgp/random/pgpRndPool.c.orig Sat Aug 9 23:45:13 1997 |+++ lib/pgp/random/pgpRndPool.c -------------------------- Patching file lib/pgp/random/pgpRndPool.c using Plan A... Hunk #1 succeeded at 296. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-am => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-am,v 1.1 2006/01/20 00:37:45 joerg Exp $ | |--- lib/pgp/helper/pgpDebug.c.orig 2006-01-20 00:31:54.000000000 +0000 |+++ lib/pgp/helper/pgpDebug.c -------------------------- Patching file lib/pgp/helper/pgpDebug.c using Plan A... Hunk #1 succeeded at 191. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-ba => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-ba Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ba,v 1.1 2002/08/25 15:18:42 mjl Exp $ | |--- lib/ttyui/pgpUserIO.c.orig Sun Aug 25 16:19:00 2002 |+++ lib/ttyui/pgpUserIO.c Sun Aug 25 16:19:17 2002 -------------------------- Patching file lib/ttyui/pgpUserIO.c using Plan A... Hunk #1 succeeded at 1321. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bb => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bb,v 1.1 2002/08/25 15:18:42 mjl Exp $ | |--- apps/pgp/filter.c.orig Sun Aug 25 16:16:35 2002 |+++ apps/pgp/filter.c Sun Aug 25 16:16:57 2002 -------------------------- Patching file apps/pgp/filter.c using Plan A... Hunk #1 succeeded at 269. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bc => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bc,v 1.1 2002/08/25 15:18:42 mjl Exp $ | |--- language50.txt.orig Sun Aug 25 16:17:26 2002 |+++ language50.txt Sun Aug 25 16:18:06 2002 -------------------------- Patching file language50.txt using Plan A... Hunk #1 succeeded at 879. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bd => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bd Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bd,v 1.1 2002/08/25 15:18:42 mjl Exp $ | |--- man/pgp-integration.7.orig Sun Aug 25 16:34:39 2002 |+++ man/pgp-integration.7 Sun Aug 25 16:34:44 2002 -------------------------- Patching file man/pgp-integration.7 using Plan A... Hunk #1 succeeded at 272. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-be => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-be Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-be,v 1.1 2002/08/25 15:18:43 mjl Exp $ | |--- man/pgpe.1.orig Sun Aug 25 16:38:11 2002 |+++ man/pgpe.1 Sun Aug 25 16:38:26 2002 -------------------------- Patching file man/pgpe.1 using Plan A... Hunk #1 succeeded at 108. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bf => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bf,v 1.1 2002/08/25 15:18:43 mjl Exp $ | |--- man/pgpk.1.orig Sun Aug 25 16:39:27 2002 |+++ man/pgpk.1 Sun Aug 25 16:39:41 2002 -------------------------- Patching file man/pgpk.1 using Plan A... Hunk #1 succeeded at 242. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bg => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bg,v 1.1 2002/08/25 15:18:43 mjl Exp $ | |--- man/pgpv.1.orig Sun Aug 25 16:40:26 2002 |+++ man/pgpv.1 Sun Aug 25 16:41:02 2002 -------------------------- Patching file man/pgpv.1 using Plan A... Hunk #1 succeeded at 71. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bh => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bh,v 1.1 2002/08/25 15:18:43 mjl Exp $ | |--- man/pgps.1.orig Sun Aug 25 16:40:17 2002 |+++ man/pgps.1 Sun Aug 25 16:40:53 2002 -------------------------- Patching file man/pgps.1 using Plan A... Hunk #1 succeeded at 96. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-bi => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-bi Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-bi,v 1.1 2003/09/29 23:31:49 mycroft Exp $ | |--- apps/common/pgpFullLicense.c.orig 2003-09-29 23:27:07.000000000 +0000 |+++ apps/common/pgpFullLicense.c 2003-09-29 23:26:50.000000000 +0000 -------------------------- Patching file apps/common/pgpFullLicense.c using Plan A... Hunk #1 succeeded at 71. done => Verifying /usr/pkgsrc/security/pgp5/patches/patch-lib_pgp_keys_pgpRngRead.c => Applying pkgsrc patch /usr/pkgsrc/security/pgp5/patches/patch-lib_pgp_keys_pgpRngRead.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-lib_pgp_keys_pgpRngRead.c,v 1.1 2011/11/26 17:20:28 joerg Exp $ | |--- lib/pgp/keys/pgpRngRead.c.orig 2011-11-26 03:16:29.000000000 +0000 |+++ lib/pgp/keys/pgpRngRead.c -------------------------- Patching file lib/pgp/keys/pgpRngRead.c using Plan A... Hunk #1 succeeded at 3368. done /bin/mv /tmp/pkgsrc/security/pgp5/work/pgp50i/src/man/pgp.1 /tmp/pkgsrc/security/pgp5/work/pgp50i/src/man/pgp5.1 ===> Creating toolchain wrappers for pgp5-5.0inb1 ===> Configuring for pgp5-5.0inb1 => 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 creating cache ./config.cache checking For C compiler... gcc checking whether we are using GNU CC... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for exp in -lm... yes checking for internal RSA encrypt/sign support... yes checking for lib/pgp/pubkey/pgpRSAKeyGen.c... yes checking for the Full License... yes checking how to run the C preprocessor... gcc -E checking how to make dependencies... gcc -E -M checking for a BSD compatible install... /usr/bin/install -c -o pbulk -g pbulk checking for ranlib... ranlib checking whether ln -s works... yes checking how to test for symlinks... test -L checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for stdarg.h... yes checking for stdlib.h... yes checking for unistd.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking for sys/param.h... yes checking for arpa/inet.h... yes checking for sys/stat.h... yes checking whether time.h and sys/time.h may both be included... yes checking for working const... yes checking for off_t... yes checking for size_t... yes checking for gethrtime... no checking for clock_gettime... no checking for clock_getres... no checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for ftime... yes checking for mkstemp... yes updating cache ./config.cache creating ./config.status Using ./config/pre.in for pre-makefile Using ./config/post.in for post-makefile creating Makefile creating lib/Makefile creating lib/bn/Makefile creating lib/pgp/Makefile creating lib/pgp/include/Makefile creating lib/pgp/helper/Makefile creating lib/pgp/compress/Makefile creating lib/pgp/hash/Makefile creating lib/pgp/cipher/Makefile creating lib/pgp/random/Makefile creating lib/pgp/pubkey/Makefile creating lib/pgp/pipe/Makefile creating lib/pgp/pipe/utils/Makefile creating lib/pgp/pipe/file/Makefile creating lib/pgp/pipe/sig/Makefile creating lib/pgp/pipe/crypt/Makefile creating lib/pgp/pipe/text/Makefile creating lib/pgp/pipe/parser/Makefile creating lib/pgp/utils/Makefile creating lib/pgp/keys/Makefile creating lib/pgp/keydb/Makefile creating lib/ttyui/Makefile creating lib/simple/Makefile creating apps/Makefile creating apps/common/Makefile creating apps/pgp/Makefile creating apps/pgpk/Makefile creating man/Makefile creating plugins/Makefile creating config.h