diff options
author | yuri <yuri@FreeBSD.org> | 2018-05-18 11:48:28 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-05-18 11:48:28 +0800 |
commit | d07a81b9bd19f1a1c6bc729d604670ba798ed841 (patch) | |
tree | dc954674413eca50876221bc1fd8c1ad9a498e5e /devel | |
parent | 43fc29a309a4c5eab2cb9c96b64a7cdbe35ca091 (diff) | |
download | freebsd-ports-gnome-d07a81b9bd19f1a1c6bc729d604670ba798ed841.tar.gz freebsd-ports-gnome-d07a81b9bd19f1a1c6bc729d604670ba798ed841.tar.zst freebsd-ports-gnome-d07a81b9bd19f1a1c6bc729d604670ba798ed841.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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/RStudio/Makefile | 4 | ||||
-rw-r--r-- | devel/RStudio/distinfo | 4 |
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 |