Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 21:18: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: r450308 - head/lang/gcc6-devel
Message-ID:  <201709212118.v8LLIoml050337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu Sep 21 21:18:50 2017
New Revision: 450308
URL: https://svnweb.freebsd.org/changeset/ports/450308

Log:
  Update to the 20170920 snapshot of GCC 6.4.1.
  
  Make Python a build-only dependency when building Java
  (JAVA_USES=python:build) which makes the installed port/package
  quite a bit more lightweight.

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

Modified: head/lang/gcc6-devel/Makefile
==============================================================================
--- head/lang/gcc6-devel/Makefile	Thu Sep 21 21:02:03 2017	(r450307)
+++ head/lang/gcc6-devel/Makefile	Thu Sep 21 21:18:50 2017	(r450308)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	6.4.1.s20170913
+PORTVERSION=	6.4.1.s20170920
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -50,7 +50,7 @@ OPTIONS_EXCLUDE_DragonFly=	JAVA
 BOOTSTRAP_DESC=		Build using a full bootstrap
 GRAPHITE_DESC=		Support for Graphite loop optimizations
 
-JAVA_USES=	python shebangfix
+JAVA_USES=	python:build shebangfix
 SHEBANG_FILES=	libjava/contrib/aot-compile.in
 
 .if exists(/usr/lib32/libc.so)

Modified: head/lang/gcc6-devel/distinfo
==============================================================================
--- head/lang/gcc6-devel/distinfo	Thu Sep 21 21:02:03 2017	(r450307)
+++ head/lang/gcc6-devel/distinfo	Thu Sep 21 21:18:50 2017	(r450308)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505393371
-SHA256 (gcc-6-20170913.tar.xz) = 03edcdafdbb456ef1d12b466623b4a308ff7f41385f249b5ff7444dc2f838d3a
-SIZE (gcc-6-20170913.tar.xz) = 72592176
+TIMESTAMP = 1506025612
+SHA256 (gcc-6-20170920.tar.xz) = 007fcf98de1d278a0213a436a35284d750bac598d4049ba92153b4b301c371c8
+SIZE (gcc-6-20170920.tar.xz) = 72597300



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