Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 19:13:13 +0200
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/126101: [PATCH] databases/evolution-data-server: store passwords in GnomeKeyring
Message-ID:  <4890a12c.0407560a.3673.5983@mx.google.com>
Resent-Message-ID: <200807301720.m6UHK25f091790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126101
>Category:       ports
>Synopsis:       [PATCH] databases/evolution-data-server: store passwords in GnomeKeyring
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 17:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 7.0-STABLE FreeBSD 7.0-STABLE #15: Fri Jul 25 18:16:53 CEST 2008
>Description:
- enable keyring support and explicitly depend on gnome-keyring

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- evolution-data-server-2.22.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/evolution-data-server.orig/Makefile /usr/ports/databases/evolution-data-server/Makefile
--- /usr/ports/databases/evolution-data-server.orig/Makefile	2008-07-06 04:30:52.000000000 +0200
+++ /usr/ports/databases/evolution-data-server/Makefile	2008-07-30 18:09:19.000000000 +0200
@@ -8,6 +8,7 @@
 
 PORTNAME=	evolution-data-server
 PORTVERSION=	2.22.3
+PORTREVISION=	1
 CATEGORIES=	databases gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -17,7 +18,8 @@
 
 LIB_DEPENDS=	soup-2.4.1:${PORTSDIR}/devel/libsoup \
 		nss3.1:${PORTSDIR}/security/nss \
-		tasn1.3:${PORTSDIR}/security/libtasn1
+		tasn1.3:${PORTSDIR}/security/libtasn1 \
+		gnome-keyring:${PORTSDIR}/security/gnome-keyring
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -31,6 +33,7 @@
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-static \
 		--enable-nss=yes \
+		--enable-gnome-keyring=yes \
 		--with-openldap=yes \
 		--with-libdb=${LOCALBASE}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
--- evolution-data-server-2.22.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4890a12c.0407560a.3673.5983>