diff options
author | jrm <jrm@FreeBSD.org> | 2016-10-17 05:43:06 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-10-17 05:43:06 +0800 |
commit | 19020d26fe428549048694f8bb4b9fa4bfe17811 (patch) | |
tree | cee21459b387f6e7f7ce7a5d11dcd6819bb338b7 | |
parent | bb45b3e9ada5f32ec09e5d3234946f3dad13372c (diff) | |
download | freebsd-ports-gnome-19020d26fe428549048694f8bb4b9fa4bfe17811.tar.gz freebsd-ports-gnome-19020d26fe428549048694f8bb4b9fa4bfe17811.tar.zst freebsd-ports-gnome-19020d26fe428549048694f8bb4b9fa4bfe17811.zip |
Remove math/libR
- The libR option in math/R has been turned on by default since 2016-06-26.
- A request for comments regarding the removal, posted to ports@ on
2016-07-16, did not result in any requests for it to remain in the tree.
- After a restructuring of math/R, math/libR has been marked BROKEN since
2016-07-09 without any complaints.
- No ports depend on it.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8260
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/libR/Makefile | 16 | ||||
-rw-r--r-- | math/libR/pkg-descr | 5 |
4 files changed, 1 insertions, 22 deletions
@@ -8679,3 +8679,4 @@ audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05| net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead +math/libR||2016-10-16|Has expired: math/R LIBR option is now on by default diff --git a/math/Makefile b/math/Makefile index a5d07be29361..db97ec41fefd 100644 --- a/math/Makefile +++ b/math/Makefile @@ -245,7 +245,6 @@ SUBDIR += laspack SUBDIR += ldouble SUBDIR += levmar - SUBDIR += libR SUBDIR += libRmath SUBDIR += libflame SUBDIR += libjbigi diff --git a/math/libR/Makefile b/math/libR/Makefile deleted file mode 100644 index 8e19a7c655aa..000000000000 --- a/math/libR/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: bf <bf@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libR - -COMMENT= The static libR library from R - -DESCR= ${.CURDIR}/pkg-descr -LIBR_SLAVEPORT= yes -MASTERDIR= ${.CURDIR}/../R -PLIST= ${.CURDIR}/pkg-plist -PLIST_FILES= lib/R/lib/libR.a - -BROKEN= Transient breakage while restructuring the master port - -.include "${MASTERDIR}/Makefile" diff --git a/math/libR/pkg-descr b/math/libR/pkg-descr deleted file mode 100644 index 1e7afe021f49..000000000000 --- a/math/libR/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the static libR library from R -- a language and -environment for statistical computing and graphics. -See ports/math/R. - -WWW: http://www.R-project.org/ |