pkgsrc-WIP-changes archive

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

soqt: Switch to build against qt6, and the wip version of Coin.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Apr 2 21:05:45 2025 +1100
Changeset:	f877e27a7bb2343c5b22da2987123b7cc9980f37

Modified Files:
	soqt/Makefile
	soqt/buildlink3.mk
Added Files:
	soqt/COMMIT_MSG

Log Message:
soqt: Switch to build against qt6, and the wip version of Coin.

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

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

diffstat:
 soqt/COMMIT_MSG    | 3 +++
 soqt/Makefile      | 5 ++---
 soqt/buildlink3.mk | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/soqt/COMMIT_MSG b/soqt/COMMIT_MSG
new file mode 100644
index 0000000000..4f4929251d
--- /dev/null
+++ b/soqt/COMMIT_MSG
@@ -0,0 +1,3 @@
+SoQt is a library which provides the glue between Systems in Motion's Coin
+high-level 3D visualization library and Troll Tech's Qt 2D user interface
+library.
diff --git a/soqt/Makefile b/soqt/Makefile
index d4f39e7ae0..4bf85d4a82 100644
--- a/soqt/Makefile
+++ b/soqt/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: $
-#
 
 DISTNAME=		SoQt-1.6.3
 PKGNAME=		${DISTNAME:tl}
@@ -26,8 +25,8 @@ REPLACE_PERL+=	cfg/gendsp.pl.in cfg/doxy4win.pl
 
 .include "../../devel/cmake/build.mk"
 
-.include "../../graphics/Coin/buildlink3.mk"
+.include "../../wip/Coin/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/soqt/buildlink3.mk b/soqt/buildlink3.mk
index a77a00dcb0..ee97780cc2 100644
--- a/soqt/buildlink3.mk
+++ b/soqt/buildlink3.mk
@@ -8,9 +8,9 @@ SOQT_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.soqt+=	soqt>=1.4.1
 BUILDLINK_PKGSRCDIR.soqt?=	../../wip/soqt
 
-.include "../../graphics/Coin/buildlink3.mk"
+.include "../../wip/Coin/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .endif	# SOQT_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-soqt


Home | Main Index | Thread Index | Old Index