Commit graph

15 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
7aebc60370 - Update from 4.3.3 to 4.4.0
- Add stage support

while here
- Convert USE_GMAKE to USES
- Use options helpers

PR:		ports/185783
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2014-01-19 12:29:37 +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
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
Guido Falsi
66f374e379 - Update to 4.3.3
- Fix Makefile header

PR:             ports/177841
Submitted by:   Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2013-04-18 19:56:30 +00:00
Steve Wills
c4c04d7c6a - Update to 4.3.2
PR:		ports/175461
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-01-21 03:50:22 +00:00
Jason Helfman
0db9470647 - update to 4.3.1
PR:		172831
Submitted by:	maintainer, fernando.apesteguia@gmail.com
Feature safe:	yes
2012-10-25 21:07:27 +00:00
Jason Helfman
b7f9e0d5df - fix fetch
- while here adopt optionsNG

PR:		172738
Submitted by:	maintainer, fernando.apesteguia@gmail.com
Feature safe:	yes
2012-10-17 05:37:34 +00:00
Guido Falsi
47f2a71855 Update to 4.3.0
PR:		ports/169298
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees, tabthorpe (mentors, implicit)
2012-06-24 10:25:15 +00:00
Pav Lucistnik
961991af8f - Fix fetch
PR:		ports/169204
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2012-06-18 19:27:32 +00:00
Erwin Lansing
15affda4fe - Rework the do-fetch target to check for the availability of the
distribution file in DISTDIR.
- Remove the hardcoded "fetch" command and replaces it with ${FETCH_BINARY}

PR:		168760
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2012-06-07 16:00:26 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jason Helfman
d0e0a51b40 - Update to 4.2.5
PR:	ports/167004
Submitted by:	maintainer, fernando.apesteguia@gmail.com
2012-04-22 18:28:03 +00:00
Ruslan Makhmatkhanov
a7bb85d384 - update to 4.2.4 [1]
- fix portlint error (*.info file in pkg-plist)
- fix whitespace in pkg-descr

PR:		164027 [1]
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
2012-01-12 06:55:35 +00:00
Martin Wilke
176493e062 - Update to 4.2.2
PR:		162601
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2011-11-19 15:35:46 +00:00
Wen Heping
b26682e3bd Dynare is a software platform for handling a wide class of
economic models, in particular dynamic stochastic general
equilibrium (DSGE) and overlapping generations (OLG) models.

WWW: http://www.dynare.org

PR:		ports/160153
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
2011-09-27 06:35:23 +00:00