Commit Graph

12 Commits

Author SHA1 Message Date
tb
bab6f4ab96 math/rstudio: fix build by providing a missing prototype.
backport of upstream commit 872e2806f74e922a25e0f9586faa6624883728ca

breakage reported by aja.
2022-08-05 08:08:35 +00:00
feinerer
fe7b33a937 Update to R 4.2.1
ok tb@
2022-08-03 15:13:25 +00:00
bcallah
e3717489b9 Bump libR.so version number.
Original diff from Ze Loff. ok rsadowski@
2022-07-14 02:02:48 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
rsadowski
12ae4c69cc Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.

Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".

Feedback, help and OK sthen@ Thanks!
2022-02-13 16:38:29 +00:00
rsadowski
2166788046 Regen WANTLIB
OK from maintainer
2021-11-08 11:39:21 +00:00
rsadowski
cb00501864 Fix build with upcoming Boost 1.76 update
Diff from Brad, OK bcallah@ (maintainer)
2021-05-22 12:01:39 +00:00
kurt
f9d899e6a0 Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change. okay ian@
2021-05-19 01:50:29 +00:00
rsadowski
77080e448b Unbreak with upcoming boost update
From Brad
2021-03-18 19:53:58 +00:00
bcallah
b2f23cd8b1 rsession does in fact link libR, which promotes math/R to an LDEP.
Because libR doesn't live in the usual ${LOCALBASE}/lib, add another -rpath
entry in LDFLAGS, like we do for inotify.
Bump.
Discovered by thfr@
2020-07-02 18:46:50 +00:00
bcallah
ab176a8906 Import math/rstudio, the IDE for R.
ok feinerer@
Works; improvements in-tree to come.

RStudio is an integrated development environment (IDE) for R.
It includes a console, syntax-highlighting editor that supports direct
code execution, as well as tools for plotting, history, debugging and
workspace management.
2020-07-01 18:10:07 +00:00