pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Feb 10 19:00:37 UTC 2026

Modified Files:
        pkgsrc/devel/libgit2: Makefile
        pkgsrc/graphics/freeglut: Makefile
        pkgsrc/graphics/inkscape: Makefile

Log Message:
devel/libgit2, graphics/freeglut, graphics/inkscape: don't leak buildlink3
paths in installed cmake files.
Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/freeglut/Makefile
cvs rdiff -u -r1.321 -r1.322 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.97 pkgsrc/devel/libgit2/Makefile:1.98
--- pkgsrc/devel/libgit2/Makefile:1.97  Fri Feb  6 10:04:34 2026
+++ pkgsrc/devel/libgit2/Makefile       Tue Feb 10 19:00:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2026/02/06 10:04:34 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2026/02/10 19:00:37 bouyer Exp $
 
 DISTNAME=      libgit2-1.9.2
 PKGREVISION=   2
@@ -26,6 +26,12 @@ PKGCONFIG_OVERRIDE_STAGE=    pre-install
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+SUBST_CLASSES+=                unbl3
+SUBST_STAGE.unbl3=     post-build
+SUBST_FILES.unbl3=     ${CMAKE_BUILD_DIR}/src/libgit2/CMakeFiles/Export/*/*.cmake
+SUBST_SED.unbl3=       -e 's,${BUILDLINK_DIR},${PREFIX},g'
+SUBST_MESSAGE.unbl3=   Fix paths to buildlink directories in installed files.
+
 .include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../devel/pcre2/buildlink3.mk"

Index: pkgsrc/graphics/freeglut/Makefile
diff -u pkgsrc/graphics/freeglut/Makefile:1.39 pkgsrc/graphics/freeglut/Makefile:1.40
--- pkgsrc/graphics/freeglut/Makefile:1.39      Mon Nov 17 11:00:55 2025
+++ pkgsrc/graphics/freeglut/Makefile   Tue Feb 10 19:00:37 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2025/11/17 11:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/02/10 19:00:37 bouyer Exp $
 
 DISTNAME=      freeglut-3.6.0
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freeglut/}
 
@@ -18,6 +19,12 @@ CMAKE_CONFIGURE_ARGS+=       -DFREEGLUT_REPLAC
 
 PKGCONFIG_OVERRIDE=    freeglut.pc.in
 
+SUBST_CLASSES+=                unbl3
+SUBST_STAGE.unbl3=     post-build
+SUBST_FILES.unbl3=     ${CMAKE_BUILD_DIR}/CMakeFiles/Export/*/*.cmake
+SUBST_SED.unbl3=       -e 's,${BUILDLINK_DIR},${PREFIX},g'
+SUBST_MESSAGE.unbl3=   Fix paths to buildlink directories in installed files.
+
 # Install freeglut.pc for compatibility.
 post-install:
        ${INSTALL_DATA} ${DESTDIR}${PREFIX}/lib/pkgconfig/glut.pc \

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.321 pkgsrc/graphics/inkscape/Makefile:1.322
--- pkgsrc/graphics/inkscape/Makefile:1.321     Fri Feb  6 10:04:59 2026
+++ pkgsrc/graphics/inkscape/Makefile   Tue Feb 10 19:00:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2026/02/06 10:04:59 wiz Exp $
+# $NetBSD: Makefile,v 1.322 2026/02/10 19:00:37 bouyer Exp $
 
 DISTNAME=      inkscape-1.4.3
 PKGREVISION=   1
@@ -67,6 +67,12 @@ SUBST_MESSAGE.xdg=   Replacing xdg search 
 SUBST_FILES.xdg+=      src/inkscape-main.cpp
 SUBST_SED.xdg=         -e 's,xdg_data_dirs = "/usr/local/share/:/usr/share/",xdg_data_dirs = "'${PREFIX}'/share/",'
 
+SUBST_CLASSES+=                unbl3
+SUBST_STAGE.unbl3=     post-build
+SUBST_FILES.unbl3=     ${CMAKE_BUILD_DIR}/src/3rdparty/2geom/CMakeFiles/Export/*/*.cmake
+SUBST_SED.unbl3=       -e 's,${BUILDLINK_DIR},${PREFIX},g'
+SUBST_MESSAGE.unbl3=   Fix paths to buildlink directories in installed files.
+
 REPLACE_PYTHON+=       share/extensions/*.py
 
 CHECK_INTERPRETER_SKIP+=       share/inkscape/extensions/genpofiles.sh



Home | Main Index | Thread Index | Old Index