summaryrefslogtreecommitdiff
path: root/math/gretl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-101-2/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* update to 1.9.12Brendan Fabeny2013-04-216-154/+42
| | | | Feature safe: yes
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | Approved by: portmgr@ (implicit)
* update to 1.9.9 and convert options to the new styleBrendan Fabeny2012-06-073-24/+27
|
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
|
* update to 1.9.8Brendan Fabeny2012-04-013-5/+5
| | | | Feature safe: yes
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-1/+2
|
* update to 1.9.7Brendan Fabeny2011-12-243-4/+4
|
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-1/+1
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* update to 1.9.6Brendan Fabeny2011-10-204-10/+23
|
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-0/+1
|
* - Update to 1.9.5Brendan Fabeny2011-04-283-10/+8
| | | | | - Discard the SSE2 option in favor of a test of MACHINE_CPU
* Remove addition of CPPFLAGS to CONFIGURE_ENVBrendan Fabeny2011-03-261-2/+1
| | | | in port Makefiles, and MD5 entries in distinfo
* - Update to 1.9.4Brendan Fabeny2011-03-048-55/+28
| | | | | | | - Fix the build by using the bundled libtool rather than devel/libtool Approved by: makc, miwi (mentors, implicit)
* Update to 1.9.3Brendan Fabeny2011-02-059-174/+188
| | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* Take up maintainershipBrendan Fabeny2010-08-101-1/+1
| | | | Approved by: makc (co-mentor)
* - Update to 1.9.1Martin Wilke2010-07-155-23/+27
| | | | | PR: 14562 Submitted by: Ports Fury
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-2/+2
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update to 1.8.7Martin Wilke2010-02-127-53/+56
| | | | | PR: 143813 Submitted by: Ports Fury
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Update to 1.8.6Martin Wilke2009-12-134-21/+21
| | | | | PR: 141295 Submitted by: Ports Fury
* - Update to 1.8.5Martin Wilke2009-11-026-38/+30
| | | | | PR: 140120 Submitted by: Ports Fury
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Update to 1.8.2Martin Wilke2009-08-085-20/+28
| | | | | PR: 137531 Submitted by: Ports Fury
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Update to 1.8.1Martin Wilke2009-07-095-42/+51
| | | | | PR: 136479 Submitted by: Ports Fury
* - Chase fftw3 updatePav Lucistnik2009-05-181-1/+2
|
* - Update to 1.8.0Martin Wilke2009-02-204-19/+25
| | | | | PR: 131849 Submitted by: Ports Fury
* Chase mpfr library.Alex Dupre2009-01-301-1/+2
|
* - Update to 1.7.9Martin Wilke2009-01-143-11/+19
| | | | | PR: 130467 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-101-1/+1
| | | | | | Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
|
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
|
* - Update to 1.7.7Dmitry Marakasov2008-09-234-4/+10
| | | | | PR: 127180 Submitted by: valerio dot daelli at gmail dot com
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - Update to 1.7.6Martin Wilke2008-08-025-23/+25
| | | | | PR: 126174 Submitted by: Ports Fury
* - Update to 1.7.5Martin Wilke2008-06-2311-195/+89
| | | | | PR: 124849 Submitted by: Ports Fury
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 1.7.4Martin Wilke2008-04-263-4/+6
| | | | | PR: 122502 Submitted by: Ports Fury
* - Update to 1.7.3Martin Wilke2008-03-138-102/+53
| | | | | PR: 121619 Submitted by: Ports Fury
* - Update to 1.7.1Martin Wilke2008-01-205-31/+18
| | | | | PR: 119725 Submitted by: KATO Tsuguru <tkato432@yahoo.com>