pkgsrc-WIP-changes archive

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

Patches to cad/occt and x11/qt6-qtbase have been commited



Module Name:	pkgsrc-wip
Committed By:	Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Pushed By:	bouyer
Date:		Tue Feb 10 20:07:29 2026 +0100
Changeset:	0c7346b725543f67bb3efa7dfc8266863a3fa0fb

Modified Files:
	freecad/TODO

Log Message:
Patches to cad/occt and x11/qt6-qtbase have been commited

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c7346b725543f67bb3efa7dfc8266863a3fa0fb

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

diffstat:
 freecad/TODO | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diffs:
diff --git a/freecad/TODO b/freecad/TODO
index 5cbeda9261..c451871de7 100644
--- a/freecad/TODO
+++ b/freecad/TODO
@@ -5,40 +5,3 @@ This package has known vulnerabilities, please investigate and fix if possible:
 
 Some mods are installed under "${PREFIX}/Mod/", some under "${PREFIX}/share/Mod/".
 Should these be moved? E.g. "${PREFIX}/freecad/Mod/"?
-
-Requires the following pkgsrc buildlink3.mk patch to build:
-
-diff --git a/x11/qt6-qtbase/buildlink3.mk b/x11/qt6-qtbase/buildlink3.mk
-index 30b7a1562e52..64414308d6ee 100644
---- a/x11/qt6-qtbase/buildlink3.mk
-+++ b/x11/qt6-qtbase/buildlink3.mk
-@@ -13,6 +13,9 @@ BUILDLINK_INCDIRS.qt6-qtbase+=	qt6/include
- BUILDLINK_LIBDIRS.qt6-qtbase+=	qt6/lib
- BUILDLINK_LIBDIRS.qt6-qtbase+=	qt6/plugins
- 
-+BUILDLINK_FILES.qt6-qtbase+=	qt6/bin/*
-+BUILDLINK_FILES.qt6-qtbase+=	qt6/libexec/*
-+
- # \todo Fix duplication with prefix coded in Makefile.common
- QTDIR=		${BUILDLINK_PREFIX.qt6-qtbase}/qt6
- CMAKE_PREFIX_PATH+=	${QTDIR}
-
-And the following pkgsrc Makefile fix:
-
-diff --git a/cad/occt/Makefile b/cad/occt/Makefile
-index a3e79082e05a..edab957b96ec 100644
---- a/cad/occt/Makefile
-+++ b/cad/occt/Makefile
-@@ -30,6 +30,12 @@ CXXFLAGS.SunOS+=		-DSOLARIS=1
- LDFLAGS.SunOS+=			-lnsl
- BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
- 
-+SUBST_CLASSES+=		unbl3
-+SUBST_MESSAGE.unbl3=	Undoing buildlink3 paths in cmake exports.
-+SUBST_STAGE.unbl3=	post-build
-+SUBST_FILES.unbl3+=	${CMAKE_BUILD_DIR}/CMakeFiles/Export/*/OpenCASCADE*Targets.cmake
-+SUBST_SED.unbl3+=	-e 's,${BUILDLINK_DIR}/lib,${PREFIX}/lib,g'
-+
- .include "../../mk/compiler.mk"
- 
- .if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@) || \


Home | Main Index | Thread Index | Old Index