[111002] trunk/dports/devel/pcre/Portfile
larryv at macports.org
larryv at macports.org
Thu Sep 12 23:31:54 PDT 2013
Revision: 111002
https://trac.macports.org/changeset/111002
Author: larryv at macports.org
Date: 2013-09-12 23:31:53 -0700 (Thu, 12 Sep 2013)
Log Message:
-----------
pcre: Reorganize a bit.
Modified Paths:
--------------
trunk/dports/devel/pcre/Portfile
Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile 2013-09-13 06:01:48 UTC (rev 111001)
+++ trunk/dports/devel/pcre/Portfile 2013-09-13 06:31:53 UTC (rev 111002)
@@ -17,38 +17,37 @@
PCRE has its own native API, as well as a set of \
wrapper functions that correspond to the POSIX \
regular expression API.
-
homepage http://www.pcre.org/
-use_bzip2 yes
+depends_lib port:bzip2 \
+ port:libedit \
+ port:zlib
+
master_sites sourceforge:project/pcre/pcre/${version} \
ftp://ftp.fu-berlin.de/unix/misc/pcre/ \
ftp://ftp.tin.org/pub/libs/pcre/ \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+use_bzip2 yes
checksums rmd160 de60ac0aaad1f04bc272f39136d9048b1adc9299 \
sha256 c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478
patchfiles configure.diff
-depends_lib port:zlib \
- port:bzip2 \
- port:libedit
-
# One of the tests currently fails when built with gcc49 @4.9-20130609.
# Not that anyone cares.
#
# TODO Report upstream.
compiler.blacklist macports-gcc-4.9
-configure.args --docdir=${prefix}/share/doc/${name} \
- --disable-silent-rules \
+configure.args --disable-silent-rules \
+ --docdir=${prefix}/share/doc/${name} \
+ --enable-jit \
--enable-pcre16 \
--enable-pcre32 \
- --enable-jit \
- --enable-unicode-properties \
- --enable-pcregrep-libz \
--enable-pcregrep-libbz2 \
- --enable-pcretest-libedit
+ --enable-pcregrep-libz \
+ --enable-pcretest-libedit \
+ --enable-unicode-properties
platform darwin 8 {
# ticket #18448
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130912/1068cb95/attachment.html>
More information about the macports-changes
mailing list