svn commit: r381885 - head/lang/gcc
Gerald Pfeifer
gerald at FreeBSD.org
Sun Mar 22 01:44:21 UTC 2015
Author: gerald
Date: Sun Mar 22 01:44:19 2015
New Revision: 381885
URL: https://svnweb.freebsd.org/changeset/ports/381885
QAT: https://qat.redports.org/buildarchive/r381885/
Log:
Add CPE information.
PR: 198249
Submitted by: shun.fbsd.pr at dropcut.net
Modified:
head/lang/gcc/Makefile
Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile Sun Mar 22 01:24:46 2015 (r381884)
+++ head/lang/gcc/Makefile Sun Mar 22 01:44:19 2015 (r381885)
@@ -24,6 +24,7 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc
.endif
CONFLICTS= gcc48*
+CPE_VENDOR= gnu
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.
@@ -31,7 +32,7 @@ DISTVERSION= ${PORTVERSION}
GCC_VERSION= ${PORTVERSION:C/(.+)\.[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-all
mailing list