[PATCH] databases/evolution-data-server: store passwords in
GnomeKeyring
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Wed Jul 30 17:13:19 UTC 2008
>Submitter-Id: current-users
>Originator: Marcin Wisnicki
>Organization:
>Confidential: no
>Synopsis: [PATCH] databases/evolution-data-server: store passwords in GnomeKeyring
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 7.0-STABLE i386
>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 at 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 ---
More information about the freebsd-gnome
mailing list