svn commit: r381925 - head/lang/gcc49

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 22 15:00:21 UTC 2015


Author: gerald
Date: Sun Mar 22 15:00:20 2015
New Revision: 381925
URL: https://svnweb.freebsd.org/changeset/ports/381925
QAT: https://qat.redports.org/buildarchive/r381925/

Log:
  Add CPE information.
  
  PR:		198259
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Sun Mar 22 14:59:35 2015	(r381924)
+++ head/lang/gcc49/Makefile	Sun Mar 22 15:00:20 2015	(r381925)
@@ -24,6 +24,9 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/as:${PORT
 BUILD_DEPENDS+=	runtest:${PORTSDIR}/misc/dejagnu
 .endif
 
+CPE_VENDOR=	gnu
+CPE_PRODUCT=	gcc
+
 # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
 # of executables and directories once installed.  A PORTVERSION of
 # 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y
@@ -32,7 +35,7 @@ DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 armv6 armv6hf i386 powerpc powerpc64 sparc64
-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-head mailing list