Commit graph

23 commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
William Grzybowski
ace01f781b math/dynare: update to 4.4.3
PR:		192407
Submitted by:	maintainer
2014-08-10 13:52:52 +00:00
Max Brazhnikov
276a30f469 graphics/vips and the rest:
- bump PORTREVISION after math/matio update

math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz

Approved by:	Fernando Apesteguia (maintainer)

math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)

science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
2014-03-28 09:23:08 +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
Pawel Pekala
a0faeba08e Update to version 4.4.2
PR:		ports/187327
Submitted by:	maintainer
2014-03-08 15:25:21 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Raphael Kubo da Costa
b3bcb4caab Update to 4.4.1.
PR:		ports/185890
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2014-01-21 21:25:29 +00:00
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