Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 23:11:14 +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: r381968 - head/lang/gcc5
Message-ID:  <201503222311.t2MNBE8d075929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Mar 22 23:11:13 2015
New Revision: 381968
URL: https://svnweb.freebsd.org/changeset/ports/381968
QAT: https://qat.redports.org/buildarchive/r381968/

Log:
  Add CPE information. [1]
  
  Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
  can avoid setting DISTNAME and CPE_PRODUCT. [2]
  
  PR:		198260 [1]
  Submitted by:	shun.fbsd.pr@dropcut.net [1]
  Suggested by:	mat [2]

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Sun Mar 22 22:35:24 2015	(r381967)
+++ head/lang/gcc5/Makefile	Sun Mar 22 23:11:13 2015	(r381968)
@@ -1,12 +1,12 @@
 # Created by: Gerald Pfeifer <gerald@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	gcc5
+PORTNAME=	gcc
 PORTVERSION=	5.0.s20150315
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}
-DISTNAME=	gcc-${DISTVERSION}
+PKGNAMESUFFIX=	${SUFFIX}
 
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 5
@@ -24,6 +24,9 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/as:${PORT
 BUILD_DEPENDS+=	runtest:${PORTSDIR}/misc/dejagnu
 .endif
 
+CPE_VENDOR=	gnu
+CPE_VERSION=	${GCC_VERSION}
+
 # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
 # of executables and directories once installed.  A PORTVERSION of
 # Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y
@@ -32,7 +35,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+).*\
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1.0/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
-USES=		gmake iconv libtool makeinfo perl5 tar:bzip2
+USES=		cpe gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
 SSP_UNSAFE=	yes



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