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

John Marino freebsd.contact at marino.st
Mon Nov 23 11:56:44 UTC 2015


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

Thanks,
John


More information about the svn-ports-all mailing list