Date: Sun, 22 Mar 2015 15:00:20 +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: r381925 - head/lang/gcc49 Message-ID: <201503221500.t2MF0K3R040019@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221500.t2MF0K3R040019>