Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 15:18:48 +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: r433247 - in head/lang: gcc48 gcc49 gcc5 gcc6
Message-ID:  <201702031518.v13FIm7o039993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Feb  3 15:18:48 2017
New Revision: 433247
URL: https://svnweb.freebsd.org/changeset/ports/433247

Log:
  No longer define CPE_VERSION for ports tracking releases of GCC since
  there the default of PORTREVISION is just fine.

Modified:
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile
  head/lang/gcc5/Makefile
  head/lang/gcc6/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Fri Feb  3 15:05:38 2017	(r433246)
+++ head/lang/gcc48/Makefile	Fri Feb  3 15:18:48 2017	(r433247)
@@ -25,7 +25,6 @@ BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
 CPE_VENDOR=	gnu
-CPE_VERSION=	${GCC_VERSION}
 
 # GCC_VERSION and SUFFIX relate to names of executables and directories
 # once installed.

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Fri Feb  3 15:05:38 2017	(r433246)
+++ head/lang/gcc49/Makefile	Fri Feb  3 15:18:48 2017	(r433247)
@@ -26,7 +26,6 @@ BUILD_DEPENDS+=	runtest:misc/dejagnu
 
 CONFLICTS=	gcc-4.9.*
 CPE_VENDOR=	gnu
-CPE_VERSION=	${GCC_VERSION}
 
 # GCC_VERSION and SUFFIX relate to names of executables and directories
 # once installed.

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Fri Feb  3 15:05:38 2017	(r433246)
+++ head/lang/gcc5/Makefile	Fri Feb  3 15:18:48 2017	(r433247)
@@ -24,7 +24,6 @@ BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
 CPE_VENDOR=	gnu
-CPE_VERSION=	${GCC_VERSION}
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Fri Feb  3 15:05:38 2017	(r433246)
+++ head/lang/gcc6/Makefile	Fri Feb  3 15:18:48 2017	(r433247)
@@ -24,7 +24,6 @@ BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
 
 CPE_VENDOR=	gnu
-CPE_VERSION=	${GCC_VERSION}
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}



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