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:   mef
Date:           Wed Oct 23 14:02:00 UTC 2019

Modified Files:
        pkgsrc/inputmethod/tc: Makefile distinfo
        pkgsrc/inputmethod/tc/patches: patch-aa patch-ab patch-ac

Log Message:
(inputmethod/tc) Fix build for new emacs, 25-26


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/inputmethod/tc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/inputmethod/tc/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/tc/patches/patch-aa \
    pkgsrc/inputmethod/tc/patches/patch-ab
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/tc/patches/patch-ac

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.19 pkgsrc/inputmethod/tc/Makefile:1.20
--- pkgsrc/inputmethod/tc/Makefile:1.19 Sat Apr  6 20:27:21 2013
+++ pkgsrc/inputmethod/tc/Makefile      Wed Oct 23 14:01:59 2019
@@ -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@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"
 

Index: pkgsrc/inputmethod/tc/distinfo
diff -u pkgsrc/inputmethod/tc/distinfo:1.6 pkgsrc/inputmethod/tc/distinfo:1.7
--- pkgsrc/inputmethod/tc/distinfo:1.6  Tue Nov  3 22:13:40 2015
+++ pkgsrc/inputmethod/tc/distinfo      Wed Oct 23 14:01:59 2019
@@ -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

Index: pkgsrc/inputmethod/tc/patches/patch-aa
diff -u pkgsrc/inputmethod/tc/patches/patch-aa:1.3 pkgsrc/inputmethod/tc/patches/patch-aa:1.4
--- pkgsrc/inputmethod/tc/patches/patch-aa:1.3  Thu Jul 16 22:51:50 2009
+++ pkgsrc/inputmethod/tc/patches/patch-aa      Wed Oct 23 14:02:00 2019
@@ -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
Index: pkgsrc/inputmethod/tc/patches/patch-ab
diff -u pkgsrc/inputmethod/tc/patches/patch-ab:1.3 pkgsrc/inputmethod/tc/patches/patch-ab:1.4
--- pkgsrc/inputmethod/tc/patches/patch-ab:1.3  Thu Jul 16 22:51:50 2009
+++ pkgsrc/inputmethod/tc/patches/patch-ab      Wed Oct 23 14:02:00 2019
@@ -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

Index: pkgsrc/inputmethod/tc/patches/patch-ac
diff -u pkgsrc/inputmethod/tc/patches/patch-ac:1.1 pkgsrc/inputmethod/tc/patches/patch-ac:1.2
--- pkgsrc/inputmethod/tc/patches/patch-ac:1.1  Thu Jul 16 22:51:50 2009
+++ pkgsrc/inputmethod/tc/patches/patch-ac      Wed Oct 23 14:02:00 2019
@@ -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