Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 22:34:50 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490521 - head/lang/gcc8
Message-ID:  <201901162234.x0GMYolZ052309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Jan 16 22:34:49 2019
New Revision: 490521
URL: https://svnweb.freebsd.org/changeset/ports/490521

Log:
  Move items belonging into the USES block earlier in the Makefile,
  and into a separate block.
  
  Reported by:	portlint

Modified:
  head/lang/gcc8/Makefile

Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile	Wed Jan 16 21:18:49 2019	(r490520)
+++ head/lang/gcc8/Makefile	Wed Jan 16 22:34:49 2019	(r490521)
@@ -21,20 +21,20 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc
 BUILD_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
-
 .if defined(MAINTAINER_MODE)
 BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
+USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
+USE_BINUTILS=	yes
+USE_PERL5=	build
+
 CONFLICTS=	gcc8-devel-8.*
 
 CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
-USE_BINUTILS=	yes
-USE_PERL5=	build
 SSP_UNSAFE=	yes
 CFLAGS:=	${CFLAGS:N-mretpoline}
 CXXFLAGS:=	${CXXFLAGS:N-mretpoline}



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