From owner-freebsd-gnome@FreeBSD.ORG Fri Dec 10 17:36:40 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from pelsia.ninth-nine.com (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 1FE2D106566B; Fri, 10 Dec 2010 17:36:39 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Sat, 11 Dec 2010 02:36:38 +0900 From: Norikatsu Shigemura To: gnome@FreeBSD.org Message-Id: <20101211023638.69091302.nork@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: nork@FreeBSD.org Subject: [ports/net-im/empathy] explicitly dependency on gnome-keyring X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 17:36:40 -0000 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