diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-11 10:28:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-11 10:28:27 +0000 |
commit | cb53c6fbb6eec87bed2205b5e5ae624a485a6227 (patch) | |
tree | 1ce2232fda666664b62bc04c9b542fee9cdd574d /devel/libgnome/patches | |
parent | 6fca61c3f56546d1aa4f85ed9dc956cea0a6380b (diff) | |
download | pkgsrc-cb53c6fbb6eec87bed2205b5e5ae624a485a6227.tar.gz |
Update to 2.2.3:
Library:
* Check that user shells exist and are executable in gnome-util.c
Fixes bug #91925. (Giovanni Pardini)
* Use glib versions of string functions in help converters.
Fixes bug #81355. (Morten Welinder)
* Fix leak in score handling. Fixes bug #116794 (Kjartan)
* Fix reading of free'd memory in poptContext handling in
gnome-program. (Jeff)
* Fix reading free'd memory in gnome-program (Jeff Steadfast)
Translations:
* Arafat Mendini (ar), Jordi Mallach (ca), Dafydd Harries (cy)
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r-- | devel/libgnome/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa index ffa73aeba10..4e4b84c3df2 100644 --- a/devel/libgnome/patches/patch-aa +++ b/devel/libgnome/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2003/05/25 07:58:06 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2003/07/11 10:28:28 jmmv Exp $ ---- gnome-data/Makefile.in.orig 2003-05-18 19:36:01.000000000 +0200 +--- gnome-data/Makefile.in.orig 2003-07-10 20:42:20.000000000 +0200 +++ gnome-data/Makefile.in -@@ -147,7 +147,7 @@ Z_LIBS = @Z_LIBS@ - cxxflags_set = @cxxflags_set@ +@@ -142,7 +142,7 @@ YACC = @YACC@ + Z_LIBS = @Z_LIBS@ gnomelocaledir = @gnomelocaledir@ -soundlistdir = $(sysconfdir)/sound/events |