Revision: 24917 http://sourceforge.net/p/gar/code/24917 Author: dmichelsen Date: 2015-04-30 10:15:56 +0000 (Thu, 30 Apr 2015) Log Message: ----------- pcre/trunk: Update to 8.37
Modified Paths: -------------- csw/mgar/pkg/pcre/trunk/Makefile csw/mgar/pkg/pcre/trunk/checksums 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 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/Makefile 2015-04-30 10:15:56 UTC (rev 24917) @@ -1,5 +1,5 @@ NAME = pcre -VERSION = 8.36 +VERSION = 8.37 GARTYPE = v2 DESCRIPTION = Perl-compatible regular expression tools Modified: csw/mgar/pkg/pcre/trunk/checksums =================================================================== --- csw/mgar/pkg/pcre/trunk/checksums 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/checksums 2015-04-30 10:15:56 UTC (rev 24917) @@ -1 +1 @@ -b767bc9af0c20bc9c1fe403b0d41ad97 pcre-8.36.tar.bz2 +ed91be292cb01d21bc7e526816c26981 pcre-8.37.tar.bz2 Modified: csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch =================================================================== --- csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2015-04-30 10:15:56 UTC (rev 24917) @@ -1,25 +1,25 @@ -From af449151a800845da508097fb85bae299b2e15ab Mon Sep 17 00:00:00 2001 +From 3106a44b3a071761e592dd5803d99c197098a887 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen <d...@opencsw.org> -Date: Tue, 16 Aug 2011 17:12:43 +0200 +Date: Thu, 30 Apr 2015 11:19:42 +0200 Subject: [PATCH] Allow -norunpath for libtool --- - ltmain.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + ltmain.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.sh b/ltmain.sh -index 3061e3c..5817d54 100755 +index 0f0a2da..97b6433 100644 --- a/ltmain.sh +++ b/ltmain.sh -@@ -5840,7 +5840,7 @@ func_mode_link () - # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization +@@ -7275,7 +7275,7 @@ func_mode_link () + # -stdlib=* select c++ std lib with clang -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -- -O*|-flto*|-fwhopr*|-fuse-linker-plugin) -+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-norunpath) +- -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) ++ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*|-norunpath) func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + arg=$func_quote_for_eval_result func_append compile_command " $arg" -- -1.7.6 +2.3.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.