pkgsrc/x11/gtksourceview
jmmv 993d7a307b Under a system without GNU regex, this package builds an internal copy of
it.  This copy defines the standard regcomp and friends functions, which
are also present in NetBSD.  The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.

The problem exposes itself at least in gedit through gnome-vfs2.  The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.

Apply a patch to ensure these internal GNU regex functions do not colish
with native ones.  Bump PKGREVISION to 8.
2004-02-07 15:21:43 +00:00
..
patches Under a system without GNU regex, this package builds an internal copy of 2004-02-07 15:21:43 +00:00
buildlink2.mk Under a system without GNU regex, this package builds an internal copy of 2004-02-07 15:21:43 +00:00
DESCR Initial import of gtksourceview, version 0.6.0: 2003-09-11 11:11:33 +00:00
distinfo Under a system without GNU regex, this package builds an internal copy of 2004-02-07 15:21:43 +00:00
Makefile Under a system without GNU regex, this package builds an internal copy of 2004-02-07 15:21:43 +00:00
PLIST Add missing locale file in PLIST. PKGREVISION++ 2004-01-18 01:52:56 +00:00