pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/wsjt) looking for Qt5LinguistTools
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sat Mar 6 14:52:43 2021 +0900
Changeset: 093ac5b9b40c45ac44503b2ef088c00edce73828
Modified Files:
wsjt/Makefile
wsjt/TODO
Log Message:
(ham/wsjt) looking for Qt5LinguistTools
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=093ac5b9b40c45ac44503b2ef088c00edce73828
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wsjt/Makefile | 4 ++++
wsjt/TODO | 27 ++++++++++++---------------
2 files changed, 16 insertions(+), 15 deletions(-)
diffs:
diff --git a/wsjt/Makefile b/wsjt/Makefile
index 6586e87243..51acba508c 100644
--- a/wsjt/Makefile
+++ b/wsjt/Makefile
@@ -22,6 +22,7 @@ do-configure:
cmake \
-D CMAKE_INSTALL_PREFIX=${DESTDIR}${PREFIX} \
-DWSJT_SKIP_MANPAGES=ON \
+ -DCMAKE_PREFIX_PATH=${PREFIX}/qt5 \
-DWSJT_GENERATE_DOCS=OFF ../../wsjtx-2.3.0 \
)
@@ -30,6 +31,9 @@ do-build:
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtserialport/buildlink3.mk"
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
diff --git a/wsjt/TODO b/wsjt/TODO
index 7197979594..907cb9869a 100644
--- a/wsjt/TODO
+++ b/wsjt/TODO
@@ -1,18 +1,15 @@
-CMake Error at CMakeLists.txt:881 (find_package):
- By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
- asked CMake to find a package configuration file provided by "Qt5", but
- CMake did not find one.
- Could not find a package configuration file provided by "Qt5" with any of
- the following names:
+-- Looking for rig_set_cache_timeout_ms - not found
+CMake Error at /usr/pkg/qt5/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
+ Could not find a package configuration file provided by "Qt5LinguistTools"
+ with any of the following names:
- Qt5Config.cmake
- qt5-config.cmake
+ Qt5LinguistToolsConfig.cmake
+ qt5linguisttools-config.cmake
- Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
- to a directory containing one of the above files. If "Qt5" provides a
- separate development package or SDK, be sure it has been installed.
-
-
--- Configuring incomplete, errors occurred!
-:w
+ Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
+ set "Qt5LinguistTools_DIR" to a directory containing one of the above
+ files. If "Qt5LinguistTools" provides a separate development package or
+ SDK, be sure it has been installed.
+Call Stack (most recent call first):
+ CMakeLists.txt:881 (find_package)
Home |
Main Index |
Thread Index |
Old Index