Commit Graph

80 Commits

Author SHA1 Message Date
Joseph Mingrone f0f89a123a math/R: Update to version 4.0.3
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000662.html
2020-10-12 01:21:26 +00:00
Joseph Mingrone 56ea0c3808 math/R: Update to version 4.0.2
Upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
2020-06-27 02:02:46 +00:00
Joseph Mingrone f001639d45 math/R: Update to version 4.0.1
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000655.html
2020-06-07 15:12:56 +00:00
Joseph Mingrone a0a98863ca math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html

Also bump PORTREVISION of ports that depend on math/R.

Submitted by:	wen (in part)
Reviewed by:	jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision:	https://reviews.freebsd.org/D24572
2020-05-05 16:07:53 +00:00
Joseph Mingrone 0cf37a4868 math/R: Update to version 3.6.3
See the NEWS file for upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
2020-03-02 00:51:08 +00:00
Joseph Mingrone b0815fee3f math/R: Update to version 3.6.2
See the NEWS file for upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
2019-12-15 19:50:41 +00:00
Joseph Mingrone 24505f1d80 math/R: Update to version 3.6.1
Upstream changes: See 'CHANGES IN R 3.6.1' and 'CHANGES IN R 3.6.1 patched'
at https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2019-07-15 09:19:17 +00:00
Joseph Mingrone 4718eb080d math/R: Upgrade to version 3.6.0
Upstream changes: See 'CHANGES IN R 3.6.0' from
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2019-05-01 19:09:59 +00:00
Joseph Mingrone ab207d6951 math/R: Update to version 3.5.3
'CHANGES IN R 3.5.3' from
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html

- writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter
  Meissner's PR#17528
- setClassUnion() no longer warns, but uses message() for now, when
  encountering "non local" subclasses of class members
- stopifnot(exprs = T) no longer fails
2019-03-14 01:35:33 +00:00
Joseph Mingrone 67e85382bc math/R: Update to version 3.5.2
This is mostly a bug-fix release.  For details see 'CHANGES IN R 3.5.2' in
the release notes.
https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2018-12-23 02:32:17 +00:00
Joseph Mingrone 603bf0ca42 math/R: Update to version 3.5.1 2018-07-07 20:58:55 +00:00
Joseph Mingrone a239e3d9fa math/R: Update to version 3.5.0
Upstream changes: https://cran.r-project.org/doc/manuals/r-devel/NEWS.html
2018-04-24 22:51:43 +00:00
Joseph Mingrone 72a99a05ca math/R: Update to bug-fix release 3.4.4
Upstream changes:
https://cloud.r-project.org/doc/manuals/r-release/NEWS.html
2018-03-15 23:42:15 +00:00
Joseph Mingrone 220ae6f41e math/R: Update to version 3.4.3
Other port changes:
- Add armv6 and armv7 to ONLY_FOR_ARCHS; armv6 and armv7 were tested by mmel@
  and working on 11.
- Remove LIBR option and always build the shared library.  This was requested by
  yuri@ and a RFC was posted on ports@ with no response.
- Exclude OPENMP option for everything except amd64 and i386.
- Turn on OPENMP option by default to match upstream.
- Turn off TCLTK option by default.
- LLVM, which gets pulled in with FLANG, provides libomp, so only depend on
  devel/openmp, when GFORTRAN and OPENMP are on.
2017-12-01 14:59:51 +00:00
Joseph Mingrone 9fa2ec2d74 math/R: Update to version 3.4.2
Also
 - Build Fortran code with flang by default on amd64.
 - Remove LTO option.  Upstream does not turn it on by default, it has
   caused problems with each GCC upgrade, and any benefit is unclear.
 - Do not specify USES=compiler:openmp since that just forces GCC.
2017-09-29 17:54:02 +00:00
Joseph Mingrone 1e124d39bd math/R: Update to version 3.4.1
Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]

Submitted by:	[1] andrew, [2] yuri@rawbw.com
2017-07-04 17:07:44 +00:00
Joseph Mingrone 75e24ef1e9 math/R: Update to version 3.4.0
The configure script now detects the correct zlib version, so setting the
r_cv_header_zlib_h is no longer necessary.

Approved by:	swills (mentor, implicit)
2017-04-22 15:47:09 +00:00
Joseph Mingrone 3fe4e0c8ee math/R: Update to version 3.3.3.
Upstream changes: https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Approved by:	swill (mentor, implicit)
2017-03-10 01:50:56 +00:00
Joseph Mingrone 218f85af31 math/R: Update to version 3.3.2 and other changes
- Changes in version 3.3.2:
  https://cran.r-project.org/doc/manuals/r-release/NEWS.html

- Port Changes
    - Definitively set PORTNAME after removal of slave ports
    - Set MASTERS_SITES to CRAN
    - Make documentation installation simpler for users
        - make the DOCS option the only option for extra documentation
          (remove PDF option)
        - turn this option off by default since it pulls in over 1 GB of
          build dependencies (TeX and friends)
    - Do not make INFO option imply DOCS option
    - Cosmetic changes

Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8330
2016-11-01 20:36:42 +00:00
John Marino b95421020d math/R: maintainer rework
See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 02:30:18 +00:00
Wen Heping 1a9e7e176d - Update to 3.3.1
- Remove PCRE_PORT option
- Really strip the .so file
- Minor cleanup

PR:		210513
Submitted by:	wen@(myself)
2016-07-01 08:29:31 +00:00
Kurt Jaeger f80d0cfcb1 math/R: 3.2.2 -> 3.3.0
Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html

