SF.net SVN: gar:[23296] csw/mgar/pkg/rcs/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Mar 30 21:43:23 CEST 2014


Revision: 23296
          http://sourceforge.net/p/gar/code/23296
Author:   dmichelsen
Date:     2014-03-30 19:43:20 +0000 (Sun, 30 Mar 2014)
Log Message:
-----------
rcs/trunk: Build separate package for Solaris 11 to fix #5159

Modified Paths:
--------------
    csw/mgar/pkg/rcs/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/rcs/trunk/files/0001-Do-not-halt-on-errors.patch

Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile	2014-03-30 16:55:59 UTC (rev 23295)
+++ csw/mgar/pkg/rcs/trunk/Makefile	2014-03-30 19:43:20 UTC (rev 23296)
@@ -9,10 +9,15 @@
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES  = $(DISTNAME).tar.xz
 
-PATCHFILES += 0001-sh-bails-out-if-returncode-of-grep-is-1.patch
+PATCHFILES += 0001-Do-not-halt-on-errors.patch
 
 VENDOR_URL = http://www.gnu.org/software/rcs/
 
+# Make extra package for Solaris 11 as the Solaris 10 package dumps core:
+#   https://www.opencsw.org/mantis/view.php?id=5159
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386
+
 PACKAGES += CSWrcs
 SPKG_DESC_CSWrcs = GNU Revision Control System
 # PKGFILES is catchall

Added: csw/mgar/pkg/rcs/trunk/files/0001-Do-not-halt-on-errors.patch
===================================================================
--- csw/mgar/pkg/rcs/trunk/files/0001-Do-not-halt-on-errors.patch	                        (rev 0)
+++ csw/mgar/pkg/rcs/trunk/files/0001-Do-not-halt-on-errors.patch	2014-03-30 19:43:20 UTC (rev 23296)
@@ -0,0 +1,25 @@
+From 52e5fc9a17ef1223124eabb24c7e9dde682059e6 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sun, 20 Oct 2013 17:50:42 +0200
+Subject: [PATCH] Do not halt on errors
+
+---
+ build-aux/extract-help | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build-aux/extract-help b/build-aux/extract-help
+index a360e1c..1c76319 100755
+--- a/build-aux/extract-help
++++ b/build-aux/extract-help
+@@ -30,7 +30,7 @@
+ 
+ version='1.0'
+ 
+-set -e
++# set -e
+ 
+ usage ()
+ {
+-- 
+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