pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/libime



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 17 14:45:17 UTC 2023

Modified Files:
        pkgsrc/inputmethod/libime: Makefile

Log Message:
libime: mark as not for Python 3.11

This version is more than two years old, perhaps updating to 1.0.17
will fix this.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/libime/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/libime/Makefile
diff -u pkgsrc/inputmethod/libime/Makefile:1.13 pkgsrc/inputmethod/libime/Makefile:1.14
--- pkgsrc/inputmethod/libime/Makefile:1.13     Mon Aug 14 05:24:41 2023
+++ pkgsrc/inputmethod/libime/Makefile  Thu Aug 17 14:45:17 2023
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.13 2023/08/14 05:24:41 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/08/17 14:45:17 wiz Exp $
 
 DISTNAME=      libime-1.0.4
+PKGREVISION=   8
 CATEGORIES=    inputmethod
 MASTER_SITES=  https://download.fcitx-im.org/fcitx5/libime/
 EXTRACT_SUFX=  .tar.xz
-PKGREVISION=   8
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/fcitx/libime
 COMMENT=       Generic inputmethod implementation library
 LICENSE=       gnu-lgpl-v2.1
 
-DIST_SUBDIR=   ${PKGNAME_NOREV}
+TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
 
 DICTDISTFILES+=        lm_sc.3gm.arpa-20140820.tar.bz2
 #ICTDISTFILES+=        dict.utf8-20200715.tar.xz
@@ -25,11 +26,12 @@ DISTFILES+= ${f}
 SITES.${f}=    https://download.fcitx-im.org/data/
 .endfor
 
-TOOL_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
-
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+# possibly fixed in 1.0.17?
+PYTHON_VERSIONS_INCOMPATIBLE+= 311
+
 post-extract:
 .for f in ${DICTDISTFILES}
        cd ${WRKSRC}/data && \



Home | Main Index | Thread Index | Old Index