summaryrefslogtreecommitdiff
path: root/security/seahorse
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 /security/seahorse
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 'security/seahorse')
-rw-r--r--security/seahorse/distinfo4
-rw-r--r--security/seahorse/patches/patch-aa16
2 files changed, 3 insertions, 17 deletions
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo
index a56d5ea80fc..b0eb551313b 100644
--- a/security/seahorse/distinfo
+++ b/security/seahorse/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/02/15 11:03:42 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2003/02/18 20:52:07 jmmv Exp $
SHA1 (seahorse-0.7.0.tar.gz) = 237cfad85023b65c646befb2731aa4a97de87edf
Size (seahorse-0.7.0.tar.gz) = 629183 bytes
-SHA1 (patch-aa) = 1496356157500eccd4d03dd31c8fdfaf63298792
+SHA1 (patch-aa) = 43bd79a324d2a654af8e9a6f80ebd11857223f51
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.