summaryrefslogtreecommitdiff
path: root/devel/rcs
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-09-02 09:42:55 +0000
committermartti <martti@pkgsrc.org>2003-09-02 09:42:55 +0000
commitf921a08bbbda92e3851ce4a7b4daaf3ff07e9308 (patch)
tree262915736fed80b3e59cbba6f7d051ba4727cc50 /devel/rcs
parentde0f4443e16c610ecad7502c9c7b6f8364ba8b3b (diff)
downloadpkgsrc-f921a08bbbda92e3851ce4a7b4daaf3ff07e9308.tar.gz
Updated rcs to 5.7nb2
- make this available for Linux - root must be able to compile this package (patch-ac)
Diffstat (limited to 'devel/rcs')
-rw-r--r--devel/rcs/Makefile6
-rw-r--r--devel/rcs/distinfo3
-rw-r--r--devel/rcs/patches/patch-ac22
3 files changed, 27 insertions, 4 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index ba3b38b107d..1e5f43e4c91 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/07/23 17:13:47 seb Exp $
+# $NetBSD: Makefile,v 1.15 2003/09/02 09:42:55 martti Exp $
#
DISTNAME= rcs-5.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=rcs/}
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html
COMMENT= GNU Revision Control System - version control software
-ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* # in NetBSD base system
+ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* Linux-*-* # in NetBSD base system
.include "../../mk/bsd.prefs.mk"
diff --git a/devel/rcs/distinfo b/devel/rcs/distinfo
index 68b451ec877..be04a618329 100644
--- a/devel/rcs/distinfo
+++ b/devel/rcs/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2001/10/08 16:20:46 seb Exp $
+$NetBSD: distinfo,v 1.5 2003/09/02 09:42:56 martti Exp $
SHA1 (rcs-5.7.tar.gz) = a5c7982cf538d5e006b5db40f0aefaea5eb2cbba
Size (rcs-5.7.tar.gz) = 282413 bytes
SHA1 (patch-aa) = de4a96a5375bb606dfcc068c27d511d6ef406f17
SHA1 (patch-ab) = 7c5b37c57bbec8af55a58dc83de593509c3b3669
+SHA1 (patch-ac) = 97c7ff53604d1400319ae94b3200dd952c5db13b
diff --git a/devel/rcs/patches/patch-ac b/devel/rcs/patches/patch-ac
new file mode 100644
index 00000000000..3136162ceaa
--- /dev/null
+++ b/devel/rcs/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1 2003/09/02 09:42:57 martti Exp $
+
+--- src/conf.sh.orig 2003-09-02 12:35:32.000000000 +0300
++++ src/conf.sh 2003-09-02 12:38:46.000000000 +0300
+@@ -73,17 +73,6 @@
+ ech='echo -n' dots='... '
+ esac
+
+-$ech >&3 "$0: testing permissions $dots"
+-rm -f a.d &&
+-date >a.d &&
+-chmod 0 a.d &&
+-{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
+- echo >&3 "$n$0: This command should not be run with superuser permissions."
+- exit 1
+-}
+-echo >&3 OK
+-rm -f a.d || exit
+-
+ $ech >&3 "$0: testing compiler for plausibility $dots"
+ echo 'main() { return 0; }' >a.c
+ rm -f a.exe a.out || exit