From: schlmm on
Hi,

I dont know if its the right place for asking for enhancements of
slackbuilds. is there a bugtracker for slackware or something ?

it would be nice that the official pcre pkg would compile with --
enable-unicode-properties to match e.g. umlauts (\pL etc..).

Heres a diff of the pcre.SlackBuild from current

--- pcre.SlackBuild.old 2010-05-13 14:42:37.975633402 +0200
+++ pcre.SlackBuild 2010-05-13 14:41:48.625691097 +0200
@@ -74,6 +74,7 @@
CFLAGS="$SLKCFLAGS" \
./configure \
--enable-utf8 \
+ --enable-unicode-properties \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man

Best regards
From: Mikhail Zotov on
On Thu, 13 May 2010 05:46:06 -0700 (PDT)
schlmm <g.schlmm(a)googlemail.com> wrote:

> Hi,
>
> I dont know if its the right place for asking for enhancements of
> slackbuilds. is there a bugtracker for slackware or something ?
>
> it would be nice that the official pcre pkg would compile with --
> enable-unicode-properties to match e.g. umlauts (\pL etc..).

I think you should send a message to Patrick Volkerding. As far as I
can tell, he is open for suggestions like this.

--
Mikhail