1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
TAKATSU Tomonari
71bf6b0f0b - Update to 0.4.300.8.0 2014-06-25 08:57:10 +00:00
TAKATSU Tomonari
af5f9b7884 - Update to 0.4.300.0 2014-05-07 15:09:06 +00:00
TAKATSU Tomonari
7af08fae7e - Update to 0.4.200.0 2014-04-12 03:50:02 +00:00
TAKATSU Tomonari
2c7edf8beb - Update to 0.4.100.2.1 2014-03-15 10:51:04 +00:00
TAKATSU Tomonari
f1d0b55940 - Update to 0.4.100.0 2014-03-13 15:11:54 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
TAKATSU Tomonari
3cc4fd0391 - Update to 0.4.000.4 2014-02-23 15:14:10 +00:00
TAKATSU Tomonari
a913eeb546 - Update to 0.4.000.2 2014-01-25 21:24:02 +00:00
TAKATSU Tomonari
055fbd52e4 - Update to 0.4.000 2014-01-08 14:33:08 +00:00
TAKATSU Tomonari
ebf00d030d - Update to 0.3.930.1 2014-01-01 06:34:27 +00:00
TAKATSU Tomonari
043782591d - Upstream rerolled tarball
PR:		ports/185192
Submitted by:	marino@
2013-12-31 08:43:18 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
TAKATSU Tomonari
1a48823ffc - Update to 0.3.920.3 2013-11-23 06:04:18 +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
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
TAKATSU Tomonari
1ebefd56ab - Update to 0.3.920.1 2013-10-03 21:13:11 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
TAKATSU Tomonari
b2c297b92f - Update to 0.3.910.0 2013-08-17 21:32:15 +00:00
TAKATSU Tomonari
3b8caf59ed - Update to 0.3.900.7 2013-08-12 01:24:30 +00:00
TAKATSU Tomonari
5142e27ca5 - Update to 0.3.900.0 2013-06-21 10:59:29 +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
TAKATSU Tomonari
81ba17790b - Update to 0.3.820 2013-05-18 22:29:36 +00:00
TAKATSU Tomonari
f4018509c7 - Update to 0.3.810.2 2013-05-08 12:50:26 +00:00
TAKATSU Tomonari
114bfbbaf7 - Add new port: math/R-cran-RcppArmadillo
RcppArmadillo provides an interface from R to and from Armadillo
  by utilising the Rcpp R/C++ interface library.

  WWW: http://cran.r-project.org/web/packages/RcppArmadillo/
2013-05-06 06:01:32 +00:00