Le 4 oct. 07 à 09:43, [EMAIL PROTECTED] a écrit :

Revision 29634
Author [EMAIL PROTECTED]
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

Please read `configure --help` before making such changes:

configure --help:
  --enable-unicode-properties
                          enable Unicode properties support (implies
                          --enable-utf8)

configure.ac:
# Make sure that if enable_unicode_properties was set, that UTF-8 support
  # is enabled.
  #
  if test "x$enable_unicode_properties" = "xyes"
  then
    if test "x$enable_utf8" = "xno"
    then
AC_MSG_ERROR([support for Unicode properties requires UTF-8 support])
    fi
    enable_utf8=yes
  fi

By the way, this port is not openmaintained, please file a ticket if you have any complaint.

Regards,
--
Anthony Ramine, the infamous MacPorts Trac slave.
[EMAIL PROTECTED]


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to