Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 825625 Details for
Bug 766294
sci-mathematics/rstudio: restore package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rstudio-2022.07.2.576-ant-system-node.patch
rstudio-2022.07.2.576-ant-system-node.patch (text/plain), 1.56 KB, created by
Mark Wright
on 2022-10-27 09:58:00 UTC
(
hide
)
Description:
rstudio-2022.07.2.576-ant-system-node.patch
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2022-10-27 09:58:00 UTC
Size:
1.56 KB
patch
obsolete
>--- rstudio-2022.07.2-576-orig/src/gwt/build.xml 2022-08-31 23:09:53.000000000 +1000 >+++ rstudio-2022.07.2-576/src/gwt/build.xml 2022-10-10 09:05:42.492704317 +1100 >@@ -84,30 +84,12 @@ > </target> > > <!-- panmirror typescript library --> >- <!-- ensure version matches RSTUDIO_NODE_VERSION --> >- <property name="node.version" value="16.14.0"/> >- <property name="node.dir" value="../../dependencies/common/node/${node.version}"/> >- <condition property="node.bin" value="../../../${node.dir}/bin/node"> >- <not> >- <os family="windows" /> >- </not> >- </condition> >- <condition property="node.bin" value="${node.dir}/node.exe"> >- <os family="windows" /> >- </condition> >- >- <!-- use node from /opt/rstudio-tools if installed (typical for Docker) --> >- <available >- property="node.bin" >- value="/opt/rstudio-tools/dependencies/common/node/${node.version}/bin/node" >- file="/opt/rstudio-tools/dependencies/common/node/${node.version}/bin/node"/> >- > <property name="panmirror.dir" value="./panmirror/src/editor"/> > <property name="panmirror.build.dir" value="./www/js/panmirror"/> > > <target name="panmirror" description="Compile panmirror library"> > <mkdir dir="${panmirror.build.dir}"/> >- <exec executable="${node.bin}" dir="${panmirror.dir}" spawn="${panmirror.spawn}"> >+ <exec executable="node" dir="${panmirror.dir}" spawn="${panmirror.spawn}"> > <arg value="fuse"/> > <arg value="${panmirror.target}"/> > <env key="NODE_PATH" path="${env.NODE_PATH}:/opt/rstudio-tools/panmirror/node_modules"/>
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 766294
:
690210
|
713199
|
713457
|
825603
|
825621
|
825623
| 825625 |
825627
|
825629
|
825631
|
825633
|
825635
|
825637
|
840597