OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Aug-2008 08:17:30
Branch: HEAD Handle: 2008081307173000
Modified files:
openpkg-src/pcre pcre.patch pcre.spec
Log:
apply a bugfix from FreeBSD ports
Summary:
Revision Changes Path
1.7 +12 -0 openpkg-src/pcre/pcre.patch
1.68 +1 -1 openpkg-src/pcre/pcre.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pcre/pcre.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 pcre.patch
--- openpkg-src/pcre/pcre.patch 10 Jan 2008 20:47:35 -0000 1.6
+++ openpkg-src/pcre/pcre.patch 13 Aug 2008 06:17:30 -0000 1.7
@@ -14,3 +14,15 @@
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
regmatch_t *, int);
+Index: pcre_compile.c
+--- pcre_compile.c
++++ pcre_compile.c
+@@ -4931,7 +4931,7 @@
+ (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
+ {
+ cd->external_options = newoptions;
+- options = newoptions;
++ options = *optionsptr = newoptions;
+ }
+ else
+ {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pcre/pcre.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 pcre.spec
--- openpkg-src/pcre/pcre.spec 8 May 2008 06:22:34 -0000 1.67
+++ openpkg-src/pcre/pcre.spec 13 Aug 2008 06:17:30 -0000 1.68
@@ -32,7 +32,7 @@
Group: Libraries
License: LGPL
Version: 7.7
-Release: 20080508
+Release: 20080813
# package options
%option with_utf8 yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]