pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/wsjt) Looking for Qt5TestConfig.cmake
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sat Mar 6 15:11:39 2021 +0900
Changeset: 851b20f90c480ce307ee96fe58a6e6127bffd150
Modified Files:
wsjt/Makefile
wsjt/TODO
Log Message:
(ham/wsjt) Looking for Qt5TestConfig.cmake
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=851b20f90c480ce307ee96fe58a6e6127bffd150
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wsjt/Makefile | 2 ++
wsjt/TODO | 30 ++++++++++++++++--------------
2 files changed, 18 insertions(+), 14 deletions(-)
diffs:
diff --git a/wsjt/Makefile b/wsjt/Makefile
index 51acba508c..afee8e14e2 100644
--- a/wsjt/Makefile
+++ b/wsjt/Makefile
@@ -14,6 +14,8 @@ HAS_CONFIGURE= yes
USE_CMAKE= yes
USE_LANGUAGES+= c c++ fortran
+DEPENDS+= qt5-qttranslations-[0-9]*:../../x11/qt5-qttranslations
+
#CMAKE_ARGS+= -DNVTT_SHARED=ON
do-configure:
(cd ${WRKSRC}; \
diff --git a/wsjt/TODO b/wsjt/TODO
index 907cb9869a..194bad93ff 100644
--- a/wsjt/TODO
+++ b/wsjt/TODO
@@ -1,15 +1,17 @@
--- 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:
-
- Qt5LinguistToolsConfig.cmake
- qt5linguisttools-config.cmake
-
- 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)
+CMake Error at tests/CMakeLists.txt:1 (find_package):
+ By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
+ asked CMake to find a package configuration file provided by "Qt5Test", but
+ CMake did not find one.
+
+ Could not find a package configuration file provided by "Qt5Test"
+ (requested version 5) with any of the following names:
+
+ Qt5TestConfig.cmake
+ qt5test-config.cmake
+
+ Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
+ "Qt5Test_DIR" to a directory containing one of the above files. If
+ "Qt5Test" provides a separate development package or SDK, be sure it has
+ been installed.
+
Home |
Main Index |
Thread Index |
Old Index