pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Requiring pcre 8.11 is no longer enough. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aafb297271d
branches:  trunk
changeset: 635433:3aafb297271d
user:      enami <enami%pkgsrc.org@localhost>
date:      Thu Jun 05 23:41:26 2014 +0000

description:
Requiring pcre 8.11 is no longer enough.  gregex.c refers symbol
PCRE_INFO_MAXLOOKBEHIND which is introduced in pcre 8.31.

diffstat:

 devel/glib2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d531bea385c -r 3aafb297271d devel/glib2/Makefile
--- a/devel/glib2/Makefile      Thu Jun 05 19:48:33 2014 +0000
+++ b/devel/glib2/Makefile      Thu Jun 05 23:41:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2014/05/29 23:35:35 wiz Exp $
+# $NetBSD: Makefile,v 1.220 2014/06/05 23:41:26 enami Exp $
 
 .include "Makefile.common"
 
@@ -31,7 +31,7 @@
 CHECK_INTERPRETER_SKIP+=       bin/gdbus-codegen
 
 # need pcre utf8 + unicode-properties
-BUILDLINK_API_DEPENDS.pcre+=   pcre>=8.11
+BUILDLINK_API_DEPENDS.pcre+=   pcre>=8.31
 # to avoid pkg-config dependency, explicitly specify pcre location
 CONFIGURE_ARGS+=       PCRE_CFLAGS=-I${BUILDLINK_PREFIX.pcre}/include
 CONFIGURE_ARGS+=       PCRE_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre}/lib -L${BUILDLINK_PREFIX.pcre}/lib -lpcre"



Home | Main Index | Thread Index | Old Index