pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/goffice0.8 Fix pcre UTF-8 detection, unbreaking b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a238550b274c
branches:  trunk
changeset: 603276:a238550b274c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 03 06:01:35 2012 +0000

description:
Fix pcre UTF-8 detection, unbreaking build.

diffstat:

 misc/goffice0.8/distinfo                |   3 ++-
 misc/goffice0.8/patches/patch-configure |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 874165350783 -r a238550b274c misc/goffice0.8/distinfo
--- a/misc/goffice0.8/distinfo  Thu May 03 05:55:47 2012 +0000
+++ b/misc/goffice0.8/distinfo  Thu May 03 06:01:35 2012 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2011/09/08 20:11:54 drochner Exp $
+$NetBSD: distinfo,v 1.14 2012/05/03 06:01:35 wiz Exp $
 
 SHA1 (goffice-0.8.17.tar.bz2) = 0c8f578f30746b92f37bd8e6eb13dbbaaa124278
 RMD160 (goffice-0.8.17.tar.bz2) = 35224e53a1431b2ecf81297a081159c7297110bb
 Size (goffice-0.8.17.tar.bz2) = 2289608 bytes
+SHA1 (patch-configure) = c9c3278707c2061222cf5eb526787cc3452cf4cc
diff -r 874165350783 -r a238550b274c misc/goffice0.8/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.8/patches/patch-configure   Thu May 03 06:01:35 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2012/05/03 06:01:35 wiz Exp $
+
+pcretest -C also reports UTF-16 support, adapt pattern.
+
+--- configure.orig     2012-05-03 05:55:28.000000000 +0000
++++ configure
+@@ -15285,7 +15285,7 @@ fi
+ 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UTF-8 support in pcre" >&5
+ $as_echo_n "checking for UTF-8 support in pcre... " >&6; }
+-  if (pcretest -C 2>&1) | grep -i "^ *UTF-8 support" >/dev/null; then
++  if (pcretest -C 2>&1) | grep -i "^ *UTF-8 .*support" >/dev/null; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+       LIBS="$LIBS -lpcre"



Home | Main Index | Thread Index | Old Index