Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Sep 2020 08:36:55
1.12.8_3

|
wen  |
- Unbreak build on i386
PR: 247631
Submitted by: wen@(myself)
Approved by: tota@(maintainer) |
05 May 2020 16:07:54
1.12.8_2

|
jrm  |
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 |
08 Mar 2020 21:56:37
1.12.8_1

|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
11 Dec 2019 17:47:32
1.12.8

|
tota  |
- Update to 1.12.8 |
19 Oct 2019 15:22:47
1.12.6

|
tota  |
- Update to 1.12.6 |
06 Oct 2019 10:49:17
1.12.4

|
tota  |
- Update to 1.12.4 |
26 Sep 2019 09:38:23
1.12.2

|
tota  |
- Update to 1.12.2 |
26 Jul 2019 20:46:57
1.11.8_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
1.11.8_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Nov 2018 13:32:35
1.11.8

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
23 Oct 2018 08:58:10
1.11.8

|
tota  |
- Mark as BROKEN on 13 i386: unable to load datatable.so |
10 Oct 2018 12:37:12
1.11.8

|
tota  |
- Update to 1.11.8 |
28 Sep 2018 10:37:46
1.11.6

|
tota  |
- Update to 1.11.6 |
17 Aug 2018 03:30:55
1.11.4

|
tota  |
- Update to 1.11.4 |
17 Aug 2018 02:27:19
1.11.2

|
tota  |
- Mark as BROKEN on 11+ i386: unable to load datatable.so
** testing if installed package can be loaded
Error: package or namespace load failed for 'data.table' in dyn.load(file,
DLLpath = DLLpath, ...):
unable to load shared object |
17 May 2018 02:18:52
1.11.2

|
tota  |
- Update to 1.11.2
- Update LICENSE section |
10 Mar 2018 17:46:06
1.10.4.3_1

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
09 Mar 2018 11:04:30
1.10.4.3

|
tota  |
- Update to 1.10.4-3 |
07 May 2017 05:21:28
1.10.4

|
tota  |
- Update to 1.10.4 |
17 Dec 2016 05:52:37
1.10.0

|
tota  |
- Update to 1.10.0
- Change LICENSE from GPLv2+ to GPLv3 |
10 Oct 2016 12:52:00
1.9.6

|
tota  |
- Add new port: devel/R-cran-data.table
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered
joins, fast add/modify/delete of columns by group using no copies
at all, list columns and a fast file reader (fread). Offers a natural
and flexible syntax, for faster development.
WWW: https://cran.r-project.org/web/packages/data.table/ |