svn commit: r384003 - branches/2015Q2/lang/gcc49

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 14 15:09:02 UTC 2015


Author: bdrewery
Date: Tue Apr 14 15:09:01 2015
New Revision: 384003
URL: https://svnweb.freebsd.org/changeset/ports/384003

Log:
  MFH: r384002
  
  The armv6 support added in r376350 requires USES=compiler. It works fine
  on 10 and head since bsd.own.mk includes bsd.compiler.mk. This is not the case
  on older releases though.

Modified:
  branches/2015Q2/lang/gcc49/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/lang/gcc49/Makefile
==============================================================================
--- branches/2015Q2/lang/gcc49/Makefile	Tue Apr 14 15:03:53 2015	(r384002)
+++ branches/2015Q2/lang/gcc49/Makefile	Tue Apr 14 15:09:01 2015	(r384003)
@@ -36,7 +36,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 armv6 armv6hf i386 powerpc powerpc64 sparc64
-USES=		cpe gmake iconv libtool makeinfo perl5 tar:bzip2
+USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes


More information about the svn-ports-branches mailing list