aboutsummaryrefslogtreecommitdiff
path: root/devel/RStudio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-18 03:48:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-18 03:48:28 +0000
commit69ff0ac7e4f5d2af19bfd38bef47c601790da5a4 (patch)
treedc954674413eca50876221bc1fd8c1ad9a498e5e /devel/RStudio
parent16a9ab99678943d3c9e96c77b72b89bde49727d1 (diff)
downloadports-69ff0ac7e4f5d2af19bfd38bef47c601790da5a4.tar.gz
ports-69ff0ac7e4f5d2af19bfd38bef47c601790da5a4.zip
devel/RStudio: Fix clang6/boost build errors
Add the upstream commit https://github.com/rstudio/rstudio/commit/ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec that is supposed to fix clang6/boost build errors. PR: 228289
Notes
Notes: svn path=/head/; revision=470259
Diffstat (limited to 'devel/RStudio')
-rw-r--r--devel/RStudio/Makefile4
-rw-r--r--devel/RStudio/distinfo4
2 files changed, 7 insertions, 1 deletions
diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile
index 9af54f86b650..22c9fd96e5b9 100644
--- a/devel/RStudio/Makefile
+++ b/devel/RStudio/Makefile
@@ -6,6 +6,7 @@
PORTNAME= RStudio
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.453
+PORTREVISION= 1
CATEGORIES= devel math java
MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \
https://s3.amazonaws.com/rstudio-buildtools/:buildtools
@@ -14,6 +15,9 @@ DISTFILES= core-dictionaries.zip:dictionaries \
gwt-${GWT_VERSION}.zip:buildtools \
mathjax-26.zip:buildtools
+PATCH_SITES= https://github.com/${PORTNAME}/${GH_PROJECT}/commit/ # This commit is listed in the bug, but it didn't fix the problem.
+PATCHFILES= ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch:-p1
+
MAINTAINER= yuri@FreeBSD.org
COMMENT= Integrated development environment (IDE) for R
diff --git a/devel/RStudio/distinfo b/devel/RStudio/distinfo
index a272d10c0f8a..381896a7a02e 100644
--- a/devel/RStudio/distinfo
+++ b/devel/RStudio/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1526532466
+TIMESTAMP = 1526611455
SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494
SIZE (core-dictionaries.zip) = 876339
SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94
@@ -13,3 +13,5 @@ SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737
SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615
SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6
SIZE (rstudio-rsconnect-03c379b_GH0.tar.gz) = 220711
+SHA256 (ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch) = e00e0ba8bd342da7951d0f699d318d67cebd55436df6827ccf219b8d969e09a9
+SIZE (ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch) = 3096