[csw-devel] SF.net SVN: gar:[10368] csw/mgar/pkg/pcre/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jun 28 16:59:13 CEST 2010


Revision: 10368
          http://gar.svn.sourceforge.net/gar/?rev=10368&view=rev
Author:   dmichelsen
Date:     2010-06-28 14:59:12 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
pcre: Update to 8.10 and fix runtime pathes

Modified Paths:
--------------
    csw/mgar/pkg/pcre/trunk/Makefile
    csw/mgar/pkg/pcre/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch

Modified: csw/mgar/pkg/pcre/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pcre/trunk/Makefile	2010-06-28 13:49:10 UTC (rev 10367)
+++ csw/mgar/pkg/pcre/trunk/Makefile	2010-06-28 14:59:12 UTC (rev 10368)
@@ -1,5 +1,5 @@
 GARNAME = pcre
-GARVERSION = 8.02
+GARVERSION = 8.10
 CATEGORIES = lib
 
 DESCRIPTION = Perl-compatible regular expression tools
@@ -13,6 +13,8 @@
 MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 
+PATCHFILES = 0001-Allow-norunpath-for-libtool.patch
+
 SPKG_SOURCEURL = http://www.pcre.org
 
 BUILD_DEP_PKGS = CSWgnulinks

Modified: csw/mgar/pkg/pcre/trunk/checksums
===================================================================
--- csw/mgar/pkg/pcre/trunk/checksums	2010-06-28 13:49:10 UTC (rev 10367)
+++ csw/mgar/pkg/pcre/trunk/checksums	2010-06-28 14:59:12 UTC (rev 10368)
@@ -1 +1,2 @@
-214462e9718e3f9197cba114dc6b00b8  pcre-8.02.tar.gz
+6e0b68956c29258407405f6dc4995900  0001-Allow-norunpath-for-libtool.patch
+9524f0ff50b9093c02c81f911e41b066  pcre-8.10.tar.gz

Added: csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch
===================================================================
--- csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch	                        (rev 0)
+++ csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch	2010-06-28 14:59:12 UTC (rev 10368)
@@ -0,0 +1,25 @@
+From aee3f4961e3d9be5b67fdf9589e7e1dcc22a5564 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 28 Jun 2010 16:39:45 +0200
+Subject: [PATCH] Allow -norunpath for libtool
+
+---
+ ltmain.sh |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/ltmain.sh b/ltmain.sh
+index a72f2fd..6b8bee1 100755
+--- a/ltmain.sh
++++ b/ltmain.sh
+@@ -4765,7 +4765,7 @@ func_mode_link ()
+       # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
+       # @file GCC response files
+       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
++      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-norunpath)
+         func_quote_for_eval "$arg"
+ 	arg="$func_quote_for_eval_result"
+         func_append compile_command " $arg"
+-- 
+1.7.1
+


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