[101931] trunk/dports/devel/pcre/Portfile

larryv at macports.org larryv at macports.org
Mon Jan 21 22:40:39 PST 2013


Revision: 101931
          https://trac.macports.org/changeset/101931
Author:   larryv at macports.org
Date:     2013-01-21 22:40:39 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
pcre: Update to 8.32.

Also:
- Enable the JIT compiler, introduced in 8.20.
- Enable the 16-bit library, introduced in 8.30.
- Enable the 32-bit library, introduced with this release.
- Remove the +doc variant and install all docs by default.

Modified Paths:
--------------
    trunk/dports/devel/pcre/Portfile

Modified: trunk/dports/devel/pcre/Portfile
===================================================================
--- trunk/dports/devel/pcre/Portfile	2013-01-22 05:28:18 UTC (rev 101930)
+++ trunk/dports/devel/pcre/Portfile	2013-01-22 06:40:39 UTC (rev 101931)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pcre
-version             8.31
+version             8.32
 categories          devel
 license             BSD
 platforms           darwin freebsd
@@ -25,14 +25,17 @@
                     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/
-checksums           rmd160  212fbf09d1694167fd27805c4e885628c2c4e5c7 \
-                    sha256  5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c
+checksums           rmd160  d0c2d10fac843089116e5e2ae88fea4fa0a0be21 \
+                    sha256  a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55
 
 depends_lib         port:zlib \
                     port:bzip2 \
                     port:libedit
 
 configure.args      --docdir=${prefix}/share/doc/${name} \
+                    --enable-pcre16 \
+                    --enable-pcre32 \
+                    --enable-jit \
                     --enable-unicode-properties \
                     --enable-pcregrep-libz \
                     --enable-pcregrep-libbz2 \
@@ -45,13 +48,4 @@
     }
 }
 
-post-patch {
-    if {![variant_isset doc]} {
-        reinplace -E "/^install-data-am:/s/install-dist_htmlDATA//" ${worksrcpath}/Makefile.in
-        reinplace -E "/install-man/s/install-htmlDATA//" ${worksrcpath}/Makefile.in
-    }
-}
-
 test.run            yes
-
-variant doc description {Install extra documentation} {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/a1625fac/attachment-0001.html>


More information about the macports-changes mailing list