pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/librime



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 22:29:15 UTC 2022

Modified Files:
        pkgsrc/inputmethod/librime: distinfo
        pkgsrc/inputmethod/librime/patches: patch-CMakeLists.txt

Log Message:
librime: install pkg-config file on SunOS too


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/librime/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/inputmethod/librime/distinfo
diff -u pkgsrc/inputmethod/librime/distinfo:1.9 pkgsrc/inputmethod/librime/distinfo:1.10
--- pkgsrc/inputmethod/librime/distinfo:1.9     Tue Oct 26 10:49:37 2021
+++ pkgsrc/inputmethod/librime/distinfo Mon Apr 25 22:29:15 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:49:37 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/04/25 22:29:15 tnn Exp $
 
 BLAKE2s (librime-1.7.2.tar.gz) = 9d5a3ac67c7c3019196e9c18f847e2b8ae92c0c949a3ba71cf60a5bb6758c2f6
 SHA512 (librime-1.7.2.tar.gz) = 213f14b2f3e09fd93dffe2b6ce0d4a2651f1759c3df2929885ec6a3e036f343f1d07127a82a22378bd95677a5a45395d6bb7d884e12d40a3a160d0e9ef24a6ba
 Size (librime-1.7.2.tar.gz) = 2859403 bytes
-SHA1 (patch-CMakeLists.txt) = 7f2b03ae0451a14fa587cf8089a5021b1149ea14
+SHA1 (patch-CMakeLists.txt) = 930aafc5967ae962f6fd70aa76f0b962107a8b7f
 SHA1 (patch-plugins_CMakeLists.txt) = ab0b528c0a9219c52d0a8ca596209799db9de14a
 SHA1 (patch-src_rime_gear_memory.cc) = aba74cf976cb934362d5fcb8eea53751878f2d9f

Index: pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt
diff -u pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt:1.3 pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt:1.4
--- pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt:1.3 Sat Feb 20 20:53:01 2021
+++ pkgsrc/inputmethod/librime/patches/patch-CMakeLists.txt     Mon Apr 25 22:29:15 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2021/02/20 20:53:01 ryoon Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2022/04/25 22:29:15 tnn Exp $
 
 * Install pkg-config pc file for more platforms.
 
@@ -9,7 +9,7 @@ $NetBSD: patch-CMakeLists.txt,v 1.3 2021
    COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
  
 -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU")
-+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU|NetBSD|OpenBSD")
++if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|DragonFly|GNU|NetBSD|OpenBSD|SunOS")
    set(prefix "${CMAKE_INSTALL_PREFIX}")
    set(exec_prefix "${CMAKE_INSTALL_PREFIX}")
    set(bindir "${CMAKE_INSTALL_FULL_BINDIR}")



Home | Main Index | Thread Index | Old Index