Changeset View
Changeset View
Standalone View
Standalone View
head/devel/RStudio/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| # This port opens too many files during build, more than the default setting. Its build is known to succeed with kern.maxfiles="25000" (in /boot/loader.conf). | # This port opens too many files during build, more than the default setting. Its build is known to succeed with MAX_FILES=15000 in poudriere.conf | ||||
| PORTNAME= RStudio | PORTNAME= RStudio | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 1.1.385 | DISTVERSION= 1.1.405 | ||||
| CATEGORIES= devel math java | CATEGORIES= devel math java | ||||
| MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ | MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ | ||||
| https://s3.amazonaws.com/rstudio-buildtools/:buildtools | https://s3.amazonaws.com/rstudio-buildtools/:buildtools | ||||
| DISTFILES= core-dictionaries.zip:dictionaries \ | DISTFILES= core-dictionaries.zip:dictionaries \ | ||||
| gin-${GIN_VERSION}.zip:buildtools \ | gin-${GIN_VERSION}.zip:buildtools \ | ||||
| gwt-${GWT_VERSION}.zip:buildtools \ | gwt-${GWT_VERSION}.zip:buildtools \ | ||||
| mathjax-26.zip:buildtools | mathjax-26.zip:buildtools | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||