Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 12:56:39 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Tijl Coosemans <tijl@FreeBSD.org>, 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:  <5652FEF7.40400@marino.st>
In-Reply-To: <201511062114.tA6LEsDF059892@repo.freebsd.org>
References:  <201511062114.tA6LEsDF059892@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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

Thanks,
John



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