git: ead37078aa5d - main - devel/llvm-cheri: use github if not using gitlab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Nov 2023 00:16:20 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ead37078aa5d8d28a08297adf81726ec51157515
commit ead37078aa5d8d28a08297adf81726ec51157515
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-03 20:20:00 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-11-16 00:15:36 +0000
devel/llvm-cheri: use github if not using gitlab
This will support a port of the CHERIoT compiler which is hosted on
github.
---
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 fe4508b3de7a..7d24d63dc395 100644
--- a/devel/llvm-cheri/Makefile
+++ b/devel/llvm-cheri/Makefile
@@ -59,7 +59,7 @@ CMAKE_ARGS+= -DLLVM_ENABLE_LIBXML2=OFF
CMAKE_ARGS+= -DLLVM_ENABLE_LIBEDIT=OFF
CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS}"
-.ifndef MASTERDIR
+.ifndef USE_GITLAB
USE_GITHUB= yes
GH_PROJECT= llvm-project
GH_ACCOUNT= CTSRD-CHERI