summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-24 01:57:51 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-24 01:57:51 +0000
commitfa5004af09a5358139980619abeb184d49ad3501 (patch)
tree192bc44d0f46b08bd6fcb18d2827e2e776377a86 /devel/pcre
parentupdate to 3.0.1 (diff)
This updates the pcre port to v3.1. This includes shared libs
using that bane of every porters life, libtool. Unfortunately, the libtool support in this library is decidely non-standard, so it still installs .la files. They aren't in the PLIST though. PR: 17294 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=27006
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile24
-rw-r--r--devel/pcre/distinfo2
-rw-r--r--devel/pcre/pkg-plist5
3 files changed, 11 insertions, 20 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index ace49c038e45..c4b9e6c130cb 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,35 +1,21 @@
# New ports collection makefile for: pcre
-# Version required: 2.08
+# Version required: 3.1
# Date created: 08 July 1998
# Whom: dom
#
# $FreeBSD$
#
-DISTNAME= pcre-2.08
+DISTNAME= pcre-3.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
MAINTAINER= dom@myrddin.demon.co.uk
+# Implies GNU_CONFIGURE.
+USE_LIBTOOL= yes
+
MAN3= pcre.3 pcreposix.3
MAN1= pgrep.1
-do-configure:
- ${SED} -e '/^CC/s/.*/CC=${CC}/' \
- -e '/^CFLAGS/s/.*/CFLAGS=${CFLAGS}/' \
- -e '/^RANLIB/s/.*/RANLIB=${RANLIB}/' \
- ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new
- ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pgrep ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/libpcre.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/libpcreposix.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/pcre.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/pcreposix.h ${PREFIX}/include
- ${INSTALL_MAN} ${WRKSRC}/pcre.3 ${PREFIX}/man/man3
- ${INSTALL_MAN} ${WRKSRC}/pcreposix.3 ${PREFIX}/man/man3
- ${INSTALL_MAN} ${WRKSRC}/pgrep.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>
diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo
index 1bae68628c62..7725c99048df 100644
--- a/devel/pcre/distinfo
+++ b/devel/pcre/distinfo
@@ -1 +1 @@
-MD5 (pcre-2.08.tar.gz) = c0a0e7605eb1ed1787a0641f4d775e56
+MD5 (pcre-3.1.tar.gz) = e24369e30177e2580dac9fe655dd8ad8
diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist
index 2ca226849f56..ee9ab5820d5d 100644
--- a/devel/pcre/pkg-plist
+++ b/devel/pcre/pkg-plist
@@ -1,5 +1,10 @@
+bin/pcre-config
bin/pgrep
include/pcre.h
include/pcreposix.h
lib/libpcre.a
+lib/libpcre.so
+lib/libpcre.so.0
lib/libpcreposix.a
+lib/libpcreposix.so
+lib/libpcreposix.so.0