svn commit: r379064 - head/devel/psptoolchain-binutils

John Marino freebsd.contact at marino.st
Mon Feb 16 07:32:32 UTC 2015


On 2/16/2015 06:55, Gerald Pfeifer wrote:
> Author: gerald
> Date: Mon Feb 16 05:55:48 2015
> New Revision: 379064
> URL: https://svnweb.freebsd.org/changeset/ports/379064
> QAT: https://qat.redports.org/buildarchive/r379064/
> 
> Log:
>   Force the use of GCC 4.8 since the old codebase here fails with newer
>   versionf of GCC.
>   
>   PR:		196854
>   Approved by:	tphilipp at potion-studios.com (maintainer)
> 
> Modified:
>   head/devel/psptoolchain-binutils/Makefile
> 
> Modified: head/devel/psptoolchain-binutils/Makefile
> ==============================================================================
> --- head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:35:36 2015	(r379063)
> +++ head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:55:48 2015	(r379064)
> @@ -14,7 +14,8 @@ MAINTAINER=	tphilipp at potion-studios.com
>  COMMENT=	PlayStation Portable development toolchain ${PORTNAME}
>  
>  USES=		gmake tar:bzip2 libtool
> -USE_GCC=	any
> +# This old code fails with newer versions of GCC, cf. PR 196854.
> +USE_GCC=	4.8
>  
>  HAS_CONFIGURE=	yes
>  CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
> 


I commented on the PR.  This problem was already fixed, and it was
building with newer GCC (5) without setting a specific value for
USE_GCC.  So technically this fix is wrong.  However, the ports that
depend on this port currently break with gcc-5, so they may be limited
to gcc 4.9 (currently unknown).

John




More information about the svn-ports-head mailing list