diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 23:34:43 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 23:34:43 +0000 |
commit | 9c5b8438ea5bf1b8a75c5902adbbd0de5105eb29 (patch) | |
tree | 5a99c25f7381a591953058b74bbfe879d70df5b9 /lang/intercal | |
parent | c9393930b219be6843d48594d730d2af98a553f3 (diff) | |
download | pkgsrc-9c5b8438ea5bf1b8a75c5902adbbd0de5105eb29.tar.gz |
Add patch comments.
Diffstat (limited to 'lang/intercal')
-rw-r--r-- | lang/intercal/distinfo | 8 | ||||
-rw-r--r-- | lang/intercal/patches/patch-aa | 5 | ||||
-rw-r--r-- | lang/intercal/patches/patch-ae | 5 | ||||
-rw-r--r-- | lang/intercal/patches/patch-ag | 4 |
4 files changed, 15 insertions, 7 deletions
diff --git a/lang/intercal/distinfo b/lang/intercal/distinfo index 465304d3edf..acee3b93280 100644 --- a/lang/intercal/distinfo +++ b/lang/intercal/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 22:50:37 agc Exp $ +$NetBSD: distinfo,v 1.9 2015/12/29 23:34:48 dholland Exp $ SHA1 (intercal-0.29.tar.gz) = 6f496b158e5f9dbf05a81c5e75f2d61698e65b15 RMD160 (intercal-0.29.tar.gz) = 980b83dfb9aa0c738e6135f65ff9e9bb4c01c8ff SHA512 (intercal-0.29.tar.gz) = ec28a1117bd973a9ee4ee4f1fe1c6e8544d050dd5e0f60ed77980273b926f08849dbdb005d670ad84454b83527c47c204123fcac7393f7b7794e7cac1af3f5f0 Size (intercal-0.29.tar.gz) = 924828 bytes -SHA1 (patch-aa) = 4ed418a3fd4fd1e690a64b14bf5cb674db450e79 -SHA1 (patch-ae) = a919353b39286ab51d3167ff755e5fed1bc4be65 -SHA1 (patch-ag) = c7aa0d9090e4e9d6c1342447b1390003c5b4376c +SHA1 (patch-aa) = b6f7d5e4a46361f5af3ce3e1a646bc70c5b01ca6 +SHA1 (patch-ae) = bb28fb6edd30e5d3dd1c41b42a1784cadb9428b0 +SHA1 (patch-ag) = faf03857ad487796879632749489ad33b8648ba2 diff --git a/lang/intercal/patches/patch-aa b/lang/intercal/patches/patch-aa index 107e57e0ce7..2837a7f8b0f 100644 --- a/lang/intercal/patches/patch-aa +++ b/lang/intercal/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2010/11/30 20:13:30 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2015/12/29 23:34:48 dholland Exp $ + +Add POSIX_SOURCE, and set USG unconditionally for best results on +modern Unixes. --- buildaux/Makefile.in.orig 2010-11-29 21:46:43.000000000 +0000 +++ buildaux/Makefile.in diff --git a/lang/intercal/patches/patch-ae b/lang/intercal/patches/patch-ae index aa909ee0cc0..e845704390c 100644 --- a/lang/intercal/patches/patch-ae +++ b/lang/intercal/patches/patch-ae @@ -1,4 +1,7 @@ -$NetBSD: patch-ae,v 1.2 2010/11/30 20:13:30 drochner Exp $ +$NetBSD: patch-ae,v 1.3 2015/12/29 23:34:48 dholland Exp $ + +Use srand48() instead of srand(). +XXX: should use random() or arc4random() or something else more suitable. --- src/ick-wrap.c.orig 2010-09-01 22:21:34.000000000 +0000 +++ src/ick-wrap.c diff --git a/lang/intercal/patches/patch-ag b/lang/intercal/patches/patch-ag index 59abdd0e555..0b6342b66f3 100644 --- a/lang/intercal/patches/patch-ag +++ b/lang/intercal/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.1 2010/11/30 20:13:30 drochner Exp $ +$NetBSD: patch-ag,v 1.2 2015/12/29 23:34:48 dholland Exp $ + +Remove bashisms. --- configure.orig 2010-11-29 18:53:59.000000000 +0000 +++ configure |