From owner-svn-ports-all@FreeBSD.ORG Sun Jul 20 11:24:12 2014 Return-Path: Delivered-To: svn-ports-all@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 67976BD7; Sun, 20 Jul 2014 11:24:12 +0000 (UTC) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 59EEB2AE1; Sun, 20 Jul 2014 11:24:10 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am0NAHCly1Nbs4jr/2dsb2JhbABZgw5STQvFHYdEAYEHF3aEBAEFOhwjEAsUBAklDyoeBohZAQjBIRePSweERgEEmySBTpJig0Y7 Received: from 235.136-179-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.179.136.235]) by relay.skynet.be with ESMTP; 20 Jul 2014 13:23:00 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s6KBMxPw001509; Sun, 20 Jul 2014 13:22:59 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 20 Jul 2014 13:22:59 +0200 From: Tijl Coosemans To: John Marino Subject: Re: svn commit: r362304 - head/x11-toolkits/pango Message-ID: <20140720132259.156d687e@kalimero.tijl.coosemans.org> In-Reply-To: <201407200815.s6K8FG8b003096@svn.freebsd.org> References: <201407200815.s6K8FG8b003096@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, kwm@FreeBSD.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 11:24:12 -0000 On Sun, 20 Jul 2014 08:15:16 +0000 (UTC) John Marino wrote: > Author: marino > Date: Sun Jul 20 08:15:16 2014 > New Revision: 362304 > URL: http://svnweb.freebsd.org/changeset/ports/362304 > QAT: https://qat.redports.org/buildarchive/r362304/ > > Log: > x11-toolkits/pango: require explicit linking > > This new configure argument will list all required libraries in the > generated pkgconf files. Before any library indirectly pulled in, such > as libm, was not listed. > > This fixes numerous regression in dports and it's more correct anyway. No, this is wrong. Each port should link to the libraries it needs on its own. No port should rely on other ports to pull in libraries for them.