aboutsummaryrefslogtreecommitdiffstats
path: root/math/wfmath
Commit message (Collapse)AuthorAgeFilesLines
* remove leftovers from the gcc -> clang transition I forgot to delete.Oliver Lehmann2014-03-252-42/+0
|
* switch from GCC to ClangOliver Lehmann2014-03-234-3/+288
| | | | bump PORTREVISION
* Fix double occurences of USES=Tijl Coosemans2014-03-151-3/+2
|
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-111-0/+1
| | | | | | | | | | | 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)
* update to 1.0.2Oliver Lehmann2014-02-272-4/+3
|
* - Stage supportMartin Wilke2014-02-031-2/+1
|
* 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | math)
* set USE_GCCOliver Lehmann2013-09-081-0/+1
|
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* update of the worldfordge suiteOliver Lehmann2013-01-193-51/+49
| | | | | | | | | | devel/eris: 1.3.21 devel/mercator: 0.3.2 devel/varconf: 1.0.0 math/wfmath: 1.0.1 net/cyphesis: 0.6.0 net/skstream: 0.3.9 games/ember: 0.7.0
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
|
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Reported by: pointyhat
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* big WorldForge update:Oliver Lehmann2011-04-293-4/+4
| | | | | | | | | update eris to 1.3.18 update wfmath to 0.3.11 update skstream to 0.3.8 update mercator to 0.3.0 update ember to 0.6.1 update cyphesis to 0.5.26
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* update wfmath to 0.3.10Oliver Lehmann2010-01-022-4/+4
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with M
* update to 0.3.9Oliver Lehmann2009-02-073-4/+5
|
* update to 0.3.8Oliver Lehmann2008-11-222-4/+4
|
* update to 0.3.7Oliver Lehmann2007-12-122-4/+4
|
* update to 0.3.6Oliver Lehmann2007-09-192-6/+5
| | | | do not force the usage of gcc 3.4, the ports are now gcc 4 ready
* update wfmath to 0.3.5Oliver Lehmann2006-08-213-5/+5
|
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* fix build on 4Oliver Lehmann2005-10-042-9/+4
|
* take maintainershipOliver Lehmann2005-09-301-1/+1
| | | | Approved by: maintainer
* update to 0.3.4Oliver Lehmann2005-09-283-26/+5
| | | | Approved by: maintainer
* Worldforge math library. The primary focus of WFMath is geometric objects.Pav Lucistnik2005-02-105-0/+100
Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies). PR: ports/77046 Submitted by: jannisan@t-online.de (Jan Rochel)