aboutsummaryrefslogtreecommitdiff
path: root/math/miracl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop maintainershipBryan Drewery2019-10-211-1/+1
| | | | Notes: svn path=/head/; revision=515139
* 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-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Defining both LICENSE_FILE_COMMERCIAL and LICENSE_TEXT_COMMERCIAL is notAntoine Brodin2017-10-081-2/+2
| | | | | | | | | allowed Reported by: pkg-fallout Notes: svn path=/head/; revision=451493
* 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
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* This fails with Clang on 8.4-amd64. Just stick with GCC for now since it isBryan Drewery2015-03-261-9/+6
| | | | | | | working everywhere. Notes: svn path=/head/; revision=382281
* Fix build on 9.3 with clangBryan Drewery2015-03-111-2/+2
| | | | Notes: svn path=/head/; revision=381021
* Force using a modern compiler to fix build on 9.3 which has a broken GCC.Bryan Drewery2015-02-251-1/+1
| | | | | | | The problem was introduced in src r259111 and fixed in r270099. Notes: svn path=/head/; revision=379964
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-061-2/+2
| | | | | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine Notes: svn path=/head/; revision=356803
* Fix build with clang34Bryan Drewery2014-04-112-0/+62
| | | | Notes: svn path=/head/; revision=350882
* UnbreakAntoine Brodin2014-03-111-1/+1
| | | | Notes: svn path=/head/; revision=347848
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* - Convert to stagingBryan Drewery2013-10-091-7/+6
| | | | | | | - Remove bsd.port.pre.mk usage Notes: svn path=/head/; revision=329883
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-201-0/+1
| | | | Notes: svn path=/head/; revision=327710
* Trim headerBryan Drewery2012-12-121-5/+1
| | | | Notes: svn path=/head/; revision=308737
* - Update to my new maintainer addressBryan Drewery2012-08-021-2/+2
| | | | | | | | | - Update URL to new mirror location Approved by: eadler (mentor) Notes: svn path=/head/; revision=301874
* - Update to 5.6 [1]Jase Thew2012-07-174-15/+63
| | | | | | | | | | | | | | - Assign maintainership to Bryan Drewery <bryan@shatow.net> [1] - Change MASTER_SITE* as agreed with submitter - Pet portlint(1): re-organise LICENSE section, fix whitespace - Remove hardcoded FILESDIR in Makefile PR: ports/169501 [1] Submitted by: Bryan Drewery <bryan@shatow.net> Approved by: flo (mentor) Notes: svn path=/head/; revision=300998
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Version went backwards 13 months ago; fixPav Lucistnik2008-07-091-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=216606
* - Fix buildRong-En Fan2008-04-051-0/+1
| | | | | | | | PR: ports/122463 Submitted by: Ralf van der Enden <tremere at cainites.net> Notes: svn path=/head/; revision=210575
* - Re-enable ASM on i386Pav Lucistnik2008-04-042-9/+8
| | | | | | | | PR: ports/122444 Submitted by: Ralf van der Enden <tremere@cainites.net> Notes: svn path=/head/; revision=210518
* - Fix build on i386 by disabling the assemblyPav Lucistnik2008-04-031-0/+9
| | | | | | | Submitted by: Frank Fenor <frank@fenor.de> Notes: svn path=/head/; revision=210463
* - Update to 5.3.2Pav Lucistnik2008-03-312-9/+13
| | | | | | | | | | - Allow build on amd64 PR: ports/122272 Submitted by: Frank Fenor <frank@fenor.de> Notes: svn path=/head/; revision=210233
* - Update to 5.3 (unbreak checksum)Pav Lucistnik2007-05-222-7/+8
| | | | | | | | | - Copy to local-distfiles, so we don't have to update this port every few days Approved by: portmgr (implicit) Notes: svn path=/head/; revision=191610
* - Update to new distfile. This is getting tiresomePav Lucistnik2007-04-222-4/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=190629
* - Update to new distfilePav Lucistnik2007-04-182-4/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=190280
* - Update to a new distfilePav Lucistnik2007-04-152-4/+5
| | | | | | | Reported by: Andreas Svensson <andreas.svensson@4wit.se> Notes: svn path=/head/; revision=190000
* - Update to 5.23Pav Lucistnik2007-04-062-6/+5
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=189341
* - Update to a new unversioned distfilePav Lucistnik2007-03-222-4/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=187981
* - Update to 5.22Pav Lucistnik2007-03-172-5/+11
| | | | | | | | PR: ports/110411 Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de> Notes: svn path=/head/; revision=187570
* - Update to 5.21Pav Lucistnik2007-02-073-14/+10
| | | | Notes: svn path=/head/; revision=184487
* Drop maintainershipMario Sergio Fujikawa Ferreira2006-12-151-1/+1
| | | | Notes: svn path=/head/; revision=179805
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Add alternate MASTER_SITESMario Sergio Fujikawa Ferreira2005-11-231-1/+2
| | | | Notes: svn path=/head/; revision=149147
* o Update to new distfileMario Sergio Fujikawa Ferreira2005-11-112-3/+4
| | | | | | | o Bump PORTREVISION since the distfile is not versioned Notes: svn path=/head/; revision=147877
* - Update to new distfile, lot of new functionalityPav Lucistnik2005-05-262-3/+3
| | | | | | | Approved by: lioux (maintainer) Notes: svn path=/head/; revision=136180
* BROKEN on !i386: Does not buildKris Kennaway2005-04-301-1/+7
| | | | Notes: svn path=/head/; revision=134383
* o Developer has once again updated the distfile without versionMario Sergio Fujikawa Ferreira2005-03-301-2/+2
| | | | | | | | | | | | | changes; thus, distinfo update o diff(1) between previous and current versions show no major changes: - some implementation changes (no major feature changes) - cosmetic style changes (identation, etc) Approved by: portmgr (krion) Notes: svn path=/head/; revision=132121
* o Update distfile checksum: developer has updated distfile sourceMario Sergio Fujikawa Ferreira2005-03-272-4/+3
| | | | | | | | | | | | code without updating versioning o diff(1) between old and new distfiles show that: - New class methods have been added with new functionality - Some style changes (tabs replacing spaces, etc) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=132090
* BROKEN: Size mismatchKris Kennaway2005-02-111-0/+2
| | | | Notes: svn path=/head/; revision=128558
* New port miracl version 4.85: Multiprecision Integer and RationalMario Sergio Fujikawa Ferreira2005-01-183-0/+65
Arithmetic C/C++ Library Notes: svn path=/head/; revision=126683