svn commit: r381968 - head/lang/gcc5
Gerald Pfeifer
gerald at FreeBSD.org
Sun Mar 22 23:11:15 UTC 2015
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 at 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 at 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 at 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
More information about the svn-ports-all
mailing list