From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 16 00:08:19 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89CAB106564A; Sat, 16 Jul 2011 00:08:19 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay01.libero.it (outrelay01.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id 12D3C8FC14; Sat, 16 Jul 2011 00:08:18 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020D.4E20D3D0.00E1,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail55 (172.31.0.246) by outrelay01.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4E20483C000A3754; Sat, 16 Jul 2011 01:57:04 +0200 Message-ID: <9777616.4186911310774224910.JavaMail.defaultUser@defaultHost> Date: Sat, 16 Jul 2011 01:57:04 +0200 (CEST) From: Barbara To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 79.27.1.70 Cc: novel@FreeBSD.org Subject: devel/libsoup and gnutls X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 00:08:19 -0000 I've tried to rebuild devel/libsoup using WITHOUT_SSL=1. In Makefile there is: .if !defined(WITHOUT_SSL) LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+=--disable-ssl .endif But after the build I get $ pkg_info -rx libsoup | grep gnutls Dependency: gnutls-2.12.7_2 I've also found that a lot of ports I've installed depends on gnutls, I think that's because those dependency are reported in /usr/ports/INDEX-8. But running libchk, I obtained this result: Binaries that are linked with: /usr/local/lib/libgnutls-extra.so.47 /usr/local/bin/gnutls-cli /usr/local/bin/gnutls-serv Unreferenced library: /usr/local/lib/libgnutls-openssl.so.27 Binaries that are linked with: /usr/local/lib/libgnutls.so.47 /usr/local/bin/certtool /usr/local/bin/gnutls-cli /usr/local/bin/gnutls-cli-debug /usr/local/bin/gnutls-serv /usr/local/bin/p11tool /usr/local/bin/psktool /usr/local/bin/srptool /usr/local/lib/libgnutls-extra.so.47 /usr/local/lib/libgnutls-openssl.so.27 /usr/local/lib/libgnutlsxx.so.27 Unreferenced library: /usr/local/lib/libgnutlsxx.so.27 I know that libchk can't be 100% accurate but I have 124 installed ports depending on gnutls! Is this correct?