Date: Sat, 4 Jan 2025 00:33:44 GMT From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1afdc808e67b - main - devel/llvm-cheri: fix type Message-ID: <202501040033.5040XiwX051813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=1afdc808e67bb54df701134d24ac36471aa1505d commit 1afdc808e67bb54df701134d24ac36471aa1505d Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2025-01-04 00:32:14 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2025-01-04 00:33:38 +0000 devel/llvm-cheri: fix type Reported by: dvl Fixes: 57f97b36a7cfe devel/llvm*: flip LICENSE_FILE_BSD3CLAUSE setting [NFC] --- devel/llvm-cheri/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index 107e156aeb35..282f5c1bcfad 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -8,7 +8,7 @@ MAINTAINER= brooks@FreeBSD.org COMMENT?= LLVM and Clang with support for the CHERI architecture WWW?= https://cheri-cpu.org -.if !defined(LLVM_SUFFIX} || ${LLVM_SUFFIX} == "-morello" +.if !defined(LLVM_SUFFIX) || ${LLVM_SUFFIX} == "-morello" # XXX: really (LLVM_MAJOR < 16), but it's not defined here LICENSE_FILE_BSD3CLAUSE=${LICENSE_DIR}/utils/unittest/googletest/LICENSE.TXT .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501040033.5040XiwX051813>