[Midnightbsd-cvs] mports: security/gnome-keyring: Disable the org.gnome.keyring.service

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 7 09:56:02 EDT 2008


Log Message:
-----------
Disable the org.gnome.keyring.service file.  It is part of the daemon, but in the Makefile for the daemon, part of thise is commented out.  

We should probably figure out if this is needed for certain and why it's commented out.  (test failing or the developers)  

For now, this should unbreak magus.

Modified Files:
--------------
    mports/security/gnome-keyring:
        Makefile (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/gnome-keyring/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/gnome-keyring/pkg-plist -L security/gnome-keyring/pkg-plist -u -r1.2 -r1.3
--- security/gnome-keyring/pkg-plist
+++ security/gnome-keyring/pkg-plist
@@ -14,7 +14,7 @@
 lib/security/pam_gnome_keyring.so
 libdata/pkgconfig/gnome-keyring-1.pc
 libexec/gnome-keyring-ask
-share/dbus-1/services/org.gnome.keyring.service
+ at comment share/dbus-1/services/org.gnome.keyring.service
 %%DOCSDIR%%/ch01.html
 %%DOCSDIR%%/gnome-keyring-gnome-keyring-acl.html
 %%DOCSDIR%%/gnome-keyring-gnome-keyring-attributes.html
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnome-keyring/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/gnome-keyring/Makefile -L security/gnome-keyring/Makefile -u -r1.2 -r1.3
--- security/gnome-keyring/Makefile
+++ security/gnome-keyring/Makefile
@@ -9,6 +9,7 @@
 
 PORTNAME=	gnome-keyring
 PORTVERSION=	2.22.1
+PORTREVISION=	1
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -31,4 +32,7 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 GCONF_SCHEMAS=	gnome-keyring.schemas
 
+pre-fake:
+	${MKDIR} ${FAKE_DESTDIR}${PREFIX}/share/dbus-1/services/
+
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list