diff options
author | jmmv <jmmv> | 2003-02-18 20:52:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 20:52:05 +0000 |
commit | 9b92a7d2c75324f398bf15057f8026d540056f0e (patch) | |
tree | f8ed18fedc9cb105c3e863d8c59e303086d28fdd /security/seahorse/patches | |
parent | 8e8f4cd6d91faddd3dc52508dbb4276473d2e9d3 (diff) | |
download | pkgsrc-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 'security/seahorse/patches')
-rw-r--r-- | security/seahorse/patches/patch-aa | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/security/seahorse/patches/patch-aa b/security/seahorse/patches/patch-aa index 4608575b58d..f20bfcb92f1 100644 --- a/security/seahorse/patches/patch-aa +++ b/security/seahorse/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2003/02/15 11:04:25 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:07 jmmv Exp $ --- data/Makefile.in.orig 2003-02-15 11:33:21.000000000 +0100 +++ data/Makefile.in @@ -11,17 +11,3 @@ $NetBSD: patch-aa,v 1.1 2003/02/15 11:04:25 jmmv Exp $ schemas_in_files = seahorse.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) -@@ -300,13 +300,6 @@ uninstall-am: uninstall-desktopDATA unin - @INTLTOOL_SCHEMAS_RULE@ - - install-data-local: -- @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 \ -- --makefile-install-rule $(schemas_DATA) || \ -- (echo ;\ -- echo "*****************************************************"; \ -- echo "Installation of schemas failed, install them manually"; \ -- echo "*****************************************************";) -- @true - - @INTLTOOL_DESKTOP_RULE@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. |