FreeBSD Bugzilla – Attachment 245067 Details for
Bug 273977
lang/silq: remove llvm10 dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove dependency on llvm10
silq.diff (text/plain), 970 bytes, created by
Brooks Davis
on 2023-09-20 15:49:34 UTC
(
hide
)
Description:
Remove dependency on llvm10
Filename:
MIME Type:
Creator:
Brooks Davis
Created:
2023-09-20 15:49:34 UTC
Size:
970 bytes
patch
obsolete
>diff --git a/lang/silq/Makefile b/lang/silq/Makefile >index 6f10fd113302..8e53a2d4f284 100644 >--- a/lang/silq/Makefile >+++ b/lang/silq/Makefile >@@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > ONLY_FOR_ARCHS= amd64 > ONLY_FOR_ARCHS_REASON= unknown status of the D language compiler (lang/ldc) on ${ARCH} > >-BUILD_DEPENDS= ldmd2:lang/ldc \ >- llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} >+BUILD_DEPENDS= ldmd2:lang/ldc > > USE_GITHUB= yes > >@@ -25,15 +24,13 @@ GH_TUPLE= eth-sri:silq:e9750cb \ > > OPTIONS_DEFINE= EXAMPLES > >-LLVM_VERSION= 10 >- > .include <bsd.port.options.mk> > > do-build: >- cd ${WRKSRC}; ldmd2 -O -inline -J. -Jlibrary *.d ast/*.d util/*.d -linker=lld${LLVM_VERSION} -of=silq >+ cd ${WRKSRC}; ldmd2 -O -inline -J. -Jlibrary *.d ast/*.d util/*.d -of=silq > > do-test: >- cd ${WRKSRC}/test; ldmd2 -O runtests.d -linker=lld${LLVM_VERSION} -of=runtests >+ cd ${WRKSRC}/test; ldmd2 -O runtests.d -of=runtests > cd ${WRKSRC}/test; ./runtests > > do-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273977
: 245067