SF.net SVN: gar:[22252] csw/mgar/pkg/rcs/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Oct 19 12:34:23 CEST 2013
Revision: 22252
http://gar.svn.sourceforge.net/gar/?rev=22252&view=rev
Author: dmichelsen
Date: 2013-10-19 10:34:19 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
rcs/trunk: Update to 5.9.1
Modified Paths:
--------------
csw/mgar/pkg/rcs/trunk/Makefile
csw/mgar/pkg/rcs/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/rcs/trunk/files/0001-sh-bails-out-if-returncode-of-grep-is-1.patch
Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile 2013-10-18 20:58:09 UTC (rev 22251)
+++ csw/mgar/pkg/rcs/trunk/Makefile 2013-10-19 10:34:19 UTC (rev 22252)
@@ -1,16 +1,23 @@
NAME = rcs
-VERSION = 5.8
+VERSION = 5.9.1
GARTYPE = v2
DESCRIPTION = GNU Revision Control System
define BLURB
endef
-MASTER_SITES = http://www.cs.purdue.edu/homes/trinkle/RCS/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(DISTNAME).tar.xz
+PATCHFILES += 0001-sh-bails-out-if-returncode-of-grep-is-1.patch
+
+VENDOR_URL = http://www.gnu.org/software/rcs/
+
+PACKAGES += CSWrcs
+SPKG_DESC_CSWrcs = GNU Revision Control System
+# PKGFILES is catchall
# We need this for gdiff and gdiff3
-RUNTIME_DEP_PKGS = CSWdiffutils
+RUNTIME_DEP_PKGS_CSWrcs = CSWdiffutils
CHECKPKG_OVERRIDES_CSWrcs += surplus-dependency|CSWdiffutils
DIFF = $(bindir)/gdiff
Modified: csw/mgar/pkg/rcs/trunk/checksums
===================================================================
--- csw/mgar/pkg/rcs/trunk/checksums 2013-10-18 20:58:09 UTC (rev 22251)
+++ csw/mgar/pkg/rcs/trunk/checksums 2013-10-19 10:34:19 UTC (rev 22252)
@@ -1 +1 @@
-c0fa1f3528418cee83b7e6e06fc87957 rcs-5.8.tar.gz
+43af6f4cce2c42bb4572691bb97e4396 rcs-5.9.1.tar.xz
Added: csw/mgar/pkg/rcs/trunk/files/0001-sh-bails-out-if-returncode-of-grep-is-1.patch
===================================================================
--- csw/mgar/pkg/rcs/trunk/files/0001-sh-bails-out-if-returncode-of-grep-is-1.patch (rev 0)
+++ csw/mgar/pkg/rcs/trunk/files/0001-sh-bails-out-if-returncode-of-grep-is-1.patch 2013-10-19 10:34:19 UTC (rev 22252)
@@ -0,0 +1,26 @@
+From 8b9b824d11f30e7944dc664e7f3d4cbace871196 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sat, 19 Oct 2013 12:22:27 +0200
+Subject: [PATCH] sh bails out if returncode of grep is 1
+
+---
+ build-aux/extract-help | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+ mode change 100755 => 100644 build-aux/extract-help
+
+diff --git a/build-aux/extract-help b/build-aux/extract-help
+index a360e1c..7a2d33d
+--- a/build-aux/extract-help
++++ b/build-aux/extract-help
+@@ -87,7 +87,7 @@ echo 'static char const' $vprefix'help[] = ""'
+ echo ';'
+
+ # Pull in command support only if needed.
+-if [ 0 = `grep -c 'CHECK_HV (".*")' "$in"` ] ; then
++if [ 0 = `grep -c 'CHECK_HV (".*")' "$in";true` ] ; then
+ echo '#include "b-yacmd.h"'
+ fi
+
+--
+1.8.3.4
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list