Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2005 00:56:19 +0200
From:      Piotr Smyrak <piotr.smyrak@heron.pl>
To:        kwm@freebsd.org
Cc:        freebsd-gnome@freebsd.org
Subject:   www/bluefish needs WITH_UTF8 from devel/pcre
Message-ID:  <20050930005619.6204b181@smyru>

next in thread | raw e-mail | index | archive | help
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@heron.pl




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050930005619.6204b181>