aboutsummaryrefslogtreecommitdiff
path: root/math/cglm
Commit message (Collapse)AuthorAgeFilesLines
* math/cglm: fix inheritance of old MESON_ARGSJan Beich2021-08-281-1/+1
| | | | | This port doesn't set MESON_ARGS, so the effect is cosmetic. Mainly to avoid bugs in case pre-test is copied to other ports.
* math/cglm: convert to USES=meson from USES=cmakeJan Beich2021-08-272-8/+8
| | | | | | | It wrote a .pc file that was causing games/taisei to not find cglm for some reason. PR: 258065
* math/cglm: Update 0.8.3 -> 0.8.4Yuri Victorovich2021-08-183-5/+9
| | | | Reported by: portscout
* math/cglm: Update 0.8.2 -> 0.8.3Yuri Victorovich2021-06-013-5/+44
| | | | Reported by: portscout
* math/cglm: Update 0.8.1 -> 0.8.2Yuri Victorovich2021-04-303-5/+9
|
* math/cglm: Update 0.8.0 -> 0.8.1Yuri Victorovich2021-04-203-5/+5
| | | | Reported by: portscout
* 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
|
* math/cglm: Update 0.7.9 -> 0.8.0Yuri Victorovich2021-03-033-9/+10
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=567033
* math/cglm: Update 0.7.8 -> 0.7.9Yuri Victorovich2020-11-203-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=555730
* math/cglm: Update 0.7.7 -> 0.7.8Yuri Victorovich2020-08-103-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544634
* math/cglm: Update 0.7.6 -> 0.7.7Yuri Victorovich2020-08-033-5/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=544012
* Add compiler:c11 to USES to fix build on GCC-based systems:Mark Linimon2020-06-171-1/+1
| | | | | | | | | | | CMake Error in CMakeLists.txt: Target "cglm" requires the language dialect "C11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=539495
* New port: math/cglm: Highly optimized graphics math (glm) for CYuri Victorovich2020-06-174-0/+128
Notes: svn path=/head/; revision=539401