git: b837c0fcf79c - main - devel/aarch64-none-elf-gcc: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:31:59 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=b837c0fcf79ce69c96967c748230a20762961629 commit b837c0fcf79ce69c96967c748230a20762961629 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:09 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:09 +0000 devel/aarch64-none-elf-gcc: Add CPE information Approved by: portmgr (blanket) --- devel/aarch64-none-elf-gcc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/aarch64-none-elf-gcc/Makefile b/devel/aarch64-none-elf-gcc/Makefile index 48b59b38bac0..e6d1e217aa33 100644 --- a/devel/aarch64-none-elf-gcc/Makefile +++ b/devel/aarch64-none-elf-gcc/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \ objdump:devel/binutils@native RUN_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} -USES= gmake iconv libtool tar:xz makeinfo compiler:c++11-lang +USES= cpe gmake iconv libtool tar:xz makeinfo compiler:c++11-lang +CPE_VENDOR= gnu PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \ OPSYS=${OPSYS:tl} \