Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:34:16 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47eac6049126 - main - lang/gcc: Add CPE information
Message-ID:  <202110142134.19ELYGUW081449@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47eac6049126cf20b3e55aba44db4a28116b8a44

commit 47eac6049126cf20b3e55aba44db4a28116b8a44
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:52 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:52 +0000

    lang/gcc: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 lang/gcc/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index f35f97f2226e..5639bd162d9a 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -14,6 +14,10 @@ COMMENT=	Meta-port for the default version of the GNU Compiler Collection
 # below. (The expression rewrites 4.8 to 48.)
 RUN_DEPENDS=	gcc${GCC_DEFAULT:S/.//}:lang/gcc${GCC_DEFAULT:S/.//}
 
+USES=		cpe
+CPE_VENDOR=	gnu
+CPE_VERSION=	${GCC_DEFAULT}
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142134.19ELYGUW081449>