diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-30 18:08:01 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-30 18:08:01 +0000 |
commit | 103ce209c05321c7ab8246fec661fb6903ebcd98 (patch) | |
tree | e4da67d62d6108577f75d9549d11283c5dada24a /devel | |
parent | 1ada88d0f31f4c45385d6449a5d5c03bdf832785 (diff) | |
download | pkgsrc-103ce209c05321c7ab8246fec661fb6903ebcd98.tar.gz |
Add -Wl,-R... flags in pcre-config (same as we do for gtk-config). Bump pkg revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 3 | ||||
-rw-r--r-- | devel/pcre/distinfo | 5 | ||||
-rw-r--r-- | devel/pcre/patches/patch-aa | 8 | ||||
-rw-r--r-- | devel/pcre/patches/patch-ab | 17 |
4 files changed, 26 insertions, 7 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index f5e6cb5777e..abc4546ee7b 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/09/27 11:04:23 martti Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/30 18:08:01 cjep Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $ DISTNAME= pcre-3.9 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ftp://pcre.sourceforge.net/pub/pcre/ diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index d25672a58a3..142c05fc585 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2002/09/27 11:04:23 martti Exp $ +$NetBSD: distinfo,v 1.7 2002/12/30 18:08:01 cjep Exp $ SHA1 (pcre-3.9.tar.bz2) = bc8f2a83a089d84b3b8fb33c7cbaa5031afd6271 Size (pcre-3.9.tar.bz2) = 261609 bytes -SHA1 (patch-aa) = 81599c2dcc68225e45f4080d14f039543b9e76fb +SHA1 (patch-aa) = 5fded81da893d0bfcd97ba6b24f0ef94385051fd +SHA1 (patch-ab) = 03bb38f5d07964a5ab16b1c80538ac77b3625640 diff --git a/devel/pcre/patches/patch-aa b/devel/pcre/patches/patch-aa index 7e810fcf444..5344b579760 100644 --- a/devel/pcre/patches/patch-aa +++ b/devel/pcre/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2001/11/30 10:20:02 martti Exp $ +$NetBSD: patch-aa,v 1.3 2002/12/30 18:08:02 cjep Exp $ ---- Makefile.in.orig Mon Oct 29 16:51:17 2001 -+++ Makefile.in Sat Nov 24 10:47:36 2001 -@@ -62,13 +62,14 @@ +--- Makefile.in.orig Wed Jan 2 15:57:57 2002 ++++ Makefile.in +@@ -62,13 +62,14 @@ RANLIB = @RANLIB@ UTF8 = @UTF8@ NEWLINE = @NEWLINE@ diff --git a/devel/pcre/patches/patch-ab b/devel/pcre/patches/patch-ab new file mode 100644 index 00000000000..d2e8c0bcd52 --- /dev/null +++ b/devel/pcre/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1 2002/12/30 18:08:02 cjep Exp $ + +--- pcre-config.in.orig Wed Jan 2 15:57:57 2002 ++++ pcre-config.in +@@ -45,10 +45,10 @@ while test $# -gt 0; do + echo $includes + ;; + --libs-posix) +- echo -L@libdir@ -lpcreposix -lpcre ++ echo -L@libdir@ -Wl,-R@libdir@ -lpcreposix -lpcre + ;; + --libs) +- echo -L@libdir@ -lpcre ++ echo -L@libdir@ -Wl,-R@libdir@ -lpcre + ;; + *) + echo "${usage}" 1>&2 |