summaryrefslogtreecommitdiff
path: root/editors/gedit
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 /editors/gedit
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 'editors/gedit')
-rw-r--r--editors/gedit/distinfo4
-rw-r--r--editors/gedit/patches/patch-aa11
2 files changed, 3 insertions, 12 deletions
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
index 7ef64879726..61d9006951a 100644
--- a/editors/gedit/distinfo
+++ b/editors/gedit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/02/14 21:10:14 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/02/18 20:52:06 jmmv Exp $
SHA1 (gedit-2.2.0.1.tar.bz2) = 79ebfc22882706938c53658c3f5d02f3f052926c
Size (gedit-2.2.0.1.tar.bz2) = 1456472 bytes
-SHA1 (patch-aa) = 908ebb3c7aca809f151dc80b7adda44d72491b46
+SHA1 (patch-aa) = d27d5614e73e7fa6be9e439e3260b4010f3cf621
diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa
index d2877497d6f..2d5158f0913 100644
--- a/editors/gedit/patches/patch-aa
+++ b/editors/gedit/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2003/02/14 21:10:14 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:06 jmmv Exp $
--- data/Makefile.in.orig 2003-02-14 17:59:17.000000000 +0100
+++ data/Makefile.in
@@ -11,12 +11,3 @@ $NetBSD: patch-aa,v 1.1 2003/02/14 21:10:14 jmmv Exp $
schemas_in_files = gedit.schemas.in
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
-@@ -412,7 +412,7 @@ maintainer-clean-generic clean mostlycle
- @INTLTOOL_SERVER_RULE@
-
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schemas_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
- done \