pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/tc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 15:28:28 UTC 2026

Modified Files:
        pkgsrc/inputmethod/tc: Makefile

Log Message:
tc: does not build with emacs30

Allow all other versions of emacs, since we don't have an INCOMPATIBLE
setting for emacs/modules.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/inputmethod/tc/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/tc/Makefile
diff -u pkgsrc/inputmethod/tc/Makefile:1.23 pkgsrc/inputmethod/tc/Makefile:1.24
--- pkgsrc/inputmethod/tc/Makefile:1.23 Tue Dec 23 10:25:07 2025
+++ pkgsrc/inputmethod/tc/Makefile      Sun Jan  4 15:28:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/12/23 10:25:07 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/01/04 15:28:28 wiz Exp $
 
 DISTNAME=      tc-2.3.1
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -23,6 +23,8 @@ SUBST_FILES.string-to-int=    \
        lisp/tc-pre.el
 SUBST_SED.string-to-int=       -e 's/string-to-int/string-to-number/'
 
+EMACS_VERSIONS_ACCEPTED=       emacs29 emacs29nox emacs28 emacs28nox emacs27 emacs27nox emacs26 emacs26nox emacs21 emacs21nox emacs20 xemacs215 xemacs215nox xemacs214 xemacs214nox
+
 .include "../../editors/emacs/modules.mk"
 
 .if ${EMACS_FLAVOR} == "xemacs"



Home | Main Index | Thread Index | Old Index