Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 16:59:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398656 - in head/lang: gcc gcc5 gcc5-devel gcc6-devel
Message-ID:  <201510051659.t95GxpKK009704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct  5 16:59:50 2015
New Revision: 398656
URL: https://svnweb.freebsd.org/changeset/ports/398656

Log:
  Add missing USES=compiler, needed for ${COMPILER_TYPE} checks
  
  PR:		203540

Modified:
  head/lang/gcc/Makefile
  head/lang/gcc5-devel/Makefile
  head/lang/gcc5/Makefile
  head/lang/gcc6-devel/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Mon Oct  5 16:54:13 2015	(r398655)
+++ head/lang/gcc/Makefile	Mon Oct  5 16:59:50 2015	(r398656)
@@ -31,7 +31,7 @@ DISTVERSION=	${PORTVERSION}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.[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

Modified: head/lang/gcc5-devel/Makefile
==============================================================================
--- head/lang/gcc5-devel/Makefile	Mon Oct  5 16:54:13 2015	(r398655)
+++ head/lang/gcc5-devel/Makefile	Mon Oct  5 16:59:50 2015	(r398656)
@@ -34,7 +34,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+).*\
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
-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

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Mon Oct  5 16:54:13 2015	(r398655)
+++ head/lang/gcc5/Makefile	Mon Oct  5 16:59:50 2015	(r398656)
@@ -35,7 +35,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+).*\
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
-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

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Mon Oct  5 16:54:13 2015	(r398655)
+++ head/lang/gcc6-devel/Makefile	Mon Oct  5 16:59:50 2015	(r398656)
@@ -34,7 +34,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+).*\
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
-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



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