summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-18 20:52:05 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-18 20:52:05 +0000
commit3a84fed861b273b4ce2378033150c8117ee615d3 (patch)
treef8ed18fedc9cb105c3e863d8c59e303086d28fdd /sysutils/gnome-vfs2
parent661cfce1471e8024ef5d083253c34831af87d894 (diff)
downloadpkgsrc-3a84fed861b273b4ce2378033150c8117ee615d3.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')
-rw-r--r--sysutils/gnome-vfs2/distinfo3
-rw-r--r--sysutils/gnome-vfs2/patches/patch-ab16
2 files changed, 1 insertions, 18 deletions
diff --git a/sysutils/gnome-vfs2/distinfo b/sysutils/gnome-vfs2/distinfo
index fb3626fb9a4..faa2fa09141 100644
--- a/sysutils/gnome-vfs2/distinfo
+++ b/sysutils/gnome-vfs2/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.5 2003/02/15 16:41:20 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2003/02/18 20:52:07 jmmv Exp $
SHA1 (gnome-vfs-2.2.2.tar.bz2) = 98c87820f17bd1b7fa75162f079e25ae515378b0
Size (gnome-vfs-2.2.2.tar.bz2) = 988477 bytes
SHA1 (patch-aa) = 31c919ba5d732a0b3f1950811adbc58ba9b50bb3
-SHA1 (patch-ab) = dded13bd541a42530af426597f56997e8de301c2
SHA1 (patch-ae) = fbe0fa8e2def2fec2cc55317a35638d8314287d2
SHA1 (patch-ag) = 48a1a7e7b780bcf25f311abe0c48524c8fe9eaa4
SHA1 (patch-ai) = 0cbdf095c4c55a770d13d443d904bb567fee3666
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 \