summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 20:52:05 +0000
committerjmmv <jmmv>2003-02-18 20:52:05 +0000
commitfb31cbbdf67256609487aa42bdda09af4fc242ee (patch)
treef8ed18fedc9cb105c3e863d8c59e303086d28fdd /graphics
parentdd81b78cb687a77c897d560eda52bceee009cdd9 (diff)
downloadpkgsrc-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 'graphics')
-rw-r--r--graphics/eog2/distinfo4
-rw-r--r--graphics/eog2/patches/patch-aa10
2 files changed, 3 insertions, 11 deletions
diff --git a/graphics/eog2/distinfo b/graphics/eog2/distinfo
index a2252d64e8a..b5438c203aa 100644
--- a/graphics/eog2/distinfo
+++ b/graphics/eog2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/02/14 21:11:26 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2003/02/18 20:52:06 jmmv Exp $
SHA1 (eog-2.2.0.tar.bz2) = 121d6c2529b26de6edebeae892630c092fee0b1e
Size (eog-2.2.0.tar.bz2) = 469229 bytes
-SHA1 (patch-aa) = bed9ab3f596e5044eb2af84d2c3da7e723024603
+SHA1 (patch-aa) = 652b3c9489bdaffd3fbcdd90dcb759fdd79e73b8
diff --git a/graphics/eog2/patches/patch-aa b/graphics/eog2/patches/patch-aa
index 5eaafb80eb6..1dc706dc3c1 100644
--- a/graphics/eog2/patches/patch-aa
+++ b/graphics/eog2/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2003/02/14 21:11:26 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:07 jmmv Exp $
--- Makefile.in.orig 2003-01-28 09:35:03.000000000 +0100
+++ Makefile.in
@@ -11,11 +11,3 @@ $NetBSD: patch-aa,v 1.1 2003/02/14 21:11:26 jmmv Exp $
schemas_in_files = eog.schemas.in
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
-@@ -512,7 +512,6 @@ mostlyclean distclean maintainer-clean
- @INTLTOOL_SCHEMAS_RULE@
-
- install-data-local:
-- GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.