Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 18:23:55 +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: r486102 - head/lang/gcc9-devel
Message-ID:  <201811281823.wASINtsu040973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Nov 28 18:23:55 2018
New Revision: 486102
URL: https://svnweb.freebsd.org/changeset/ports/486102

Log:
  Update to the 20181125 snapshot of GCC 9.
  
  Create a separate USES block earlier in the Makefile and moving relevant
  items there. [1]
  
  Reported by:	portlint [1]

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Wed Nov 28 17:54:16 2018	(r486101)
+++ head/lang/gcc9-devel/Makefile	Wed Nov 28 18:23:55 2018	(r486102)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.0.0.s20181118
+PORTVERSION=	9.0.0.s20181125
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -21,11 +21,14 @@ 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
+
 CPE_VENDOR=	gnu
 CPE_VERSION=	${GCC_VERSION}
 
@@ -36,9 +39,6 @@ CPE_VERSION=	${GCC_VERSION}
 DIST_VERSION=	${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 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
 
 OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Wed Nov 28 17:54:16 2018	(r486101)
+++ head/lang/gcc9-devel/distinfo	Wed Nov 28 18:23:55 2018	(r486102)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542606375
-SHA256 (gcc-9-20181118.tar.xz) = d1a6f575402034ff70914ecb0f3f9eb5b30e3dc0561980ff8ec25b3b9697d774
-SIZE (gcc-9-20181118.tar.xz) = 67182920
+TIMESTAMP = 1543276778
+SHA256 (gcc-9-20181125.tar.xz) = 87afbab2198c846d553e58aeab4f4813791e67c2f1e39723cd000b7c8a102f0e
+SIZE (gcc-9-20181125.tar.xz) = 67206644



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