aboutsummaryrefslogtreecommitdiff
path: root/math/tomsfastmath
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Fix USE_GITHUB usage.Mathieu Arnold2017-11-061-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=453620
* math/tomsfastmath: update to 0.13.1Pietro Cerutti2017-09-283-25/+35
| | | | | | | | | Release notes: https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1 https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0 Notes: svn path=/head/; revision=450804
* math/tomsfastmath: build PICPietro Cerutti2017-09-271-1/+2
| | | | Notes: svn path=/head/; revision=450761
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Fix fetchDmitry Marakasov2015-11-132-4/+2
| | | | | | | - Update WWW Notes: svn path=/head/; revision=401496
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* - Fix build on i386Dmitry Marakasov2015-06-191-2/+10
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=390088
* Remove USE_GCC and fix the broken code instead. While gcc accepts %cc andAlexey Dokuchaev2014-06-092-14/+28
| | | | | | | | | | | | | | | %memory, the syntax is wrong, since % is only used for registers. Clang currently rejects those constructs [1]. Similar fix was applied to NSS by Mozilla team before [2]. While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR. [1] http://llvm.org/bugs/show_bug.cgi?id=10365 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711 Notes: svn path=/head/; revision=357102
* Stagify, add USE_GCC to fix broken on amd64.Vanilla I. Shu2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357043
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355316
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Remove the header for ports I created.Wesley Shields2012-12-121-5/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.Wesley Shields2012-07-311-6/+1
| | | | Notes: svn path=/head/; revision=301772
* Deprecate these ports as upstream has abandoned them for a while now.Wesley Shields2012-07-241-0/+3
| | | | | | | Set expiration date for one month from now. Notes: svn path=/head/; revision=301493
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Mark various ports as broken or ignore on powerpc.Mark Linimon2010-04-011-0/+2
| | | | | | | While here, remove remnants of alpha. Notes: svn path=/head/; revision=251920
* - Reassign maintainer to ports@Wesley Shields2009-09-091-1/+1
| | | | Notes: svn path=/head/; revision=241132
* - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome whichWesley Shields2009-05-091-0/+1
| | | | | | | is MAKE_JOBS_UNSAFE). Notes: svn path=/head/; revision=233477
* Update my address.Wesley Shields2008-02-041-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=206711
* - Update to 0.12Cheng-Lung Sung2007-03-213-6/+6
| | | | | | | | | PR: ports/110550 Submitted by: Brenton Chang <brenton dot chang_AT_gmail dot com>> Approved by: maintainer (Wesley Shields) Notes: svn path=/head/; revision=187846
* - Mark BROKEN for sparc64Martin Wilke2006-12-131-3/+6
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=179676
* - Add backup MASTER_SITESMartin Wilke2006-12-021-1/+3
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=178536
* - Update to 0.10Martin Wilke2006-11-302-5/+5
| | | | | | | | PR: ports/105954 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=178317
* Now builds on sparc64Kris Kennaway2006-09-171-1/+1
| | | | Notes: svn path=/head/; revision=173262
* - Update maintainer addressesMartin Wilke2006-08-191-1/+1
| | | | | | | | | PR: ports/102230 Submitted by: Wesley Shields <wxs(at)atarininja.org> Approved by: krion (mentor) Notes: svn path=/head/; revision=170994
* Mark as not for ia64 due to compilation failure.Mark Linimon2006-07-011-1/+2
| | | | Notes: svn path=/head/; revision=166688
* Add one more MASTER_SITERenato Botelho2006-06-051-1/+2
| | | | | | | Submitted by: maintainer by email Notes: svn path=/head/; revision=164466
* * security/libtomcryptRenato Botelho2006-05-313-19/+12
| | | | | | | | | | | | | | | | - Update to 1.12 * math/libtommath - Update to 0.39 * math/tomsfastmath - Update to 0.09 PR: ports/98214 Submitted by: maintainer Notes: svn path=/head/; revision=164097
* Libtom* is back online at libtomcrypt.com. Point the ports back atColin Percival2006-03-182-3/+2
| | | | | | | Tom's web server instead of fetching distfiles from freebsd.org. Notes: svn path=/head/; revision=157515
* Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and markColin Percival2006-02-201-3/+2
| | | | | | | | | the ports as unbroken. Thanks to: Several people who found copies of the distfiles for me Notes: svn path=/head/; revision=156515
* Attempt to fix the INDEX build breakage which occurred due toColin Percival2006-02-201-2/+1
| | | | | | | | | nano silently mangling newline characters. With hat: pointy Notes: svn path=/head/; revision=156429
* Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt asColin Percival2006-02-191-1/+4
| | | | | | | | | | | | | | | being unfetchable. The author's domain name (libtomcrypt.org) expired and was picked up by a cybersquatter, and the distfiles haven't been mirrored by ftp.freebsd.org yet. If anyone has a copy of the distfiles for any of these ports, please send them to me so that I can host them and unbreak these ports. Approved by: flz Discussed with: maintainer Notes: svn path=/head/; revision=156428
* - Update to 0.08Renato Botelho2006-02-062-6/+5
| | | | | | | | | | | - Fix BROKEN message - Drop USE_REINPLACE PR: ports/92897 Submitted by: maintainer Notes: svn path=/head/; revision=155349
* - Update to 0.07Tim Bishop2005-12-022-3/+4
| | | | | | | | | | | - Add SHA256 checksum PR: 89862 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=150265
* Update to 0.06Volker Stolz2005-11-083-6/+5
| | | | | | | | PR: ports/88607 Submitted by: maintainer Notes: svn path=/head/; revision=147573
* Mark BROKEN on sparc64 until maintainer can look at itSam Lawrance2005-09-091-1/+7
| | | | | | | | PR: ports/85884 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Notes: svn path=/head/; revision=142289
* - Remove -O3 optimization. It should fix fails on sparc64Sergey Matveychuk2005-09-022-2/+12
| | | | | | | | PR: ports/85610 Submitted by: maintainer Notes: svn path=/head/; revision=141800
* A portable fixed precision math library designed for very fastPav Lucistnik2005-08-295-0/+51
exponentiations. PR: ports/85044 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=141334