[94133] trunk/dports/gnome/goffice
ryandesign at macports.org
ryandesign at macports.org
Sat Jun 9 16:23:39 PDT 2012
Revision: 94133
https://trac.macports.org/changeset/94133
Author: ryandesign at macports.org
Date: 2012-06-09 16:23:39 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
goffice: use pcre 8.30 properly (#34812)
Modified Paths:
--------------
trunk/dports/gnome/goffice/Portfile
Added Paths:
-----------
trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff
Modified: trunk/dports/gnome/goffice/Portfile
===================================================================
--- trunk/dports/gnome/goffice/Portfile 2012-06-09 23:20:39 UTC (rev 94132)
+++ trunk/dports/gnome/goffice/Portfile 2012-06-09 23:23:39 UTC (rev 94133)
@@ -6,7 +6,7 @@
name goffice
epoch 1
version 0.8.17
-revision 2
+revision 3
set branch [join [lrange [split ${version} .] 0 1] .]
description GOffice is a library of document-centric objects and utilities.
long_description GOffice is a library of document-centric objects \
Added: trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff
===================================================================
--- trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff (rev 0)
+++ trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff 2012-06-09 23:23:39 UTC (rev 94133)
@@ -0,0 +1,12 @@
+http://www.linuxfromscratch.org/blfs/view/cvs/x/goffice.html
+--- goffice/utils/regutf8.c.orig 2009-09-05 18:52:09.000000000 -0500
++++ goffice/utils/regutf8.c 2012-06-09 18:04:29.000000000 -0500
+@@ -155,7 +155,7 @@
+ default: return GO_REG_BADPAT;
+ }
+ } else {
+- gor->re_nsub = pcre_info (r, NULL, NULL);
++ gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL);
+ gor->nosub = (cflags & GO_REG_NOSUB) != 0;
+ return 0;
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/e0597543/attachment.html>
More information about the macports-changes
mailing list