Date: Tue, 14 Apr 2015 15:03:54 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384002 - head/lang/gcc49 Message-ID: <201504141503.t3EF3spo027888@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Apr 14 15:03:53 2015 New Revision: 384002 URL: https://svnweb.freebsd.org/changeset/ports/384002 Log: 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: head/lang/gcc49/Makefile Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Tue Apr 14 13:41:13 2015 (r384001) +++ head/lang/gcc49/Makefile Tue Apr 14 15:03:53 2015 (r384002) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504141503.t3EF3spo027888>