summaryrefslogtreecommitdiff
path: root/lang/gcc-aux
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-05 09:01:26 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-05 09:01:26 +0000
commitb17a05905229828e794a98219c9cf0208dc74270 (patch)
treeb46958a352751a6a0d604d645073ab9e07f49ffa /lang/gcc-aux
parent- Add NO_ARCH (diff)
lang/gcc-aux, lang/gcc47-aux, lang/gnatdroid-arm*: Add CPE information
There are no active CVEs against GCC 4.7.x or 4.9.x, but GCC is listed in the CPE database due to earlier CVEs. To prepare for future CVEs, add the CPE information. Note that CPE_VERSION has to be defined since these ports use their own version schemes rather than GCC version numbers. PR: 198252 PR: 198257 Submitted by: shun (dropcut.net)
Notes
Notes: svn path=/head/; revision=380478
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r--lang/gcc-aux/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc-aux/Makefile.common b/lang/gcc-aux/Makefile.common
index 8d3f3d8ac390..91843e0c4f5e 100644
--- a/lang/gcc-aux/Makefile.common
+++ b/lang/gcc-aux/Makefile.common
@@ -9,9 +9,12 @@ LIB_DEPENDS+= libmpc.so:${PORTSDIR}/math/mpc
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
-USES= gmake iconv libtool perl5 tar:bzip2
+USES= cpe gmake iconv libtool perl5 tar:bzip2
USE_PERL5= build
ALL_TARGET= default
+CPE_PRODUCT= gcc
+CPE_VENDOR= gnu
+CPE_VERSION= ${GCC_VERSION}
CXXTS4DF= \
17_intro/headers/c++1998/stdc++.cc \