www/bluefish needs WITH_UTF8 from devel/pcre
Piotr Smyrak
piotr.smyrak at heron.pl
Thu Sep 29 15:56:42 PDT 2005
Hi,
I think some warning in www/bluefish should be added informing that
it would need devel/pcre built WITH_URF8 enabled as without that
option one will get hell of a lot of error messages (try to run it
in terminal). And especially when one try to run Preferences and
when you quit you get a ton of warning messages about lack of UTF8
in pcre. And the syntax highlighting won't work either.
I mean something like this...
.if (cd ${PORTSDIR}/devel/pcre && ${MAKE} -V WITH_UTF8)
@${ECHO_MSG} ""
@${ECHO_MSG} " You need WITH_UTF8 enabled for devel/pcre"
@${ECHO_MSG} ""
.endif
I know that it does not work though...
--
Piotr Smyrak
piotr.smyrak at heron.pl
More information about the freebsd-gnome
mailing list