PR:		209315
Submitted by:	wen
Approved by:	bf (maintainer, by mail)
2016-05-22 18:07:03 +00:00
Wen Heping f7139079e1 - Update to 3.2.2
PR:		203418
Submitted by:	wen@(myself)
Reviewed by:	tota@
Approved by:	maintainer(timeout, > 25 days)
Thanks to:	freebsd-bugs@mackler.org harrison.grundy@astrodoggroup.com
2015-10-27 08:21:25 +00:00
Brendan Fabeny 1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Brendan Fabeny e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00
Brendan Fabeny 51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
Brendan Fabeny 3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Brendan Fabeny 3503a3164f update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
2012-06-26 23:57:00 +00:00
Brendan Fabeny aa89760550 - update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
  MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
  flexible and allow CRAN ports to override it; add a regression-test
  target; set USE_FORTRAN to match math/R; remove some of the
  redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS

Reviewed by:	thierry, tota, wen
Approved by:	D. Rue (maintainer) [1], wen [2]
2012-05-04 20:56:15 +00:00
Brendan Fabeny 2dbc7784bc update math/R to 2.14.2, and adjust dependent ports 2012-03-03 16:59:36 +00:00
Brendan Fabeny 6ef707b384 update math/R to 2.14.1, and adjust dependent ports 2012-01-18 23:04:08 +00:00
Brendan Fabeny 5d57d97db9 update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:	linimon (portmgr), thierry, tota, wen
Feature safe:	yes
2011-11-27 07:02:15 +00:00
Brendan Fabeny 14e140238c update math/R to 2.13.2, and adjust dependent ports 2011-10-11 14:19:46 +00:00
Brendan Fabeny 73fa6e1345 update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)

PR:		158947 [1]
Submitted by:	wen ([1], independently)
2011-07-28 04:19:58 +00:00
Brendan Fabeny f08fd58316 - update to 2.13.0
- switch to the bundled Rblas and Rlapack by default (this
  can be changed by setting BLAS and LAPACK) which favors
  correctness in some corner cases over a slight performance
  penalty; this will be revisited after the blas and lapack
  updates
- replace the STATIC_LIBR option with a LIBR option (on
  by default): if on, libR.a and libR.so are installed,
  and R is linked to libR.so. Otherwise, R is static, and
  no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
  device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
  PORTREVISION where necessary

PR:		153309 [1]
Approved by:	thierry (rkward*), wen (rpy*, R-cran-*)
2011-05-07 03:29:59 +00:00
Brendan Fabeny 3d5cca3564 - Update R to 2.12.2, a bugfix release
- Bump PORTREVISION of dependent ports,
  where necessary

Approved by:	makc, miwi (mentors, implicit)
2011-02-28 16:03:13 +00:00
Brendan Fabeny 5fe86857c4 - Update R to 2.12.1
- Bump PORTREVISION of
  dependent ports

Approved by:	makc, miwi (mentors, implicit)
		pav (portmgr)
Feature safe:	yes
2011-01-29 16:53:21 +00:00
Brendan Fabeny 8f02a0dcfa Update to 2.11.1
PR:		148264
Prodded by:	David Wolfskill <david@catwhisker.org>
Approved by:	makc (co-mentor)
2010-07-31 15:05:25 +00:00
Wen Heping 7c69384ebe - Update to 2.11.0
PR:		ports/145993
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2010-04-26 01:28:33 +00:00
Martin Wilke 3595b64975 - Update to 2.10.1
Submitted by:	"b. f." <bf1783@googlemail.com>
Thanks to:	wen@
2009-12-25 14:34:35 +00:00
Martin Wilke 7b422ac63c - Update to 2.9.2
- Fix build with custom PREFIX

PR:		based on 135927
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-08-27 09:16:19 +00:00
Martin Wilke 939d411f08 - Update to 2.9.0
PR:		135251
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-06-15 21:07:11 +00:00
Wesley Shields 7c15736a2d - Update to 2.8.1
PR:		ports/129863
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by:	bf <bf2006a@yahoo.com> (maintainer)
2009-01-07 02:33:04 +00:00
Beech Rintoul fb75113ec9 - Fix distinfo 2008-12-13 08:00:25 +00:00
Rong-En Fan 612f9bbc73 - Update to 2.7.2
- Reset maintainership per request by maintainer

PR:		ports/128520
Submitted by:	Pedro F. Giffuni <giffunip at tutopia.com>
Approved by:	Eric van Gyzen <eric at vangyzen.net> (maintainer)
2008-11-20 08:01:09 +00:00
Pietro Cerutti ddef8131c7 - Update to 2.7.1
PR:		125245
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by:	maintainer timeout (over three weeks)
2008-07-29 14:13:14 +00:00
Rong-En Fan bfa22791da - Update to 2.6.1
PR:		ports/118358
Submitted by:	Vittorio De Martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2008-02-26 01:57:12 +00:00
Rong-En Fan c2179e3ab7 - Update to 2.6.0
PR:		ports/117142
Submitted by:	Vittorio De Martino <vdemart1@tin.it>
Approved by:	maintainer timeout (14 days)
2007-10-27 13:11:20 +00:00
Rong-En Fan d5bfc64b85 - Update to 2.5.1
PR:		ports/115826 (based on)
Submitted by:	vittorio de martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2007-08-27 12:38:22 +00:00
Rong-En Fan d825bfaad3 - Update to 2.5.0
PR:		ports/112713 (based on)
Submitted by:	Vittorio De Martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen (maintainer)
2007-05-30 14:10:18 +00:00