From owner-svn-ports-head@FreeBSD.ORG Thu Sep 25 11:44:22 2014 Return-Path: Delivered-To: svn-ports-head@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 52EBFFF3; Thu, 25 Sep 2014 11:44:22 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F8DF85; Thu, 25 Sep 2014 11:44:21 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id AE17543552; Thu, 25 Sep 2014 06:37:18 -0500 (CDT) Message-ID: <5423FE5D.8070209@marino.st> Date: Thu, 25 Sep 2014 13:37:01 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , John Marino Subject: Re: svn commit: r369236 - in head/science: ghemical libghemical libint mpqc References: <201409251104.s8PB43lY004283@svn.freebsd.org> <20140925133254.150c9351@kalimero.tijl.coosemans.org> In-Reply-To: <20140925133254.150c9351@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 11:44:22 -0000 On 9/25/2014 13:32, Tijl Coosemans wrote: > On Thu, 25 Sep 2014 11:04:03 +0000 (UTC) John Marino wrote: >> Author: marino >> Date: Thu Sep 25 11:04:02 2014 >> New Revision: 369236 >> URL: http://svnweb.freebsd.org/changeset/ports/369236 >> QAT: https://qat.redports.org/buildarchive/r369236/ >> >> Log: >> When science/mpqc was staged, it utilized libtool which renumbered all >> the library versions from 8.0.1 to 7.1.0. This was caused by the age >> component being greater than 0. By patching configure.in with a new >> version, we can generate major SHLIB of 8 again. While here, fix the >> bin/sc-config tool to remove a bad include cflag. > > Please revert this bit. Upstream sets 8:0:1 so it should get 8:0:1. > There's no need for us to change that. The previous commit changes all the extensions from 8.0.1 to 7.1.0. This puts it back to how it was before. The libtool caused a regression (it's not the first time I've run into this) so this commit fixes that regression manually. I tried to revert USES=libtool completely and now it's considered a fatal error to have .la files, which is questionable. John