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:           Tue Dec 23 10:25:07 UTC 2025

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

Log Message:
tc: fix configure with gcc 14

Fix some pkglint while here.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/inputmethod/tc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/tc/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/tc/patches/patch-ab

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.22 pkgsrc/inputmethod/tc/Makefile:1.23
--- pkgsrc/inputmethod/tc/Makefile:1.22 Sat May 14 22:25:37 2022
+++ pkgsrc/inputmethod/tc/Makefile      Tue Dec 23 10:25:07 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2022/05/14 22:25:37 dholland Exp $
-#
+# $NetBSD: Makefile,v 1.23 2025/12/23 10:25:07 wiz Exp $
 
 DISTNAME=      tc-2.3.1
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
 PKGREVISION=   5
-CATEGORIES=    japanese inputmethod
+CATEGORIES=    inputmethod japanese
 MASTER_SITES=  http://openlab.ring.gr.jp/tcode/resources/soft/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +14,7 @@ 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=      \
+SUBST_FILES.string-to-int=     \
        lisp/eelll.el   \
        lisp/tc-is19.el \
        lisp/tc-is20.el \

Index: pkgsrc/inputmethod/tc/distinfo
diff -u pkgsrc/inputmethod/tc/distinfo:1.9 pkgsrc/inputmethod/tc/distinfo:1.10
--- pkgsrc/inputmethod/tc/distinfo:1.9  Tue Oct 26 10:49:43 2021
+++ pkgsrc/inputmethod/tc/distinfo      Tue Dec 23 10:25:07 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:49:43 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/12/23 10:25:07 wiz Exp $
 
 BLAKE2s (tc-2.3.1.tar.gz) = c31bcfa3f5ac1c9e8e7f9eb6f458adc81612d21b8fc144900a21831e259a6100
 SHA512 (tc-2.3.1.tar.gz) = c4ddcbf03fc4acfbcad836f1a1b63263dfa1436ba0359861fcde8b32a4d438c7a1542a10ddb37a971ebb66db5d18578ec66e8fdaf2038bc50eb2bea6d01ad722
 Size (tc-2.3.1.tar.gz) = 798831 bytes
 SHA1 (patch-aa) = cc227ae107772c8ab4e380ac85f09f79fed7a15d
-SHA1 (patch-ab) = 7754225f8f09ac8dc3e4a4e3d0dda63315641ea3
+SHA1 (patch-ab) = d893a89e196528f1e5dac465dcd56d34c87b7480
 SHA1 (patch-ac) = 388e127cb055b01a4ddedc0dd9181f53b5a1b345

Index: pkgsrc/inputmethod/tc/patches/patch-ab
diff -u pkgsrc/inputmethod/tc/patches/patch-ab:1.4 pkgsrc/inputmethod/tc/patches/patch-ab:1.5
--- pkgsrc/inputmethod/tc/patches/patch-ab:1.4  Wed Oct 23 14:02:00 2019
+++ pkgsrc/inputmethod/tc/patches/patch-ab      Tue Dec 23 10:25:07 2025
@@ -1,9 +1,19 @@
-$NetBSD: patch-ab,v 1.4 2019/10/23 14:02:00 mef Exp $
+$NetBSD: patch-ab,v 1.5 2025/12/23 10:25:07 wiz Exp $
 
+Add missing int to fix build with gcc 14.
 support for new mules
 
---- configure.orig     2009-07-17 07:47:52.000000000 +0900
+--- configure.orig     2003-05-18 08:53:38.000000000 +0000
 +++ configure
+@@ -964,7 +964,7 @@ cat > conftest.$ac_ext << EOF
+ #line 965 "configure"
+ #include "confdefs.h"
+ 
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+   ac_cv_prog_cc_works=yes
 @@ -1227,7 +1227,7 @@ mule1)
        ELC_FILES="tc-is18.elc"
        NO_COMPILE_EL_FILES="tc-sysdep.el tc-is19.el tc-is20.el"



Home | Main Index | Thread Index | Old Index