pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
More fixes fot qt6-qtbase
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By: nros
Date: Mon Jan 4 09:51:18 2021 +0000
Changeset: 257b0a60c667fd0174af1c3988b7fafd1cf3a356
Modified Files:
qt6-qtbase/Makefile
qt6-qtbase/PLIST
Log Message:
More fixes fot qt6-qtbase
fixes for qt6-qtbase: removed the pc links since no pc files where
istalled and fix a broken file.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=257b0a60c667fd0174af1c3988b7fafd1cf3a356
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt6-qtbase/Makefile | 12 +-----------
qt6-qtbase/PLIST | 12 ------------
2 files changed, 1 insertion(+), 23 deletions(-)
diffs:
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index ac40c28d3f..0fc81a19a4 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -145,13 +145,7 @@ SUBST_MESSAGE.path= Add to default XDG path.
SUBST_FILES.path= src/corelib/io/qstandardpaths_unix.cpp
SUBST_VARS.path= PREFIX
-BROKEN_FILES= qt5/mkspecs/qmodule.pri
-
-PC_FILES= Qt5Concurrent.pc Qt5Core.pc \
- Qt5Gui.pc Qt5Network.pc Qt5OpenGL.pc \
- Qt5OpenGLExtensions.pc \
- Qt5PrintSupport.pc Qt5Sql.pc Qt5Test.pc \
- Qt5Widgets.pc Qt5Xml.pc
+BROKEN_FILES= qt6/mkspecs/qmodule.pri
.if ${OPSYS} == "Linux"
QMAKE_EXTRA= QMAKE_PLATFORM += linux
@@ -202,10 +196,6 @@ LDFLAGS+=${COMPILER_RPATH_FLAG}${QTPREFIX}/lib
.endif
post-install:
-.for i in ${PC_FILES}
- cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
- ${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
-.endfor
# The pri file has WRKSRC in it.
${SED} -e 's,PKG_CONFIG_EXECUTABLE = .*,PKG_CONFIG_EXECUTABLE = ${TOOLS_PATH.pkg-config},' \
${DESTDIR}${PREFIX}/${BROKEN_FILES} \
diff --git a/qt6-qtbase/PLIST b/qt6-qtbase/PLIST
index 879c71a365..5efb30ec7a 100644
--- a/qt6-qtbase/PLIST
+++ b/qt6-qtbase/PLIST
@@ -1,16 +1,4 @@
@comment $NetBSD$
-lib/pkgconfig/Qt5Concurrent.pc
-lib/pkgconfig/Qt5Core.pc
-${PLIST.dbus}lib/pkgconfig/Qt5DBus.pc
-lib/pkgconfig/Qt5Gui.pc
-lib/pkgconfig/Qt5Network.pc
-lib/pkgconfig/Qt5OpenGL.pc
-lib/pkgconfig/Qt5OpenGLExtensions.pc
-lib/pkgconfig/Qt5PrintSupport.pc
-lib/pkgconfig/Qt5Sql.pc
-lib/pkgconfig/Qt5Test.pc
-lib/pkgconfig/Qt5Widgets.pc
-lib/pkgconfig/Qt5Xml.pc
qt6/bin/androiddeployqt
qt6/bin/androidtestrunner
qt6/bin/cmake_automoc_parser
Home |
Main Index |
Thread Index |
Old Index