Commit graph

21 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
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +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
Baptiste Daroussin
4ada406f93 Do not overwrite uses if previous one are already defined 2013-07-11 06:49:59 +00:00
Baptiste Daroussin
e0a2b1b7b3 Remove a trailing .endif 2013-07-11 06:40:23 +00:00
Baptiste Daroussin
190b0c8bac Use USES=display:build instead of custom implementation 2013-07-11 06:34:23 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Max Brazhnikov
a1eca95067 Add option to build help file 2012-04-26 23:15:36 +00:00
Max Brazhnikov
534f769312 Remove IGNORE, scilab port was fixed.
Remove md5 checksum
2010-12-19 10:02:16 +00:00
Max Brazhnikov
0966b81bb5 - Update to 0.1.11 for scilab-5.x
- Mark IGNORE: touches ${LOCALBASE}/share/scilab when building under superuser
2010-10-17 16:33:00 +00:00
Max Brazhnikov
990e399d95 IGNORE with scilab 5
Fix spaces/tabs

Feature safe:	yes
2010-02-26 11:48:31 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Max Brazhnikov
5f6ba2a345 Use my @FreeBSD.org email for the rest of my ports 2009-02-21 11:31:28 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Edwin Groothuis
d1734a99fd maintainer update: math/scilab-toolbox-swt
add optional dependence on scilab-toolbox-sivp

PR:		ports/116373
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
2007-09-29 00:16:03 +00:00
Rong-En Fan
a69d39e7bd - Update to 0.1.0 RC4
- Remove unnecessary gfortran settings

PR:	 	     ports/113836
Submitted by:	     Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2007-06-20 13:38:07 +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
Martin Wilke
cf77edae6b - Fix build with gfortran
- Bump PORTREVISION

Submitted by:	pointyhat via kris
Thanks To:      maho@ for fix
2007-01-23 07:52:04 +00:00
Martin Wilke
4b05f95ffa Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox.
PR:		ports/95062
Submitted by:	Max Brazhnikov makc@issp.ac.ru
2006-06-16 21:19:57 +00:00