pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qt6: allow package downloads from the additional libraries section
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By: nros
Date: Sun Feb 7 13:13:19 2021 +0000
Changeset: e18f4808ff9d3d21d4a46d1838ced6e279a1b879
Modified Files:
qt6/Makefile.common
Log Message:
qt6: allow package downloads from the additional libraries section
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e18f4808ff9d3d21d4a46d1838ced6e279a1b879
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt6/Makefile.common | 5 +++++
1 file changed, 5 insertions(+)
diffs:
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index b19d68fb80..3fb00561fa 100644
--- a/qt6/Makefile.common
+++ b/qt6/Makefile.common
@@ -5,7 +5,12 @@ QTVERSION= 6.0.1
.include "../../mk/bsd.prefs.mk"
+.if defined(QT_ADDLIB)
+MASTER_SITES= http://download.qt.io/official_releases/additional_libraries/${QT_ADDLIB}/${QTVERSION:R}/${QTVERSION}/
+.else
MASTER_SITES= http://download.qt.io/official_releases/qt/${QTVERSION:R}/${QTVERSION}/submodules/
+.endif
+
EXTRACT_SUFX= .tar.xz
EXTRACT_USING= bsdtar
Home |
Main Index |
Thread Index |
Old Index