[Lunar-commits] <moonbase> pcre: version bumped to 8.30.
Florin Braescu
florin at lunar-linux.org
Mon Feb 27 19:07:39 CET 2012
commit ef6bc8411f4a7d4d7eaf05cc4fe810f61552859d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 27 19:07:39 2012 +0100
pcre: version bumped to 8.30.
---
libs/pcre/BUILD | 8 ++++++++
libs/pcre/DETAILS | 6 +++---
libs/pcre/POST_INSTALL | 3 +++
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/libs/pcre/BUILD b/libs/pcre/BUILD
index f95483b..9cd05e8 100644
--- a/libs/pcre/BUILD
+++ b/libs/pcre/BUILD
@@ -1,4 +1,5 @@
(
+
bad_flags ALL &&
./configure --build=$BUILD \
--prefix=/usr \
@@ -15,7 +16,14 @@
--disable-static &&
sedit 's:$(libdir)/pkgconfig:/usr/lib/pkgconfig:' Makefile &&
+ sedit 's:ln -s:ln -sf:' Makefile &&
+# preserve the old version to prevent the crash of grep
+ make &&
+ make install &&
+# rebuild the new grep image
+ lin grep &&
+# normal reinstall of pcre
default_make
) > $C_FIFO 2>&1
diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 88ab737..023081d 100644
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,12 +1,12 @@
MODULE=pcre
- VERSION=8.21
+ VERSION=8.30
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:52abf655d94f5208377258ffff27c7b35c53af39
+ SOURCE_VFY=sha1:68d28fb383325b8af9e3d481d30f586b46c56022
WEB_SITE=http://www.pcre.org
ENTERED=20010922
- UPDATED=20111214
+ UPDATED=20120228
SHORT="Perl compatible regular expression library"
cat << EOF
diff --git a/libs/pcre/POST_INSTALL b/libs/pcre/POST_INSTALL
new file mode 100644
index 0000000..d063350
--- /dev/null
+++ b/libs/pcre/POST_INSTALL
@@ -0,0 +1,3 @@
+rm -f /usr/lib/libpcre.so.0
+rm -f /usr/lib/libpcre.so.0.0.1
+
More information about the Lunar-commits
mailing list