pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/occt
Module Name: pkgsrc
Committed By: bouyer
Date: Mon Feb 2 09:30:55 UTC 2026
Modified Files:
pkgsrc/cad/occt: Makefile
Log Message:
Fix paths to buildlink directories in installed files.
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/occt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/occt/Makefile
diff -u pkgsrc/cad/occt/Makefile:1.9 pkgsrc/cad/occt/Makefile:1.10
--- pkgsrc/cad/occt/Makefile:1.9 Thu Oct 30 13:25:14 2025
+++ pkgsrc/cad/occt/Makefile Mon Feb 2 09:30:55 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/10/30 13:25:14 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2026/02/02 09:30:55 bouyer Exp $
VERSION= 7.8.0
+PKGREVISION= 1
DISTNAME= opencascade-${VERSION}
PKGNAME= ${DISTNAME:S/opencascade/occt/}
CATEGORIES= cad
@@ -50,6 +51,12 @@ OCCT_CUSTOM_COMPILER_DRIVER= custom_gcc_
PLIST_SUBST= OCCT_CUSTOM_COMPILER_DRIVER=${OCCT_CUSTOM_COMPILER_DRIVER:Q}
PLIST_SUBST+= MINOR_VERSION=${VERSION:C/.[0-9]$//}
+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.
+
.include "../../devel/cmake/build.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index