pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/tc (inputmethod/tc) Fix build for new emac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbe3491b4060
branches: trunk
changeset: 416322:cbe3491b4060
user: mef <mef%pkgsrc.org@localhost>
date: Wed Oct 23 14:01:59 2019 +0000
description:
(inputmethod/tc) Fix build for new emacs, 25-26
diffstat:
inputmethod/tc/Makefile | 15 +++++++++++++--
inputmethod/tc/distinfo | 8 ++++----
inputmethod/tc/patches/patch-aa | 4 +++-
inputmethod/tc/patches/patch-ab | 4 +++-
inputmethod/tc/patches/patch-ac | 4 +++-
5 files changed, 26 insertions(+), 9 deletions(-)
diffs (83 lines):
diff -r faa951419b0a -r cbe3491b4060 inputmethod/tc/Makefile
--- a/inputmethod/tc/Makefile Wed Oct 23 12:18:19 2019 +0000
+++ b/inputmethod/tc/Makefile Wed Oct 23 14:01:59 2019 +0000
@@ -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 @@
CATEGORIES= japanese inputmethod
MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
-MAINTAINER= tech-pkg-ja%jp.NetBSD.org@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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 -r faa951419b0a -r cbe3491b4060 inputmethod/tc/distinfo
--- a/inputmethod/tc/distinfo Wed Oct 23 12:18:19 2019 +0000
+++ b/inputmethod/tc/distinfo Wed Oct 23 14:01:59 2019 +0000
@@ -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 -r faa951419b0a -r cbe3491b4060 inputmethod/tc/patches/patch-aa
--- a/inputmethod/tc/patches/patch-aa Wed Oct 23 12:18:19 2019 +0000
+++ b/inputmethod/tc/patches/patch-aa Wed Oct 23 14:01:59 2019 +0000
@@ -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 -r faa951419b0a -r cbe3491b4060 inputmethod/tc/patches/patch-ab
--- a/inputmethod/tc/patches/patch-ab Wed Oct 23 12:18:19 2019 +0000
+++ b/inputmethod/tc/patches/patch-ab Wed Oct 23 14:01:59 2019 +0000
@@ -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 -r faa951419b0a -r cbe3491b4060 inputmethod/tc/patches/patch-ac
--- a/inputmethod/tc/patches/patch-ac Wed Oct 23 12:18:19 2019 +0000
+++ b/inputmethod/tc/patches/patch-ac Wed Oct 23 14:01:59 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index