Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 03:48:28 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470259 - head/devel/RStudio
Message-ID:  <201805180348.w4I3mSFA070741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri May 18 03:48:28 2018
New Revision: 470259
URL: https://svnweb.freebsd.org/changeset/ports/470259

Log:
  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

Modified:
  head/devel/RStudio/Makefile
  head/devel/RStudio/distinfo

Modified: head/devel/RStudio/Makefile
==============================================================================
--- head/devel/RStudio/Makefile	Fri May 18 03:45:11 2018	(r470258)
+++ head/devel/RStudio/Makefile	Fri May 18 03:48:28 2018	(r470259)
@@ -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
@@ -13,6 +14,9 @@ DISTFILES=	core-dictionaries.zip:dictionaries \
 		gin-${GIN_VERSION}.zip:buildtools \
 		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

Modified: head/devel/RStudio/distinfo
==============================================================================
--- head/devel/RStudio/distinfo	Fri May 18 03:45:11 2018	(r470258)
+++ head/devel/RStudio/distinfo	Fri May 18 03:48:28 2018	(r470259)
@@ -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) = b6f6f4
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805180348.w4I3mSFA070741>