Commit graph

20 commits

Author SHA1 Message Date
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
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Baptiste Daroussin
af6a368942 Mark jobs unsafe 2013-07-10 11:54:55 +00:00
Beech Rintoul
601877f153 - Update to 5.4.7
PR:		ports/174389
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-12-13 02:25:38 +00:00
Beech Rintoul
f47e1485b8 - Update to 5.4.5
PR:		ports/169030
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2012-06-14 05:15:47 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
TAKATSU Tomonari
8d1ac42ef1 - Update to 5.4.4
- Enable gtk by default
- Make use of PORTDOCS and PORTEXAMPLES

PR: ports/165350 (based on)
Submitted by: Shin-ya Murakami (maintainer)
2012-02-21 16:24:19 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Dmitry Marakasov
725856c485 - Use USE_FORTRAN knob
PR:		130734
Submitted by:	Shin'ya Murakami <murashin at gfd-dennou dot org> (maintainer)
2009-01-20 08:24:11 +00:00
Martin Wilke
7566779fed - Fix inappropriate use of NO*vars
- Add backup MASTER_SITES
- Use COPYTREE_SHARE
- Update maintainer's email address

PR:		127314
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2008-09-26 08:54:21 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Martin Wilke
32264ae1c6 - USE gfortran
- Update to 5.3.3

PR:		114281
Submitted by:	"Shin'ya Murakami" <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2007-07-06 08:37:06 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
1e3d770e7a - Update to 5.3.2.
PR:		ports/104241
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2006-10-31 02:18:58 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Simon Barner
f19f5e4945 - update to 5.3.1
- don't use version number in installation directories

PR:		ports/81798
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
		(maintainer)
2005-06-02 11:04:11 +00:00
Sergey Matveychuk
1889a83b79 DCL is scientific graphic library for geoscience, written in Fortran.
PR:		ports/76856
Submitted by:	Shin'ya Murakami <murakami (at) ahs.scitec.kobe-u.ac.jp>
2005-02-24 20:26:31 +00:00