diff options
author | mef <mef@pkgsrc.org> | 2019-10-23 14:01:59 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-10-23 14:01:59 +0000 |
commit | dbae1b96dff1bda99e0e84e44b8e4e4e7aefcf04 (patch) | |
tree | 246395cc53b1eca3d0716b02e63b792ec73e1d2b /inputmethod | |
parent | 19698da00e029aa26614067037ce66727c303b2e (diff) | |
download | pkgsrc-dbae1b96dff1bda99e0e84e44b8e4e4e7aefcf04.tar.gz |
(inputmethod/tc) Fix build for new emacs, 25-26
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tc/Makefile | 15 | ||||
-rw-r--r-- | inputmethod/tc/distinfo | 8 | ||||
-rw-r--r-- | inputmethod/tc/patches/patch-aa | 4 | ||||
-rw-r--r-- | inputmethod/tc/patches/patch-ab | 4 | ||||
-rw-r--r-- | inputmethod/tc/patches/patch-ac | 4 |
5 files changed, 26 insertions, 9 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index d0579b2a81c..5ec455ec1ab 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:21 rodent Exp $ +# $NetBSD: Makefile,v 1.20 2019/10/23 14:01:59 mef Exp $ # DISTNAME= tc-2.3.1 @@ -7,11 +7,22 @@ PKGREVISION= 4 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/ -MAINTAINER= tech-pkg-ja@jp.NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html COMMENT= T-Code driver for Emacs +LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no +SUBST_CLASSES+= string-to-int +SUBST_STAGE.string-to-int= pre-configure +SUBST_FILES.string-to-int= \ + lisp/eelll.el \ + lisp/tc-is19.el \ + lisp/tc-is20.el \ + lisp/tc-pre-base \ + lisp/tc-pre-base.in \ + lisp/tc-pre.el +SUBST_SED.string-to-int= -e 's/string-to-int/string-to-number/' .include "../../editors/emacs/modules.mk" diff --git a/inputmethod/tc/distinfo b/inputmethod/tc/distinfo index 51ec8e8cb97..936557daa19 100644 --- a/inputmethod/tc/distinfo +++ b/inputmethod/tc/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 22:13:40 agc Exp $ +$NetBSD: distinfo,v 1.7 2019/10/23 14:01:59 mef Exp $ SHA1 (tc-2.3.1.tar.gz) = 7eb55134581b83692ea6deb10c227232d0c8df4d RMD160 (tc-2.3.1.tar.gz) = 4364a4e14c710e68d714146da3545d928b87bf52 SHA512 (tc-2.3.1.tar.gz) = c4ddcbf03fc4acfbcad836f1a1b63263dfa1436ba0359861fcde8b32a4d438c7a1542a10ddb37a971ebb66db5d18578ec66e8fdaf2038bc50eb2bea6d01ad722 Size (tc-2.3.1.tar.gz) = 798831 bytes -SHA1 (patch-aa) = 016ccc19211b9b87e81a3fa743f69e607cf643fa -SHA1 (patch-ab) = 9708d7db6da3ed1b7c0c74a6e1eda288570ba0e7 -SHA1 (patch-ac) = f9cb2f43a2d94b653ffd5f207290b5d9252c83bc +SHA1 (patch-aa) = cc227ae107772c8ab4e380ac85f09f79fed7a15d +SHA1 (patch-ab) = 7754225f8f09ac8dc3e4a4e3d0dda63315641ea3 +SHA1 (patch-ac) = 388e127cb055b01a4ddedc0dd9181f53b5a1b345 diff --git a/inputmethod/tc/patches/patch-aa b/inputmethod/tc/patches/patch-aa index cc87a2c0bab..ab55d096aea 100644 --- a/inputmethod/tc/patches/patch-aa +++ b/inputmethod/tc/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2009/07/16 22:51:50 uebayasi Exp $ +$NetBSD: patch-aa,v 1.4 2019/10/23 14:02:00 mef Exp $ + +support new mules --- acinclude.m4.orig 2002-03-25 09:15:51.000000000 +0900 +++ acinclude.m4 diff --git a/inputmethod/tc/patches/patch-ab b/inputmethod/tc/patches/patch-ab index 3a1048ab341..9dd764f5ecb 100644 --- a/inputmethod/tc/patches/patch-ab +++ b/inputmethod/tc/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2009/07/16 22:51:50 uebayasi Exp $ +$NetBSD: patch-ab,v 1.4 2019/10/23 14:02:00 mef Exp $ + +support for new mules --- configure.orig 2009-07-17 07:47:52.000000000 +0900 +++ configure diff --git a/inputmethod/tc/patches/patch-ac b/inputmethod/tc/patches/patch-ac index 99b443b9db2..bebda152cf9 100644 --- a/inputmethod/tc/patches/patch-ac +++ b/inputmethod/tc/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.1 2009/07/16 22:51:50 uebayasi Exp $ +$NetBSD: patch-ac,v 1.2 2019/10/23 14:02:00 mef Exp $ + +support for new muls --- lisp/guess.orig 2002-03-25 09:16:05.000000000 +0900 +++ lisp/guess |