Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 02:36:38 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        gnome@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   [ports/net-im/empathy] explicitly dependency on gnome-keyring
Message-ID:  <20101211023638.69091302.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi gnome team.

	I found a bit minor issue, maybe almost no problem.  It is
	net-im/empathy explicitly depend on libgcr.so.0 of
	security/gnome-keyring at configure's test.  So I suggest
	following patch:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- Makefile.orig	2010-12-06 00:17:07.789476000 +0900
+++ Makefile	2010-12-11 02:30:37.199992267 +0900
@@ -23,7 +23,8 @@
 		telepathy-logger.1:${PORTSDIR}/net-im/telepathy-logger \
 		folks-telepathy.16:${PORTSDIR}/net-im/folks \
 		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
-		canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+		canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
+		gcr.0:${PORTSDIR}/security/gnome-keyring
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
     		${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Thank you.

-- 
Norikatsu Shigemura <nork@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101211023638.69091302.nork>