FreeBSD Bugzilla – Attachment 208930 Details for
Bug 241633
devel/ruby-build: 20191030 or later cannot build MRI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-build-use-gmake
ruby-build-use-gmake.txt (text/plain), 1.96 KB, created by
Koichiro Iwao
on 2019-11-07 02:41:30 UTC
(
hide
)
Description:
ruby-build-use-gmake
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2019-11-07 02:41:30 UTC
Size:
1.96 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (ãªãã¸ã§ã³ 516869) >+++ Makefile (ä½æ¥ã³ãã¼) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= ruby-build >-PORTVERSION= 20191004 # pend update until bug 241633 solved >+PORTVERSION= 20191030 > DISTVERSIONPREFIX= v > CATEGORIES= devel ruby > >Index: distinfo >=================================================================== >--- distinfo (ãªãã¸ã§ã³ 516869) >+++ distinfo (ä½æ¥ã³ãã¼) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1570594875 >-SHA256 (rbenv-ruby-build-v20191004_GH0.tar.gz) = 6f053957acb0af6d621ebf2b9dacc9c265844b2dc6842a021eb10f0a70094fe8 >-SIZE (rbenv-ruby-build-v20191004_GH0.tar.gz) = 63345 >+TIMESTAMP = 1573003323 >+SHA256 (rbenv-ruby-build-v20191030_GH0.tar.gz) = 6f13124f7bc6e65930606dec25f26305f132dc3596035b09d48576f1eb0ea5c7 >+SIZE (rbenv-ruby-build-v20191030_GH0.tar.gz) = 63632 >Index: files/patch-bin_ruby-build >=================================================================== >--- files/patch-bin_ruby-build (nonexistent) >+++ files/patch-bin_ruby-build (ä½æ¥ã³ãã¼) >@@ -0,0 +1,20 @@ >+--- bin/ruby-build.orig 2019-10-30 17:11:02 UTC >++++ bin/ruby-build >+@@ -1317,15 +1317,8 @@ fi >+ >+ if [ -z "$MAKE" ]; then >+ if [ "FreeBSD" = "$(uname -s)" ]; then >+- if [ "$(echo $1 | sed 's/-.*$//')" = "jruby" ]; then >+- export MAKE="gmake" >+- else >+- if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then >+- export MAKE="gmake" >+- else >+- export MAKE="make" >+- fi >+- fi >++ # FreeBSD bug 241633: fails to build due to race condition >++ export MAKE="gmake" >+ else >+ export MAKE="make" >+ fi > >Property changes on: files/patch-bin_ruby-build >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 241633
:
208899
|
208900
| 208930 |
208958