summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 20:52:05 +0000
committerjmmv <jmmv>2003-02-18 20:52:05 +0000
commit9b92a7d2c75324f398bf15057f8026d540056f0e (patch)
treef8ed18fedc9cb105c3e863d8c59e303086d28fdd /sysutils/gnome-vfs2/patches
parent8e8f4cd6d91faddd3dc52508dbb4276473d2e9d3 (diff)
downloadpkgsrc-9b92a7d2c75324f398bf15057f8026d540056f0e.tar.gz
GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
Diffstat (limited to 'sysutils/gnome-vfs2/patches')
-rw-r--r--sysutils/gnome-vfs2/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/gnome-vfs2/patches/patch-ab b/sysutils/gnome-vfs2/patches/patch-ab
deleted file mode 100644
index 9d2be4e9924..00000000000
--- a/sysutils/gnome-vfs2/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/02/15 16:29:32 jmmv Exp $
-
-This patch is being tracked in bug #104418.
-See http://bugzilla.gnome.org/show_bug.cgi?id=104418 for more details.
-
---- schemas/Makefile.in.orig Mon Jan 20 20:46:20 2003
-+++ schemas/Makefile.in
-@@ -303,7 +303,7 @@ maintainer-clean
-
- # don't do this if we are building in eg. rpm
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false ; then \
- for p in $(schema_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
- done \