pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 kdelibs4: support hunspell 1.7. Fixes bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d32ac301b7bf
branches:  trunk
changeset: 343337:d32ac301b7bf
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Nov 02 19:45:26 2019 +0000

description:
kdelibs4: support hunspell 1.7. Fixes building lokalize.
Bump PKGREVISION

diffstat:

 x11/kdelibs4/Makefile                                       |   4 +-
 x11/kdelibs4/distinfo                                       |   3 +-
 x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake |  15 +++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 087a22e1e2d8 -r d32ac301b7bf x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile     Sat Nov 02 19:07:35 2019 +0000
+++ b/x11/kdelibs4/Makefile     Sat Nov 02 19:45:26 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.105 2019/10/21 23:58:04 jmcneill Exp $
+# $NetBSD: Makefile,v 1.106 2019/11/02 19:45:26 maya Exp $
 
 DISTNAME=      kdelibs-4.14.38
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    x11
 COMMENT=       Support libraries for the KDE integrated X11 desktop
 MASTER_SITES=  ${MASTER_SITE_KDE:=applications/17.08.3/src/}
diff -r 087a22e1e2d8 -r d32ac301b7bf x11/kdelibs4/distinfo
--- a/x11/kdelibs4/distinfo     Sat Nov 02 19:07:35 2019 +0000
+++ b/x11/kdelibs4/distinfo     Sat Nov 02 19:45:26 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.53 2018/02/08 10:50:44 mrg Exp $
+$NetBSD: distinfo,v 1.54 2019/11/02 19:45:26 maya Exp $
 
 SHA1 (kdelibs-4.14.38.tar.xz) = 2271f8b38cd5b6b55fa31c567271e3ca37ef641a
 RMD160 (kdelibs-4.14.38.tar.xz) = edf16e14842237950655bf44c073070c5bb7d74b
@@ -14,6 +14,7 @@
 SHA1 (patch-ak) = 73cc1bb149039d2fe3c05ee631426a8773f951c6
 SHA1 (patch-al) = 20212d740191a699f7aa35db8c23a3b3cb55904e
 SHA1 (patch-am) = b6c315d152d2c3d3c66ad85050549d0b39b263e5
+SHA1 (patch-cmake_modules_FindHUNSPELL.cmake) = 52bd28c88d696d52ce052ddd7702a0f46244f86e
 SHA1 (patch-cmake_modules_FindKDE4Internal.cmake) = becfce89d45fd9b70c2ca08a83ca0e650004996a
 SHA1 (patch-kdecore_io_kdirwatch__p.h) = 3c14e26f3962743f7d450e2a5ea2df43bc7524b5
 SHA1 (patch-kdecore_localization_klocale_kde.cpp) = b8a513a0c51e65d7e604a88c1d0e3325be6ad688
diff -r 087a22e1e2d8 -r d32ac301b7bf x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake       Sat Nov 02 19:45:26 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-cmake_modules_FindHUNSPELL.cmake,v 1.1 2019/11/02 19:45:26 maya Exp $
+
+Support hunspell 1.7
+
+--- cmake/modules/FindHUNSPELL.cmake.orig      2019-11-02 19:43:18.547827922 +0000
++++ cmake/modules/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
+ 
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+ 
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
+ 
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if 
+ # all listed variables are TRUE



Home | Main Index | Thread Index | Old Index