svn commit: r381887 - head/lang/gcc46

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 22 01:52:44 UTC 2015


Author: gerald
Date: Sun Mar 22 01:52:43 2015
New Revision: 381887
URL: https://svnweb.freebsd.org/changeset/ports/381887
QAT: https://qat.redports.org/buildarchive/r381887/

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

Modified:
  head/lang/gcc46/Makefile

Modified: head/lang/gcc46/Makefile
==============================================================================
--- head/lang/gcc46/Makefile	Sun Mar 22 01:49:26 2015	(r381886)
+++ head/lang/gcc46/Makefile	Sun Mar 22 01:52:43 2015	(r381887)
@@ -26,13 +26,16 @@ 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.
 DISTVERSION=	${PORTVERSION}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 ia64 powerpc 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