pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Nov  2 19:45:26 UTC 2019

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile distinfo
Added Files:
        pkgsrc/x11/kdelibs4/patches: patch-cmake_modules_FindHUNSPELL.cmake

Log Message:
kdelibs4: support hunspell 1.7. Fixes building lokalize.
Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/x11/kdelibs4/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/kdelibs4/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.105 pkgsrc/x11/kdelibs4/Makefile:1.106
--- pkgsrc/x11/kdelibs4/Makefile:1.105  Mon Oct 21 23:58:04 2019
+++ pkgsrc/x11/kdelibs4/Makefile        Sat Nov  2 19:45:26 2019
@@ -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/}

Index: pkgsrc/x11/kdelibs4/distinfo
diff -u pkgsrc/x11/kdelibs4/distinfo:1.53 pkgsrc/x11/kdelibs4/distinfo:1.54
--- pkgsrc/x11/kdelibs4/distinfo:1.53   Thu Feb  8 10:50:44 2018
+++ pkgsrc/x11/kdelibs4/distinfo        Sat Nov  2 19:45:26 2019
@@ -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-aj) = 501e34c8fdf242c3718ecb
 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

Added files:

Index: pkgsrc/x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake
diff -u /dev/null pkgsrc/x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake:1.1
--- /dev/null   Sat Nov  2 19:45:26 2019
+++ pkgsrc/x11/kdelibs4/patches/patch-cmake_modules_FindHUNSPELL.cmake  Sat Nov  2 19:45:26 2019
@@ -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