diff options
author | martti <martti@pkgsrc.org> | 2003-09-02 09:42:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-02 09:42:55 +0000 |
commit | 2a8418651d7d9471a7242ff18feda81ba3c35d77 (patch) | |
tree | 262915736fed80b3e59cbba6f7d051ba4727cc50 /devel/rcs | |
parent | 4da475644793cfced2f92080334aa7df88162fff (diff) | |
download | pkgsrc-2a8418651d7d9471a7242ff18feda81ba3c35d77.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/Makefile | 6 | ||||
-rw-r--r-- | devel/rcs/distinfo | 3 | ||||
-rw-r--r-- | devel/rcs/patches/patch-ac | 22 |
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 |