diff options
author | tron <tron> | 1999-07-14 20:45:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-14 20:45:27 +0000 |
commit | 2084c773fee1f2012f56e146cf6fbc150a7a23d1 (patch) | |
tree | 30667af8e45389ef93ecb5902c605ebc6a4a857b /x11/gnome-libs/patches | |
parent | bbd2207e0fafe339ee798e175d800f5eb942dd88 (diff) | |
download | pkgsrc-2084c773fee1f2012f56e146cf6fbc150a7a23d1.tar.gz |
Update "gnome-libs" package to version 1.0.10.
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r-- | x11/gnome-libs/patches/patch-ac | 18 | ||||
-rw-r--r-- | x11/gnome-libs/patches/patch-al | 15 |
2 files changed, 24 insertions, 9 deletions
diff --git a/x11/gnome-libs/patches/patch-ac b/x11/gnome-libs/patches/patch-ac index c3a0b9a9d86..d1d7c2d3692 100644 --- a/x11/gnome-libs/patches/patch-ac +++ b/x11/gnome-libs/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.6 1999/03/07 11:31:47 tron Exp $ +$NetBSD: patch-ac,v 1.7 1999/07/14 20:45:29 tron Exp $ ---- gnome-data/Makefile.in.orig Mon Mar 1 20:57:13 1999 -+++ gnome-data/Makefile.in Sun Mar 7 11:57:57 1999 -@@ -159,7 +159,7 @@ +--- gnome-data/Makefile.in.orig Tue Jun 1 22:08:52 1999 ++++ gnome-data/Makefile.in Wed Jul 14 21:45:30 1999 +@@ -160,7 +160,7 @@ EXTRA_DIST = gnome.soundlist gtk-events.soundlist mime-magic gnome.mime paper.config type.convert postscript.convert gnome-make-postscript-mimes @@ -11,14 +11,14 @@ $NetBSD: patch-ac,v 1.6 1999/03/07 11:31:47 tron Exp $ sysconf_DATA = paper.config mime-magic soundlistdir = $(sysconfdir)/sound/events -@@ -377,8 +377,8 @@ +@@ -378,8 +378,8 @@ $(SHELL) $(srcdir)/gnome-make-postscript-mimes > postscript.convert install-data-local: -- $(mkinstalldirs) $(scoredir) -- -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(scoredir) -+# $(mkinstalldirs) $(scoredir) -+# -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(scoredir) +- $(mkinstalldirs) $(DESTDIR)$(scoredir) +- -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir) ++# $(mkinstalldirs) $(DESTDIR)$(scoredir) ++# -chgrp $(GAMES_GROUP) $(scoredir) && chmod g=rwXs $(DESTDIR)$(scoredir) $(top_builddir)/libgnome/gnome-gen-mimedb $(DESTDIR)$(sysconfdir)/mime-magic # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/x11/gnome-libs/patches/patch-al b/x11/gnome-libs/patches/patch-al new file mode 100644 index 00000000000..d60e3193932 --- /dev/null +++ b/x11/gnome-libs/patches/patch-al @@ -0,0 +1,15 @@ +$NetBSD: patch-al,v 1.1 1999/07/14 20:46:39 tron Exp $ + +--- gnome-faq/Makefile.in.orig Tue Jun 1 22:08:57 1999 ++++ gnome-faq/Makefile.in Wed Jul 14 22:11:26 1999 +@@ -153,8 +153,8 @@ + + # Make rules for the `gnome-libs' module + +-@INSIDE_GNOME_DOCU_TRUE@htmldir = $(datadir)/html +-@INSIDE_GNOME_DOCU_FALSE@htmldir = $(prefix)/html ++@INSIDE_GNOME_DOCU_TRUE@htmldir = $(datadir)/doc/gnome-libs/html ++@INSIDE_GNOME_DOCU_FALSE@htmldir = $(datadir)/doc/gnome-libs/html + + @INSIDE_GNOME_DOCU_TRUE@html_subdirs = gnome-faq + |