diff options
author | markd <markd> | 2002-03-01 11:11:35 +0000 |
---|---|---|
committer | markd <markd> | 2002-03-01 11:11:35 +0000 |
commit | 62df9367699618f41f06b9bee7b35e2a2ec8dbce (patch) | |
tree | 0f83616fe170e9de881539077b04d03265d8f9e7 /math | |
parent | e25b0b1bf197c000eed4e98c7a826ae25e9b4529 (diff) | |
download | pkgsrc-62df9367699618f41f06b9bee7b35e2a2ec8dbce.tar.gz |
Make local copy of R's package list writable before trying to append
to it. From PR# pkg/15773 from Ray Brownrigg.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/distinfo | 3 | ||||
-rw-r--r-- | math/R/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/R/distinfo b/math/R/distinfo index d0139c79eeb..24907e026f7 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2002/03/01 10:46:53 markd Exp $ +$NetBSD: distinfo,v 1.7 2002/03/01 11:11:35 markd Exp $ SHA1 (R-1.4.1.tgz) = b9e9f4cd4576e62760fe4cc32ffdde04c0d8d2f7 Size (R-1.4.1.tgz) = 5136906 bytes SHA1 (patch-aa) = f2999c2f21d9b95b22c3eebf2d34d524b32cce9d SHA1 (patch-ab) = b5b7e1bcc401f74a7271451c62edcce151beeab0 SHA1 (patch-ac) = ac2df38674129b3ffc0f43963b600e89b3539855 +SHA1 (patch-ad) = 08a961fcce784b78697e1120c787a00df35073f4 diff --git a/math/R/patches/patch-ad b/math/R/patches/patch-ad new file mode 100644 index 00000000000..ea811167eeb --- /dev/null +++ b/math/R/patches/patch-ad @@ -0,0 +1,12 @@ +$NetSBD$ + +--- share/sh/help-links.sh.orig Wed May 23 02:46:18 2001 ++++ share/sh/help-links.sh +@@ -35,6 +35,7 @@ + rm -f ${PKGLIST} + rm -f ${SEARCHINDEX} + cp ${R_HOME}/doc/html/packages-head.html ${PKGLIST} ++chmod 644 ${PKGLIST} + + get_unique () { + if test -r ${1}; then |