From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 23:19:42 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 925CD11B for ; Thu, 24 Jul 2014 23:19:42 +0000 (UTC) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE1F2416 for ; Thu, 24 Jul 2014 23:19:41 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 25A684CF17 for ; Thu, 24 Jul 2014 19:19:34 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yYdcK7f1uA4M for ; Thu, 24 Jul 2014 19:19:34 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53D19485.4020207@egr.msu.edu> Date: Thu, 24 Jul 2014 19:19:33 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Problems with portupgrade (maybe due to pkg-1.3) and gnutls3 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 23:19:42 -0000 On 07/24/2014 18:43, Kevin Oberman wrote: > Today I attempted to upgrade a bunch of ports with 'portmaster -a'. It > failed when it kept trying to install gnutls when I already had gnults3 > installed. Turns out that the man pages conflict. > > But, why was it trying to install gnutls? I am baffled. The Makefiles have > a LIB_DEPEND on libgnutls.so which is satisfied by the version of libgnutls > installed by gnutls3. > > "portmaster gtk-vnc" will attempt to install gnutls, but 'cd > /usr/ports/net/gtk-vnc && make does not try to install it and happily links. > > This was not an issue with pkg-1.2 and I suspect that the solver is having > an issue with the dependency on gnutls reading: > libgnutls.so:${PORTSDIR}/security/gnutls > > If gnutls3 is installed, it meets the dependency, but I something is > insisting on installing ${PORTSDIR}/security/gnutls even it it is. I > suspect the same issue exists for any other ports where two ports install > different versions of the same shareable library. > > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com See http://svnweb.freebsd.org/ports?view=revision&revision=362645