svn commit: r490521 - head/lang/gcc8

Gerald Pfeifer gerald at FreeBSD.org
Wed Jan 16 22:34:51 UTC 2019


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}


More information about the svn-ports-head mailing list