aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-11-18 13:19:21 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-11-18 13:19:21 +0000
commit71f677f0c53102da9acefe1abd924c4269061009 (patch)
tree52b04cdbfc99e0bdcb22a9d34986094a0f905b25
parent2858adcf3855e141ca090cb57ea607601eba13e8 (diff)
downloadports-71f677f0c53102da9acefe1abd924c4269061009.tar.gz
ports-71f677f0c53102da9acefe1abd924c4269061009.zip
Notes
-rw-r--r--math/R/pkg-message18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/R/pkg-message b/math/R/pkg-message
deleted file mode 100644
index 9ac5539dd34b..000000000000
--- a/math/R/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-
-========================================================================
-On 11.1 and later, there is a problem downloading R packages when
-R is built with gfortran.
-
-Use either of these workarounds until a permanent solution is found.
-
-1. If you are on an amd64 system, use flang to build R. R is now built
- by default using flang on amd64.
-
-2. If you use gfortran to build R, add
-
- options(download.file.method="wget")
-
- to ~/.Rprofile followed by a newline.
-
-Details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221127
-========================================================================