[Lunar-commits] <moonbase-core> pcre: version bump, adding --enable-pcre16, --enable-pcre32, --enable-pcregrep-libz and

Dennis Veatch dennisveatch at bellsouth.net
Sat Oct 25 12:16:27 CEST 2014


commit d00ef01c0d0525cc46a1dcae5049baf39da90535
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 18:48:41 -0400
URL: https://github.com/lunar-linux/moonbase-core/commit/d00ef01c0d0525cc46a1dcae5049baf39da90535

pcre: version bump, adding --enable-pcre16, --enable-pcre32, --enable-pcregrep-libz and
--enable-pcregrep-libbz2 switches.
---
  libs/pcre/BUILD   | +4/-3     
  libs/pcre/DEPENDS | +2/-0     
  libs/pcre/DETAILS | +3/-3     
  3 files changed, 9 insertions(+), 6 deletions(-)

--- a/libs/pcre/BUILD
+++ b/libs/pcre/BUILD
@@ -1,4 +1,3 @@
-(
 
    bad_flags ALL &&
    ./configure  --build=$BUILD               \
@@ -13,6 +12,10 @@
                 --mandir=/usr/share/man      \
                 --enable-utf8                \
                 --enable-unicode-properties  \
+                --enable-pcre16              \
+                --enable-pcre32              \
+                --enable-pcregrep-libz       \
+                --enable-pcregrep-libbz2     \
                 --disable-static            &&
 
    sedit 's:$(libdir)/pkgconfig:/usr/lib/pkgconfig:' Makefile  &&
@@ -28,5 +31,3 @@
 
 #  normal install of pcre
    default_make
-
-) > $C_FIFO 2>&1
--- a/libs/pcre/DEPENDS
+++ b/libs/pcre/DEPENDS
@@ -1 +1,3 @@
 depends pkgconfig
+depends zlib
+depends bzip2
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,12 +1,12 @@
           MODULE=pcre
-         VERSION=8.35
+         VERSION=8.36
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/$MODULE
    SOURCE_URL[1]=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:a10e0040475644bfc97f7d0c0556988acfc52c6f
+      SOURCE_VFY=sha1:9a074e9cbf3eb9f05213fd9ca5bc188644845ccc
         WEB_SITE=http://www.pcre.org
          ENTERED=20010922
-         UPDATED=20140404
+         UPDATED=20141013
            SHORT="Perl compatible regular expression library"
 
 cat << EOF




More information about the Lunar-commits mailing list