svn commit: r433247 - in head/lang: gcc48 gcc49 gcc5 gcc6

Gerald Pfeifer gerald at FreeBSD.org
Fri Feb 3 15:18:50 UTC 2017


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/}


More information about the svn-ports-all mailing list