Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 14:01:11 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        John Marino <freebsd.contact@marino.st>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r400959 - head/lang/sdcc-devel
Message-ID:  <20151123140111.17fb7811@kalimero.tijl.coosemans.org>
In-Reply-To: <5652FEF7.40400@marino.st>
References:  <201511062114.tA6LEsDF059892@repo.freebsd.org> <5652FEF7.40400@marino.st>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Nov 2015 12:56:39 +0100 John Marino <freebsd.contact@marino.st> wrote:
> On 11/6/2015 10:14 PM, Tijl Coosemans wrote:
>> Author: tijl
>> Date: Fri Nov  6 21:14:54 2015
>> New Revision: 400959
>> URL: https://svnweb.freebsd.org/changeset/ports/400959
>> 
>> Log:
>>   Update to version 3.5.5.2015.11.06
>> 
>> Modified:
>>   head/lang/sdcc-devel/Makefile
>>   head/lang/sdcc-devel/distinfo   
> 
> Hi tijl,
> This version has some serious build concurrency issues.
> The main one is that "make" is hardcoded so -j values don't get passed
> from gmake.  The second issue involves build order of libiberty.
> 
> This is the post-patch instructions we needed to add to build the latest
> version of sdcc-devel:
> 
>> 	${REINPLACE_CMD} -e 's@[[:<:]]make[[:>:]]@$${MAKE}@g'		\
>> 		${WRKSRC}/support/cpp/Makefile.in
>> 	${REINPLACE_CMD} -e 's@sdcc-libs:@sdcc-libs: sdcc-sdbinutils@g'	\
>> 		${WRKSRC}/Makefile.in    # libiberty.a build order issue  

Feel free to commit this.  I'll notify upstream.



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