pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libmediawiki libmediawiki: fix build
details: https://anonhg.NetBSD.org/pkgsrc/rev/522bade48a2b
branches: trunk
changeset: 379174:522bade48a2b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 12 12:37:54 2022 +0000
description:
libmediawiki: fix build
idea from arch linux package
diffstat:
www/libmediawiki/distinfo | 3 ++-
www/libmediawiki/patches/patch-CMakeLists.txt | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r bd407081cc7a -r 522bade48a2b www/libmediawiki/distinfo
--- a/www/libmediawiki/distinfo Thu May 12 12:32:49 2022 +0000
+++ b/www/libmediawiki/distinfo Thu May 12 12:37:54 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:29:36 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/05/12 12:37:54 wiz Exp $
BLAKE2s (libmediawiki-5.37.0.tar.xz) = f3b900d64bdf11c9e24af6b40d341acc7585c24c6e0acd35bcca5a375bb1bc31
SHA512 (libmediawiki-5.37.0.tar.xz) = 5efcd30782c8d54cddad51c6a96065f2942529e89facfd1c3a71af343a898858db02fa95dd0af0161b3e13aee6a9a373a0a641ce64e128c7282cbf3770db6993
Size (libmediawiki-5.37.0.tar.xz) = 55188 bytes
+SHA1 (patch-CMakeLists.txt) = fd32cfc01bbf9996d9ac11656d0a19cc5386cf05
diff -r bd407081cc7a -r 522bade48a2b www/libmediawiki/patches/patch-CMakeLists.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/libmediawiki/patches/patch-CMakeLists.txt Thu May 12 12:37:54 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2022/05/12 12:37:54 wiz Exp $
+
+Build fix from arch linux package.
+
+--- CMakeLists.txt.orig 2017-08-30 11:48:37.000000000 +0000
++++ CMakeLists.txt
+@@ -46,6 +46,8 @@ ecm_setup_version(${LIBMEDIAWIKI_LIBVERS
+ find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Network)
+ find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED)
+
++remove_definitions(-DQT_NO_CAST_FROM_ASCII)
++
+ # Subdirectories
+ add_subdirectory(src)
+ add_subdirectory(autotests)
Home |
Main Index |
Thread Index |
Old Index