SF.net SVN: gar:[26630] csw/mgar/pkg/pcre/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Apr 26 17:55:46 CEST 2020
Revision: 26630
http://sourceforge.net/p/gar/code/26630
Author: dmichelsen
Date: 2020-04-26 15:55:46 +0000 (Sun, 26 Apr 2020)
Log Message:
-----------
pcre/trunk: Update to 8.44
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 2020-04-26 15:34:13 UTC (rev 26629)
+++ csw/mgar/pkg/pcre/trunk/Makefile 2020-04-26 15:55:46 UTC (rev 26630)
@@ -1,5 +1,5 @@
NAME = pcre
-VERSION = 8.38
+VERSION = 8.44
GARTYPE = v2
DESCRIPTION = Perl-compatible regular expression tools
@@ -10,7 +10,7 @@
wrapper functions that correspond to the POSIX regular expression API.
endef
-MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+MASTER_SITES += https://ftp.pcre.org/pub/pcre/
DISTFILES = $(DISTNAME).tar.bz2
PATCHFILES = 0001-Allow-norunpath-for-libtool.patch
@@ -19,7 +19,7 @@
PACKAGES = CSWpcre
CATALOGNAME_CSWpcre = pcre
SPKG_DESC_CSWpcre = Perl-compatible regular expression tools
-RUNTIME_DEP_PKGS_CSWpcre += CSWlibreadline6
+RUNTIME_DEP_PKGS_CSWpcre += CSWlibreadline7
RUNTIME_DEP_PKGS_CSWpcre += CSWlibpcre1
RUNTIME_DEP_PKGS_CSWpcre += CSWlibpcre16-0
RUNTIME_DEP_PKGS_CSWpcre += CSWlibpcre32-0
Modified: csw/mgar/pkg/pcre/trunk/checksums
===================================================================
--- csw/mgar/pkg/pcre/trunk/checksums 2020-04-26 15:34:13 UTC (rev 26629)
+++ csw/mgar/pkg/pcre/trunk/checksums 2020-04-26 15:55:46 UTC (rev 26630)
@@ -1 +1 @@
-00aabbfe56d5a48b270f999b508c5ad2 pcre-8.38.tar.bz2
+cf7326204cc46c755b5b2608033d9d24 pcre-8.44.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 2020-04-26 15:34:13 UTC (rev 26629)
+++ csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2020-04-26 15:55:46 UTC (rev 26630)
@@ -1,6 +1,6 @@
-From 3106a44b3a071761e592dd5803d99c197098a887 Mon Sep 17 00:00:00 2001
+From 072d250e0dc1f26026781cba55be40fa02fc981a Mon Sep 17 00:00:00 2001
From: Dagobert Michelsen <dam at opencsw.org>
-Date: Thu, 30 Apr 2015 11:19:42 +0200
+Date: Sun, 26 Apr 2020 17:32:34 +0200
Subject: [PATCH] Allow -norunpath for libtool
---
@@ -8,18 +8,18 @@
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ltmain.sh b/ltmain.sh
-index 0f0a2da..97b6433 100644
+index d3ab94d..928ab56 100644
--- a/ltmain.sh
+++ b/ltmain.sh
-@@ -7275,7 +7275,7 @@ func_mode_link ()
- # -stdlib=* select c++ std lib with clang
+@@ -7494,7 +7494,7 @@ func_mode_link ()
-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*|-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
+ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+- -specs=*|-fsanitize=*|-fuse-ld=*)
++ -specs=*|-fsanitize=*|-fuse-ld=*|-norunpath)
+ func_quote_arg pretty "$arg"
+ arg=$func_quote_arg_result
func_append compile_command " $arg"
--
-2.3.3
+2.4.0
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