Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 19:11:07 +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: r450929 - head/lang/gcc6
Message-ID:  <201709291911.v8TJB7XM003934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Sep 29 19:11:07 2017
New Revision: 450929
URL: https://svnweb.freebsd.org/changeset/ports/450929

Log:
  Add a conflict with the lang/gcc6-devel port as we've had it in lang/gcc5
  (for lang/gcc5-devel) for a fair while.  This mirrors what we did for the
  lang/gcc5-devel port earlier this week.
  
  Also make Python a build-only dependency when building Java
  (via JAVA_USES=python:build) which makes the installed port/package
  quite a bit more lightweight.
  
  Bump PORTREVISION for those two changes.

Modified:
  head/lang/gcc6/Makefile

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Fri Sep 29 18:13:20 2017	(r450928)
+++ head/lang/gcc6/Makefile	Fri Sep 29 19:11:07 2017	(r450929)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	6.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang java
 MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
@@ -27,6 +27,8 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
+CONFLICTS=	gcc6-devel-6.*
+
 CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
@@ -48,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)



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