Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 13:37:01 +0200
From:      John Marino <freebsd.contact@marino.st>
To:        Tijl Coosemans <tijl@FreeBSD.org>, John Marino <marino@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r369236 - in head/science: ghemical libghemical libint mpqc
Message-ID:  <5423FE5D.8070209@marino.st>
In-Reply-To: <20140925133254.150c9351@kalimero.tijl.coosemans.org>
References:  <201409251104.s8PB43lY004283@svn.freebsd.org> <20140925133254.150c9351@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/25/2014 13:32, Tijl Coosemans wrote:
> On Thu, 25 Sep 2014 11:04:03 +0000 (UTC) John Marino <marino@FreeBSD.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5423FE5D.8070209>