[Bug 290260] devel/libclc missing FLAVOR llvm21 llvm20
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290260 --- Comment #2 from Jordan Ostreff <[email protected]> --- (In reply to Jordan Ostreff from comment #1) Here is how I was modified the Makefile of the port: --- a/devel/libclc/Makefile +++ b/devel/libclc/Makefile @@ -1,5 +1,7 @@ PORTNAME= libclc DISTVERSION= ${DISTVERSION_${FLAVOR}} +DISTVERSION_llvm21= 21.1.3 +DISTVERSION_llvm20= 20.1.8 DISTVERSION_llvm19= 19.1.3 DISTVERSION_llvm18= 18.1.8 DISTVERSION_llvm17= 17.0.6 @@ -22,7 +24,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= spirv-llvm-translator-${FLAVOR}>0:devel/spirv-llvm-translator@${FLAVOR} \ libedit>=0:devel/libedit -FLAVORS= ${15 16 17 18 19:L:S/^/llvm/} +FLAVORS= ${15 16 17 18 19 20 21:L:S/^/llvm/} USES= cmake compiler:c++11-lib llvm:${FLAVOR:S/llvm//},build python:build tar:xz USE_LDCONFIG= ${PREFIX}/${FLAVOR}/lib and after that I've executed make FLAVOR=llvm21 makesum && make FLAVOR=llvm21 makesum to generate the new distinfo.llvm21 and distinfo.llvm20 files inside the port directory .... So I need help from the port maintainer with files/patch-CMakeLists.txt and maybe with pkg-plist file. -- You are receiving this mail because: You are the assignee for the bug.