pkgsrc-WIP-changes archive

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

qt6: remove qttools dep from additional libraries



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Fri Apr 9 12:19:38 2021 +0000
Changeset:	f18da9e2a96ac810ba1d54e3cf5cbde0db071cc5

Modified Files:
	qt6-qt3d/Makefile
	qt6-qtimageformats/Makefile
	qt6-qtnetworkauth/Makefile

Log Message:
qt6: remove qttools dep from additional libraries

Remove the dependency on qttools from qt6 packages in the
additonal libraries section it was only used to generate docs
that are not installed anyway.

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

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

diffstat:
 qt6-qt3d/Makefile           | 1 -
 qt6-qtimageformats/Makefile | 1 -
 qt6-qtnetworkauth/Makefile  | 1 -
 3 files changed, 3 deletions(-)

diffs:
diff --git a/qt6-qt3d/Makefile b/qt6-qt3d/Makefile
index 5cd5920ef5..0b030b2a09 100644
--- a/qt6-qt3d/Makefile
+++ b/qt6-qt3d/Makefile
@@ -16,5 +16,4 @@ CONFIGURE_ARGS+=	-no-fbxsdk
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
 .include "../../wip/qt6-qtshadertools/buildlink3.mk"
-.include "../../wip/qt6-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtimageformats/Makefile b/qt6-qtimageformats/Makefile
index 57e1247670..405ed85257 100644
--- a/qt6-qtimageformats/Makefile
+++ b/qt6-qtimageformats/Makefile
@@ -16,5 +16,4 @@ post-extract:
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
-.include "../../wip/qt6-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtnetworkauth/Makefile b/qt6-qtnetworkauth/Makefile
index 0078093ec5..bb90427e7a 100644
--- a/qt6-qtnetworkauth/Makefile
+++ b/qt6-qtnetworkauth/Makefile
@@ -9,5 +9,4 @@ QT_ADDLIB=	yes
 .include "../../wip/qt6-qtbase/Makefile.common"
 
 .include "../../wip/qt6-qtbase/buildlink3.mk"
-.include "../../wip/qt6-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index