aboutsummaryrefslogtreecommitdiff
path: root/math/glm
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-128-398/+225
| | | | Notes: svn path=/head/; revision=568184
* 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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* 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
* math/glm: make it compile with GCC 7Fernando Apesteguía2018-08-113-1/+356
| | | | | | | | | | | | | | | | GCC 7 was set as default in r475856 math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of supported compilers. As a side effect this makes cad/openvsp build again. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16650 Notes: svn path=/head/; revision=476929
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+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
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-2/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Bring back mistakenly removed PORTEPOCHDmitry Marakasov2017-12-181-0/+1
| | | | | | | Reported by: Tamas TEVESZ <ice@extreme.hu> Notes: svn path=/head/; revision=456629
* - Update to 0.9.8.5Dmitry Marakasov2017-12-043-11/+4
| | | | Notes: svn path=/head/; revision=455508
* - Switch to new test frameworkDmitry Marakasov2017-11-282-6/+5
| | | | | | | | - Take maintainership - Update WWW Notes: svn path=/head/; revision=455034
* math/glm: remove flag from MAINTAINER_MODE caseKurt Jaeger2017-06-041-1/+1
| | | | | | | | PR: 219737 Submitted by: pfg Notes: svn path=/head/; revision=442571
* math/glm: update 0.9.7.3 -> 0.9.8.4Kurt Jaeger2017-06-045-79/+51
| | | | | | | | | | | | - Many changes - move lib/pkgconfig/glm.pc to libdata/pkgconfig/ PR: 219737 Submitted by: pfg Relnotes: https://github.com/g-truc/glm/releases Notes: svn path=/head/; revision=442566
* Update to 0.9.7.3.Raphael Kubo da Costa2016-02-223-8/+8
| | | | | | | | | | Release notes: http://glm.g-truc.net/0.9.7/updates.html Add a build-time dependency on devel/cmake instead of installing files by hand. NO_BUILD is still set, but now the port also installs some helper CMake files. Notes: svn path=/head/; revision=409329
* Release to ports@Dmitry Sivachenko2016-01-061-1/+1
| | | | Notes: svn path=/head/; revision=405370
* math/glm: update to 0.9.7.1,1Jan Beich2015-12-093-10/+12
| | | | | | | | | Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1 PR: 203181 Approved by: maintainer timeout (83 days) Notes: svn path=/head/; revision=403436
* 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
* - Update to 0.9.6.3.Jung-uk Kim2015-05-085-58/+83
| | | | | | | | | | - Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x. - Add LICENSE and NO_ARCH. Approved by: demon (maintainer) Notes: svn path=/head/; revision=385833
* Make it more libstdc++ friendly. graphics/gource now builds on 8.x and 9.x.Jung-uk Kim2014-12-042-0/+36
| | | | | | | Approved by: demon (maintainer) Notes: svn path=/head/; revision=373979
* Revert to 0.9.5.4: recent version requires c++11 compiler and this update breaksDmitry Sivachenko2014-12-043-19/+21
| | | | | | | some ports on 8.x/9.x. Notes: svn path=/head/; revision=373903
* Update to version 0.9.6.1Dmitry Sivachenko2014-12-013-21/+19
| | | | Notes: svn path=/head/; revision=373705
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372596
* Add USES=dos2unix. PORTREVISION bump.Adam Weinberger2014-09-041-2/+3
| | | | | | | While here, wrap compound statements. Notes: svn path=/head/; revision=367287
* Update to version 0.9.5.4Dmitry Sivachenko2014-08-163-5/+3
| | | | Notes: svn path=/head/; revision=365115
* Update to 0.9.5.3.Dmitry Sivachenko2014-04-023-3/+5
| | | | Notes: svn path=/head/; revision=349913
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* Update to 0.9.5.2.Dmitry Sivachenko2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346749
* Update to version 0.9.5.0.Dmitry Sivachenko2013-12-263-92/+118
| | | | Notes: svn path=/head/; revision=337596
* Pet portlint.Dmitry Sivachenko2013-11-051-1/+1
| | | | Notes: svn path=/head/; revision=332827
* Update to version 0.9.4.6.Dmitry Sivachenko2013-11-052-5/+5
| | | | Notes: svn path=/head/; revision=332826
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Update to version 0.9.4.4Dmitry Sivachenko2013-06-242-3/+3
| | | | Notes: svn path=/head/; revision=321669
* Update to version 0.9.4.3.Dmitry Sivachenko2013-03-222-3/+3
| | | | Notes: svn path=/head/; revision=314896
* Update to version 0.9.4.2.Dmitry Sivachenko2013-03-113-9/+11
| | | | Notes: svn path=/head/; revision=313877
* OpenGL Mathematics (GLM) is a header only C++ mathematics library forDmitry Sivachenko2012-08-034-0/+271
graphics software based on the OpenGL Shading Language (GLSL) specification. GLM provides classes and functions designed and implemented with the same naming conventions and functionalities than GLSL so that when a programmer knows GLSL, he knows GLM as well which makes it really easy to use. Notes: svn path=/head/; revision=301955