On Oct 4, 2007, at 02:43, source_changes@macosforge.org wrote:
Revision: 29634 http://trac.macosforge.org/projects/macports/changeset/29634 Author: jkh@macports.org Date: 2007-10-04 00:43:51 -0700 (Thu, 04 Oct 2007)
Log Message: ----------- Given that utf8 is the "defacto standard" encoding for MacOSX, make it supported by default (I can see no particularly compelling reason to make it a variant).
Modified Paths: -------------- trunk/dports/devel/pcre/Portfile
Modified: trunk/dports/devel/pcre/Portfile =================================================================== --- trunk/dports/devel/pcre/Portfile 2007-10-04 07:33:20 UTC (rev 29633) +++ trunk/dports/devel/pcre/Portfile 2007-10-04 07:43:51 UTC (rev 29634) @@ -28,7 +28,7 @@ rmd160 42bc33e5592c23c7eb337f8fcfab77fb290aed61
configure.args --docdir=${prefix}/share/doc/${name}-${version} \ - --enable-unicode-properties + --enable-unicode-properties --enable-utf8
post-configure { if {! [variant_isset doc]} {
Did the maintainer OK that change? If this changes what's built, shouldn't the port's revision have been incremented?