ports/126101: [PATCH] databases/evolution-data-server: store passwords in GnomeKeyring
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Wed Jul 30 17:20:03 UTC 2008
>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 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list