pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre Fixed "test ==" in the configure script and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/919c4bd357e8
branches:  trunk
changeset: 519509:919c4bd357e8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 04 20:23:46 2006 +0000

description:
Fixed "test ==" in the configure script and a spelling mistake. It's
PKGCONFIG_OVERRIDE, not PKG_CONFIG_OVERRIDE.

diffstat:

 devel/pcre/Makefile         |   4 ++--
 devel/pcre/distinfo         |   3 ++-
 devel/pcre/patches/patch-ad |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r 09f1bf455891 -r 919c4bd357e8 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Wed Oct 04 20:20:03 2006 +0000
+++ b/devel/pcre/Makefile       Wed Oct 04 20:23:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/07/10 16:10:44 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2006/10/04 20:23:46 rillig Exp $
 
 DISTNAME=      pcre-6.7
 CATEGORIES=    devel
@@ -17,7 +17,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-utf8
 
-PKG_CONFIG_OVERRIDE=   libpcre.pc.in
+PKGCONFIG_OVERRIDE=    libpcre.pc.in
 
 TEST_TARGET=           test
 
diff -r 09f1bf455891 -r 919c4bd357e8 devel/pcre/distinfo
--- a/devel/pcre/distinfo       Wed Oct 04 20:20:03 2006 +0000
+++ b/devel/pcre/distinfo       Wed Oct 04 20:23:46 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2006/07/10 22:14:18 joerg Exp $
+$NetBSD: distinfo,v 1.22 2006/10/04 20:23:46 rillig Exp $
 
 SHA1 (pcre-6.7.tar.bz2) = 499d5b20c29fe1314916c99aa70b5408a2c8e5f9
 RMD160 (pcre-6.7.tar.bz2) = 1a4699930c53e3f692bd405b1f40a9bc1bcd8bc3
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 821339994e6fd77715f7b0d9e823038861dd3bfa
 SHA1 (patch-ab) = fb350f9ecc978b69ce75055edc6ba9560d62fdbb
 SHA1 (patch-ac) = 928b5ef7b91990735412e5965189fd457b7517e6
+SHA1 (patch-ad) = d64362ea560f446ef31e225115a6f9c1d1972b57
diff -r 09f1bf455891 -r 919c4bd357e8 devel/pcre/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pcre/patches/patch-ad       Wed Oct 04 20:23:46 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2006/10/04 20:23:46 rillig Exp $
+
+--- configure.orig     2006-10-04 22:20:58.000000000 +0200
++++ configure  2006-10-04 22:21:48.000000000 +0200
+@@ -19664,7 +19664,7 @@ fi;
+ # Check whether --enable-ebcdic or --disable-ebcdic was given.
+ if test "${enable_ebcdic+set}" = set; then
+   enableval="$enable_ebcdic"
+-  if test "$enableval" == "yes"; then
++  if test "$enableval" = "yes"; then
+   EBCDIC=-DEBCDIC=1
+ fi
+ 



Home | Main Index | Thread Index | Old Index