aboutsummaryrefslogtreecommitdiff
path: root/math/cglm
Commit message (Collapse)AuthorAgeFilesLines
* math/cglm: update 0.9.3 → 0.9.4Yuri Victorovich2024-04-033-5/+5
| | | | Reported by: portscout
* math/cglm: update 0.9.2 → 0.9.3Yuri Victorovich2024-03-273-5/+9
| | | | Reported by: portscout
* math/cglm: update 0.9.1 → 0.9.2Yuri Victorovich2024-01-013-5/+12
| | | | Reported by: portscout
* math/cglm: Update 0.9.0 → 0.9.1Yuri Victorovich2023-08-114-18/+24
| | | | Reported by: portscout
* math/cglm: Fix build by removing -WerrorYuri Victorovich2023-07-081-0/+13
| | | | Reported by: fallout
* math/cglm: Update 0.8.9 → 0.9.0Yuri Victorovich2023-06-033-5/+11
| | | | Reported by: portscout
* math/cglm: Update 0.8.8 → 0.8.9Yuri Victorovich2023-02-053-5/+5
| | | | Reported by: portscout
* math/cglm: Update 0.8.7 → 0.8.8Yuri Victorovich2023-01-283-5/+5
| | | | Reported by: portscout
* math/cglm: Update 0.8.5 -> 0.8.7Yuri Victorovich2022-10-283-5/+17
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/cglm: Update 0.8.4 -> 0.8.5Yuri Victorovich2022-03-203-6/+5
|
* 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