diff options
author | jmmv <jmmv> | 2003-02-18 20:52:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 20:52:05 +0000 |
commit | fb31cbbdf67256609487aa42bdda09af4fc242ee (patch) | |
tree | f8ed18fedc9cb105c3e863d8c59e303086d28fdd /wm/metacity | |
parent | dd81b78cb687a77c897d560eda52bceee009cdd9 (diff) | |
download | pkgsrc-fb31cbbdf67256609487aa42bdda09af4fc242ee.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 'wm/metacity')
-rw-r--r-- | wm/metacity/distinfo | 3 | ||||
-rw-r--r-- | wm/metacity/patches/patch-aa | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo index 9cc2af8ba8e..f62d7301014 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/02/14 20:59:44 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/02/18 20:52:08 jmmv Exp $ SHA1 (metacity-2.4.34.tar.bz2) = 2262ceea772107522777ee17463ce9b6184fe285 Size (metacity-2.4.34.tar.bz2) = 1217155 bytes -SHA1 (patch-aa) = a5f4d2a89228e9cab834938c3ccb692f2bd0be65 diff --git a/wm/metacity/patches/patch-aa b/wm/metacity/patches/patch-aa deleted file mode 100644 index a6cd09857eb..00000000000 --- a/wm/metacity/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/02/14 20:59:44 jmmv Exp $ - ---- src/Makefile.in.orig 2003-02-13 23:51:38.000000000 +0100 -+++ src/Makefile.in -@@ -679,7 +679,6 @@ maintainer-clean-generic clean mostlycle - @INTLTOOL_SCHEMAS_RULE@ - - install-data-local: -- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) - - inlinepixbufs.h: $(IMAGES) - $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h |