svn commit: r400959 - head/lang/sdcc-devel

Tijl Coosemans tijl at FreeBSD.org
Mon Nov 23 13:01:21 UTC 2015


On Mon, 23 Nov 2015 12:56:39 +0100 John Marino <freebsd.contact at 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 at sdcc-libs:@sdcc-libs: sdcc-sdbinutils at g'	\
>> 		${WRKSRC}/Makefile.in    # libiberty.a build order issue  

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


More information about the svn-ports-all mailing list