math/cglm recently got a small update, see the changelog here: https://github.com/recp/cglm/releases/tag/v0.8.5
other than the bugfixes, half of patch-CMakeLists_txt was upstreamed and can be removed. It was imported (and still currently used only) as games/taisei BDEP (it pulls in some macros but does not link to.) Should i also bump taisei revision to make sure it gets re-packaged? (it's mostly pro-forma in this case.) games/taisei of course still builds and runs fine. ok? Index: Makefile =================================================================== RCS file: /home/cvs/ports/math/cglm/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 11 Mar 2022 19:36:13 -0000 1.2 +++ Makefile 24 Mar 2022 09:17:04 -0000 @@ -2,9 +2,9 @@ COMMENT = highly optimized graphics math GH_ACCOUNT = recp GH_PROJECT = cglm -GH_TAGNAME = v0.8.4 +GH_TAGNAME = v0.8.5 -SHARED_LIBS = cglm 0.0 # 0.8.4 +SHARED_LIBS = cglm 0.1 # 0.8.5 CATEGORIES = math Index: distinfo =================================================================== RCS file: /home/cvs/ports/math/cglm/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 10 Dec 2021 13:27:02 -0000 1.1.1.1 +++ distinfo 24 Mar 2022 08:54:06 -0000 @@ -1,2 +1,2 @@ -SHA256 (cglm-0.8.4.tar.gz) = QvhMQsij5ilU2nerXF0yZAM9WAIAnhddt5ITMqR2Em4= -SIZE (cglm-0.8.4.tar.gz) = 620905 +SHA256 (cglm-0.8.5.tar.gz) = uu+iE0LSKKg8kHCEWadF1aqbDrs4FVXupC2x83/felo= +SIZE (cglm-0.8.5.tar.gz) = 621734 Index: patches/patch-CMakeLists_txt =================================================================== RCS file: /home/cvs/ports/math/cglm/patches/patch-CMakeLists_txt,v retrieving revision 1.3 diff -u -p -r1.3 patch-CMakeLists_txt --- patches/patch-CMakeLists_txt 11 Mar 2022 19:36:13 -0000 1.3 +++ patches/patch-CMakeLists_txt 24 Mar 2022 08:56:02 -0000 @@ -1,5 +1,4 @@ - don't hardcode optimization flags and drop -Werror - - set PACKAGE_VERSION for cglm.pc.in Index: CMakeLists.txt --- CMakeLists.txt.orig @@ -13,11 +12,3 @@ Index: CMakeLists.txt endif() if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) -@@ -143,6 +143,7 @@ set(prefix ${CMAKE_INSTALL_PREFIX}) - set(exec_prefix ${CMAKE_INSTALL_PREFIX}) - set(includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}") - set(libdir "\${prefix}/${CMAKE_INSTALL_LIBDIR}") -+set(PACKAGE_VERSION "${PROJECT_VERSION}") - configure_file(${CMAKE_CURRENT_LIST_DIR}/cglm.pc.in ${CMAKE_BINARY_DIR}/cglm.pc @ONLY) - - install(FILES ${CMAKE_BINARY_DIR}/cglm.pc