svn commit: r451102 - head/lang/gcc7

Gerald Pfeifer gerald at FreeBSD.org
Mon Oct 2 22:45:02 UTC 2017


Author: gerald
Date: Mon Oct  2 22:45:01 2017
New Revision: 451102
URL: https://svnweb.freebsd.org/changeset/ports/451102

Log:
  Add a conflict with the lang/gcc7-devel port as we've had it in lang/gcc5
  (for lang/gcc5-devel) for a fair while.
  
  Bump PORTREVISION.

Modified:
  head/lang/gcc7/Makefile

Modified: head/lang/gcc7/Makefile
==============================================================================
--- head/lang/gcc7/Makefile	Mon Oct  2 21:20:17 2017	(r451101)
+++ head/lang/gcc7/Makefile	Mon Oct  2 22:45:01 2017	(r451102)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	7.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
@@ -25,6 +25,8 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 .if defined(MAINTAINER_MODE)
 BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
+
+CONFLICTS=	gcc7-devel-7.*
 
 CPE_VENDOR=	gnu
 


More information about the svn-ports-all mailing list