summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/libgnome/distinfo3
-rw-r--r--devel/libgnome/patches/patch-ad13
2 files changed, 1 insertions, 15 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo
index 666a0c79d1d..5ccb6e4204a 100644
--- a/devel/libgnome/distinfo
+++ b/devel/libgnome/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.5 2003/02/15 17:01:43 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2003/02/18 20:52:05 jmmv Exp $
SHA1 (libgnome-2.2.0.1.tar.bz2) = 50a7dd086638094723f47788d399d1826647710e
Size (libgnome-2.2.0.1.tar.bz2) = 716319 bytes
SHA1 (patch-aa) = edb9f86dbc9defefab5a31ebc6303a7488dab639
SHA1 (patch-ab) = f1d44227b78406e7daece28e734ac239cda41518
SHA1 (patch-ac) = f5aaa1cd464d85b9ceea42a29edec950658620f8
-SHA1 (patch-ad) = debc95d4b6bed9998d18c2b2bad1b5a985300ccc
SHA1 (patch-ae) = 3e9d43e3608cbf9e180c06e690f53c030580fbb2
SHA1 (patch-af) = 91ce8f910ed54e6186ab6592494ae9190705629b
diff --git a/devel/libgnome/patches/patch-ad b/devel/libgnome/patches/patch-ad
deleted file mode 100644
index a5318f750a9..00000000000
--- a/devel/libgnome/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2003/02/14 20:11:52 jmmv Exp $
-
---- schemas/Makefile.in.orig Thu Jan 23 15:08:14 2003
-+++ schemas/Makefile.in
-@@ -279,7 +279,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 \