pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rcs Updated rcs to 5.7nb2
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb06dc28453d
branches: trunk
changeset: 460649:bb06dc28453d
user: martti <martti%pkgsrc.org@localhost>
date: Tue Sep 02 09:42:55 2003 +0000
description:
Updated rcs to 5.7nb2
- make this available for Linux
- root must be able to compile this package (patch-ac)
diffstat:
devel/rcs/Makefile | 6 +++---
devel/rcs/distinfo | 3 ++-
devel/rcs/patches/patch-ac | 22 ++++++++++++++++++++++
3 files changed, 27 insertions(+), 4 deletions(-)
diffs (61 lines):
diff -r 303ad7ee987a -r bb06dc28453d devel/rcs/Makefile
--- a/devel/rcs/Makefile Tue Sep 02 09:32:55 2003 +0000
+++ b/devel/rcs/Makefile Tue Sep 02 09:42:55 2003 +0000
@@ -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 @@
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 -r 303ad7ee987a -r bb06dc28453d devel/rcs/distinfo
--- a/devel/rcs/distinfo Tue Sep 02 09:32:55 2003 +0000
+++ b/devel/rcs/distinfo Tue Sep 02 09:42:55 2003 +0000
@@ -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 -r 303ad7ee987a -r bb06dc28453d devel/rcs/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rcs/patches/patch-ac Tue Sep 02 09:42:55 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index