FreeBSD Bugzilla – Attachment 202802 Details for
Bug 236477
lang/rubinius: switch to LLVM_DEFAULT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Switch to LLVM_DEFAULT
rubinius-llvm_default.diff (text/plain), 1.31 KB, created by
Brooks Davis
on 2019-03-11 21:55:51 UTC
(
hide
)
Description:
Switch to LLVM_DEFAULT
Filename:
MIME Type:
Creator:
Brooks Davis
Created:
2019-03-11 21:55:51 UTC
Size:
1.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 495005) >+++ Makefile (working copy) >@@ -16,7 +16,7 @@ > > BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \ > ${LOCALBASE}/bin/bison:devel/bison \ >- ${LLVM_CONFIG_PATH}:${LLVM_PORT} >+ ${LLVM_CONFIG_PATH}:devel/llvm${LLVM_DEFAULT} > LIB_DEPENDS= libyaml.so:textproc/libyaml > > HAS_CONFIGURE= yes >@@ -36,14 +36,8 @@ > --stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \ > --system-name ${OPSYS} > >-OPTIONS_RADIO= LLVM >-OPTIONS_DEFAULT= LLVM40 >-OPTIONS_RADIO_LLVM= LLVM40 >- > ONLY_FOR_ARCHS= amd64 > >-LLVM40_DESC= LLVM 4.0 >- > USES= gmake perl5 readline tar:bzip2 libedit ssl > USE_LOCALE= en_US.UTF-8 > USE_RUBY= yes >@@ -68,15 +62,10 @@ > F_OS= ${OPSYS:tl} > F_MAJOR= ${OSREL:C/\..*$//} > FREEBSD_DIR= ${F_ARCH}-${F_OS}-${F_MAJOR} >-LLVM_CC_PATH= ${LOCALBASE}/bin/${LLVM_CC} >-LLVM_CXX_PATH= ${LOCALBASE}/bin/${LLVM_CXX} >-LLVM_CONFIG_PATH= ${LOCALBASE}/bin/${LLVM_CONFIG} >+LLVM_CC_PATH= ${LOCALBASE}/bin/clang${LLVM_DEFAULT} >+LLVM_CXX_PATH= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT} >+LLVM_CONFIG_PATH= ${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} > >-LLVM40_VARS= LLVM_CONFIG=llvm-config40 \ >- LLVM_PORT=devel/llvm40 \ >- LLVM_CC=clang40 \ >- LLVM_CXX=clang++40 >- > .include <bsd.port.pre.mk> > > .if ${ARCH} == "sparc64"
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 236477
: 202802