WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for kterm-6.2.0-scroll-wd0.2.patch => Checksum SHA512 OK for kterm-6.2.0-scroll-wd0.2.patch => Checksum BLAKE2s OK for kterm-6.2.0-termios-wd0.2.patch2 => Checksum SHA512 OK for kterm-6.2.0-termios-wd0.2.patch2 => Checksum BLAKE2s OK for kterm-6.2.0.NFS-xauth.patch => Checksum SHA512 OK for kterm-6.2.0.NFS-xauth.patch => Checksum BLAKE2s OK for kterm-6.2.0.ext06.patch.gz => Checksum SHA512 OK for kterm-6.2.0.ext06.patch.gz => Checksum BLAKE2s OK for kterm-6.2.0.tar.gz => Checksum SHA512 OK for kterm-6.2.0.tar.gz ===> Installing dependencies for kterm-6.2.0nb24 ========================================================================== The following variables will affect the build process of this package, kterm-6.2.0nb24. Their current value is shown below: * CURSES_DEFAULT = ncurses * XAW_TYPE = standard Based on these variables, the following variables have been set: * CURSES_TYPE = ncurses * TERMCAP_TYPE = curses You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency imake-[0-9]*: found imake-1.0.10 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency libXaw>=1.0.5: found libXaw-1.0.16 => Full dependency libXpm>=3.5.4.2: found libXpm-3.5.17 => Full dependency ncurses>=6.5: found ncurses-6.5 => Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb4 => Build dependency xorgproto>=2016.1: found xorgproto-2024.1 => Full dependency libICE>=0.99.1: found libICE-1.1.1 => Full dependency libSM>=0.99.2: found libSM-1.2.4 => Full dependency libX11>=1.1: found libX11-1.8.10 => Full dependency libXau>=1.0: found libXau-1.0.11 => Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5 => Full dependency libXext>=0.99.0: found libXext-1.3.6 => Full dependency libXmu>=1.0.0: found libXmu-1.2.1 => Full dependency libXt>=1.0.0: found libXt-1.3.1 => Full dependency libxcb>=1.6: found libxcb-1.17.0 ===> Overriding tools for kterm-6.2.0nb24 ===> Extracting for kterm-6.2.0nb24 ===> Patching for kterm-6.2.0nb24 => Applying distribution patches for kterm-6.2.0nb24 => Applying distribution patch kterm-6.2.0-termios-wd0.2.patch2 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- kterm-6.2.0/main.c.orig_dist 2012-01-14 01:18:45.000000000 +0900 |+++ kterm-6.2.0/main.c 2012-01-14 01:21:12.000000000 +0900 -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 88. Hunk #2 succeeded at 154. Hunk #3 succeeded at 171. Hunk #4 succeeded at 238. Hunk #5 succeeded at 398. Hunk #6 succeeded at 443. Hunk #7 succeeded at 1142. Hunk #8 succeeded at 1179. Hunk #9 succeeded at 1201. Hunk #10 succeeded at 1219. Hunk #11 succeeded at 1274. Hunk #12 succeeded at 1336. Hunk #13 succeeded at 1725. Hunk #14 succeeded at 2070. Hunk #15 succeeded at 2176. Hunk #16 succeeded at 2208. Hunk #17 succeeded at 2588. Hunk #18 succeeded at 2605. Hunk #19 succeeded at 2624. Hunk #20 succeeded at 2742. Hunk #21 succeeded at 3296. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- kterm-6.2.0/Imakefile.orig 1996-07-12 14:01:04.000000000 +0900 |+++ kterm-6.2.0/Imakefile 2012-01-14 01:23:09.000000000 +0900 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 23. done => Applying distribution patch kterm-6.2.0-scroll-wd0.2.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- kterm-6.2.0/charproc.c.orig 1996-07-12 14:01:36.000000000 +0900 |+++ kterm-6.2.0/charproc.c 2012-01-14 01:26:44.000000000 +0900 -------------------------- Patching file charproc.c using Plan A... Hunk #1 succeeded at 368. Hunk #2 succeeded at 376. Hunk #3 succeeded at 408. Hunk #4 succeeded at 416. done => Applying distribution patch kterm-6.2.0.NFS-xauth.patch Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |kterm-6.2.0 を以下のような環境で利用していると、 | OS: NetBSD-1.1, NetBSD-1.2, FreeBSD-2.2.2 | 認証方式: MIT-MAGIC-COOKIE-1 | その他の条件: ホームディレクトリは別マシンにあり、NFS で | マウントしている。NFS サーバは kterm の走行す | るマシンに対して、root アクセスを許していない。 |ファイル .Xauthority へアクセスできないため、下記のようにエラーが起こ |ることがあります。 | % ./kterm | Xlib: connection to ":0.0" refused by server | Xlib: Client is not authorized to connect to Server | ./kterm Xt error: Can't open display: :0.0 |XFree86-3.2 附属の xterm には、この問題への対策が含まれているので、抜 |き出してkterm-6.2.0 に当てました。以下に示すパッチがそれです。 | |このパッチには、revoke(2) 呼びだしの追加も含まれていますが、これは上の |問題とは関係ありません。ディスクリプタ ttydev を利用するプロセスが残っ |ていた場合への対策です。(これも XFree86-3.2 から持ってきたものです。) | |なお、XFree86-3.2 には、USE_POSIX_TERMIOS という #ifdef 処理も含まれて |おり、4.4BSD 系の OS を利用する場合には、この変更も行っておいた方が良 |さそうなのですが、以下のパッチには含まれていません。 | | -- Noriyuki Soda <soda@sra.co.jp> | |Index: main.c |*** main.c 1996/07/12 05:01:38 1.1 |--- main.c 1997/06/03 12:02:44 1.3 -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 255 (offset 17 lines). Hunk #2 succeeded at 1346 (offset 28 lines). Hunk #3 succeeded at 2505 (offset 21 lines). done => Applying distribution patch kterm-6.2.0.ext06.patch.gz Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/0README.ext.ja kterm-6.2.0.ext06/0README.ext.ja |--- kterm-6.2.0.orig/0README.ext.ja 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/0README.ext.ja 2011-07-10 15:39:07.188370349 +0900 -------------------------- (Creating file 0README.ext.ja...) Patching file 0README.ext.ja using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/Imakefile kterm-6.2.0.ext06/Imakefile |--- kterm-6.2.0.orig/Imakefile 1996-07-12 14:01:04.000000000 +0900 |+++ kterm-6.2.0.ext06/Imakefile 2011-05-06 11:24:45.000000000 +0900 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 51 (offset 3 lines). Hunk #2 succeeded at 80 (offset 3 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/KTerm.ad kterm-6.2.0.ext06/KTerm.ad |--- kterm-6.2.0.orig/KTerm.ad 1996-06-23 17:00:22.000000000 +0900 |+++ kterm-6.2.0.ext06/KTerm.ad 2011-05-06 13:25:01.000000000 +0900 -------------------------- Patching file KTerm.ad using Plan A... Hunk #1 succeeded at 46. Hunk #2 succeeded at 124. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/MEMO.utf8.jp kterm-6.2.0.ext06/MEMO.utf8.jp |--- kterm-6.2.0.orig/MEMO.utf8.jp 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/MEMO.utf8.jp 2011-05-06 23:32:39.000000000 +0900 -------------------------- (Creating file MEMO.utf8.jp...) Patching file MEMO.utf8.jp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/VTPrsTbl.c kterm-6.2.0.ext06/VTPrsTbl.c |--- kterm-6.2.0.orig/VTPrsTbl.c 1996-06-23 17:00:23.000000000 +0900 |+++ kterm-6.2.0.ext06/VTPrsTbl.c 2011-05-05 09:01:37.000000000 +0900 -------------------------- Patching file VTPrsTbl.c using Plan A... Hunk #1 succeeded at 1417. Hunk #2 succeeded at 2749. Hunk #3 succeeded at 2826. Hunk #4 succeeded at 3517. Hunk #5 succeeded at 3555. Hunk #6 succeeded at 3595. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/VTparse.def kterm-6.2.0.ext06/VTparse.def |--- kterm-6.2.0.orig/VTparse.def 1996-06-15 18:58:01.000000000 +0900 |+++ kterm-6.2.0.ext06/VTparse.def 2011-05-05 09:01:37.000000000 +0900 -------------------------- Patching file VTparse.def using Plan A... Hunk #1 succeeded at 85. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/VTparse.h kterm-6.2.0.ext06/VTparse.h |--- kterm-6.2.0.orig/VTparse.h 1996-06-15 18:58:02.000000000 +0900 |+++ kterm-6.2.0.ext06/VTparse.h 2011-05-05 09:01:37.000000000 +0900 -------------------------- Patching file VTparse.h using Plan A... Hunk #1 succeeded at 116. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/button.c kterm-6.2.0.ext06/button.c |--- kterm-6.2.0.orig/button.c 1996-07-02 14:01:46.000000000 +0900 |+++ kterm-6.2.0.ext06/button.c 2011-07-10 15:26:24.936172932 +0900 -------------------------- Patching file button.c using Plan A... Hunk #1 succeeded at 248. Hunk #2 succeeded at 314. Hunk #3 succeeded at 343. Hunk #4 succeeded at 556. Hunk #5 succeeded at 1582. Hunk #6 succeeded at 1595. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/charproc.c kterm-6.2.0.ext06/charproc.c |--- kterm-6.2.0.orig/charproc.c 1996-07-12 14:01:36.000000000 +0900 |+++ kterm-6.2.0.ext06/charproc.c 2011-07-10 15:27:51.382876058 +0900 -------------------------- Patching file charproc.c using Plan A... Hunk #1 succeeded at 79. Hunk #2 succeeded at 189. Hunk #3 succeeded at 308. Hunk #4 succeeded at 559 (offset 22 lines). Hunk #5 succeeded at 958 (offset 22 lines). Hunk #6 succeeded at 1212 (offset 22 lines). Hunk #7 succeeded at 1329 (offset 22 lines). Hunk #8 succeeded at 1364 (offset 22 lines). Hunk #9 succeeded at 1545 (offset 22 lines). Hunk #10 succeeded at 1554 (offset 22 lines). Hunk #11 succeeded at 1574 (offset 22 lines). Hunk #12 succeeded at 1661 (offset 22 lines). Hunk #13 succeeded at 1753 (offset 22 lines). Hunk #14 succeeded at 1809 (offset 22 lines). Hunk #15 succeeded at 2214 (offset 22 lines). Hunk #16 succeeded at 2433 (offset 22 lines). Hunk #17 succeeded at 3747 (offset 22 lines). Hunk #18 succeeded at 4037 (offset 22 lines). Hunk #19 succeeded at 4579 (offset 22 lines). Hunk #20 succeeded at 4612 (offset 22 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/convert.c kterm-6.2.0.ext06/convert.c |--- kterm-6.2.0.orig/convert.c 1996-06-23 17:00:25.000000000 +0900 |+++ kterm-6.2.0.ext06/convert.c 2011-07-10 16:50:03.705695530 +0900 -------------------------- Patching file convert.c using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 40. Hunk #3 succeeded at 59. Hunk #4 succeeded at 87. Hunk #5 succeeded at 138. Hunk #6 succeeded at 161. Hunk #7 succeeded at 382. Hunk #8 succeeded at 390. Hunk #9 succeeded at 400. Hunk #10 succeeded at 536. Hunk #11 succeeded at 664. Hunk #12 succeeded at 746. Hunk #13 succeeded at 815. Hunk #14 succeeded at 827. Hunk #15 succeeded at 838. Hunk #16 succeeded at 851. Hunk #17 succeeded at 890. Hunk #18 succeeded at 913. Hunk #19 succeeded at 930. Hunk #20 succeeded at 1068. Hunk #21 succeeded at 1147. Hunk #22 succeeded at 1180. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/gset.c kterm-6.2.0.ext06/gset.c |--- kterm-6.2.0.orig/gset.c 1996-07-12 14:01:40.000000000 +0900 |+++ kterm-6.2.0.ext06/gset.c 2011-05-06 01:15:55.000000000 +0900 -------------------------- Patching file gset.c using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 149. Hunk #3 succeeded at 294. Hunk #4 succeeded at 325. Hunk #5 succeeded at 335. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/gset.h kterm-6.2.0.ext06/gset.h |--- kterm-6.2.0.orig/gset.h 1996-07-12 14:01:41.000000000 +0900 |+++ kterm-6.2.0.ext06/gset.h 2011-05-06 01:15:50.000000000 +0900 -------------------------- Patching file gset.h using Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 58. Hunk #3 succeeded at 93. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/input.c kterm-6.2.0.ext06/input.c |--- kterm-6.2.0.orig/input.c 1996-07-12 14:01:36.000000000 +0900 |+++ kterm-6.2.0.ext06/input.c 2011-05-06 00:34:41.000000000 +0900 -------------------------- Patching file input.c using Plan A... Hunk #1 succeeded at 179. Hunk #2 succeeded at 188. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kanji_map.c kterm-6.2.0.ext06/kanji_map.c |--- kterm-6.2.0.orig/kanji_map.c 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/kanji_map.c 2011-05-23 00:49:42.000000000 +0900 -------------------------- (Creating file kanji_map.c...) Patching file kanji_map.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kanji_map.h kterm-6.2.0.ext06/kanji_map.h |--- kterm-6.2.0.orig/kanji_map.h 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/kanji_map.h 2011-05-23 00:49:42.000000000 +0900 -------------------------- (Creating file kanji_map.h...) Patching file kanji_map.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kfontlist.def kterm-6.2.0.ext06/kfontlist.def |--- kterm-6.2.0.orig/kfontlist.def 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/kfontlist.def 2011-05-05 09:01:37.000000000 +0900 -------------------------- (Creating file kfontlist.def...) Patching file kfontlist.def using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kfontlist.m4 kterm-6.2.0.ext06/kfontlist.m4 |--- kterm-6.2.0.orig/kfontlist.m4 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/kfontlist.m4 2011-05-05 09:01:37.000000000 +0900 -------------------------- (Creating file kfontlist.m4...) Patching file kfontlist.m4 using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kinput2.c kterm-6.2.0.ext06/kinput2.c |--- kterm-6.2.0.orig/kinput2.c 1996-07-12 14:01:42.000000000 +0900 |+++ kterm-6.2.0.ext06/kinput2.c 2011-05-06 00:35:50.000000000 +0900 -------------------------- Patching file kinput2.c using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 172. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kterm.h kterm-6.2.0.ext06/kterm.h |--- kterm-6.2.0.orig/kterm.h 1996-07-12 14:01:37.000000000 +0900 |+++ kterm-6.2.0.ext06/kterm.h 2011-06-29 19:15:21.166459925 +0900 -------------------------- Patching file kterm.h using Plan A... Hunk #1 succeeded at 28. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kterm.jman kterm-6.2.0.ext06/kterm.jman |--- kterm-6.2.0.orig/kterm.jman 1996-07-12 14:01:37.000000000 +0900 |+++ kterm-6.2.0.ext06/kterm.jman 2011-05-05 18:00:05.000000000 +0900 -------------------------- Patching file kterm.jman using Plan A... Hunk #1 succeeded at 64. Hunk #2 succeeded at 120. Hunk #3 succeeded at 246. Hunk #4 succeeded at 436. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/kterm.man kterm-6.2.0.ext06/kterm.man |--- kterm-6.2.0.orig/kterm.man 1996-07-12 14:01:37.000000000 +0900 |+++ kterm-6.2.0.ext06/kterm.man 2011-05-05 17:59:31.000000000 +0900 -------------------------- Patching file kterm.man using Plan A... Hunk #1 succeeded at 65. Hunk #2 succeeded at 121. Hunk #3 succeeded at 246. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/main.c kterm-6.2.0.ext06/main.c |--- kterm-6.2.0.orig/main.c 1996-07-12 14:01:38.000000000 +0900 |+++ kterm-6.2.0.ext06/main.c 2011-05-07 08:33:59.000000000 +0900 -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 84. Hunk #2 succeeded at 745 (offset 34 lines). Hunk #3 succeeded at 894 (offset 34 lines). Hunk #4 succeeded at 1580 (offset 50 lines). Hunk #5 succeeded at 1572 (offset 34 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/menu.c kterm-6.2.0.ext06/menu.c |--- kterm-6.2.0.orig/menu.c 1996-06-29 12:56:43.000000000 +0900 |+++ kterm-6.2.0.ext06/menu.c 2011-05-07 08:36:40.000000000 +0900 -------------------------- Patching file menu.c using Plan A... Hunk #1 succeeded at 75. Hunk #2 succeeded at 139. Hunk #3 succeeded at 261. Hunk #4 succeeded at 833. Hunk #5 succeeded at 857. Hunk #6 succeeded at 882. Hunk #7 succeeded at 890. Hunk #8 succeeded at 1525. Hunk #9 succeeded at 1536. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/menu.h kterm-6.2.0.ext06/menu.h |--- kterm-6.2.0.orig/menu.h 1996-07-02 14:01:52.000000000 +0900 |+++ kterm-6.2.0.ext06/menu.h 2011-05-06 11:22:42.000000000 +0900 -------------------------- Patching file menu.h using Plan A... Hunk #1 succeeded at 153. Hunk #2 succeeded at 358. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/misc.c kterm-6.2.0.ext06/misc.c |--- kterm-6.2.0.orig/misc.c 1996-07-12 14:01:43.000000000 +0900 |+++ kterm-6.2.0.ext06/misc.c 2011-06-18 12:08:39.000000000 +0900 -------------------------- Patching file misc.c using Plan A... Hunk #1 succeeded at 775. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/ptyx.h kterm-6.2.0.ext06/ptyx.h |--- kterm-6.2.0.orig/ptyx.h 1996-07-02 14:01:53.000000000 +0900 |+++ kterm-6.2.0.ext06/ptyx.h 2011-05-05 10:36:24.000000000 +0900 -------------------------- Patching file ptyx.h using Plan A... Hunk #1 succeeded at 670. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/unicode_map.c kterm-6.2.0.ext06/unicode_map.c |--- kterm-6.2.0.orig/unicode_map.c 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/unicode_map.c 2011-07-10 16:49:40.592948601 +0900 -------------------------- (Creating file unicode_map.c...) Patching file unicode_map.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/unicode_map.h kterm-6.2.0.ext06/unicode_map.h |--- kterm-6.2.0.orig/unicode_map.h 1970-01-01 09:00:00.000000000 +0900 |+++ kterm-6.2.0.ext06/unicode_map.h 2011-05-18 20:24:29.000000000 +0900 -------------------------- (Creating file unicode_map.h...) Patching file unicode_map.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN kterm-6.2.0.orig/util.c kterm-6.2.0.ext06/util.c |--- kterm-6.2.0.orig/util.c 1996-07-02 14:01:53.000000000 +0900 |+++ kterm-6.2.0.ext06/util.c 2011-06-08 13:57:29.000000000 +0900 -------------------------- Patching file util.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 1197. done => Applying pkgsrc patches for kterm-6.2.0nb24 => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-KTerm.ad => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-KTerm.ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-KTerm.ad,v 1.1 2012/01/13 16:53:28 ryoon Exp $ | |* Should not set globally. | |--- KTerm.ad.orig 2012-01-13 16:42:21.000000000 +0000 |+++ KTerm.ad -------------------------- Patching file KTerm.ad using Plan A... Hunk #1 succeeded at 123. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-aa => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.2 2005/06/01 19:48:32 wiz Exp $ | |--- kterm.h.orig 2005-06-01 21:47:18.000000000 +0200 |+++ kterm.h -------------------------- Patching file kterm.h using Plan A... Hunk #1 succeeded at 37. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ab => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.2 2013/03/02 17:54:52 joerg Exp $ | |--- misc.c.orig 2013-03-01 13:15:57.000000000 +0000 |+++ misc.c -------------------------- Patching file misc.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 65. Hunk #3 succeeded at 319 (offset 4 lines). Hunk #4 succeeded at 347 (offset 4 lines). Hunk #5 succeeded at 374 (offset 4 lines). Hunk #6 succeeded at 598 (offset 4 lines). Hunk #7 succeeded at 707 (offset 4 lines). Hunk #8 succeeded at 911 (offset 4 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ac => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.3 2005/11/29 06:18:52 joerg Exp $ | |--- data.h.orig 2005-11-29 06:09:00.000000000 +0000 |+++ data.h -------------------------- Patching file data.h using Plan A... Hunk #1 succeeded at 65. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ad => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.5 2012/05/31 13:05:27 obache Exp $ | |* Add missing initialization of VMIN and VTIME member of termio's c_cc array | as xterm(1) do. |* Fix copy & paste segfault with ext06 patches. | |--- main.c.orig 2012-05-31 12:41:16.000000000 +0000 |+++ main.c -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 1310. Hunk #2 succeeded at 1614. Hunk #3 succeeded at 1628. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ae => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.2 2013/03/02 17:54:52 joerg Exp $ | |--- charproc.c.orig 2013-03-01 13:07:29.000000000 +0000 |+++ charproc.c -------------------------- Patching file charproc.c using Plan A... Hunk #1 succeeded at 71. Hunk #2 succeeded at 103. Hunk #3 succeeded at 348. Hunk #4 succeeded at 4341. Hunk #5 succeeded at 4355. Hunk #6 succeeded at 4479. Hunk #7 succeeded at 4675. Hunk #8 succeeded at 4685. Hunk #9 succeeded at 4698. Hunk #10 succeeded at 4724. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-button.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-button.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-button.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- button.c.orig 2013-03-01 13:08:51.000000000 +0000 |+++ button.c -------------------------- Patching file button.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 42. Hunk #3 succeeded at 1369. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-cursor.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-cursor.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-cursor.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- cursor.c.orig 2013-03-01 13:14:01.000000000 +0000 |+++ cursor.c -------------------------- Patching file cursor.c using Plan A... Hunk #1 succeeded at 162. Hunk #2 succeeded at 184. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-gset.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-gset.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gset.c,v 1.1 2015/10/30 15:53:00 tsutsui Exp $ | |Fix segmentation faults (out of bound access) on trying to print |10 kanji characters added in JIS X 0213:2004 with fontList 8x16 settings. | |--- gset.c.orig 2015-10-28 17:00:59.000000000 +0000 |+++ gset.c -------------------------- Patching file gset.c using Plan A... Hunk #1 succeeded at 325. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-input.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-input.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-input.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- input.c.orig 2013-03-01 13:15:13.000000000 +0000 |+++ input.c -------------------------- Patching file input.c using Plan A... Hunk #1 succeeded at 64. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-screen.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-screen.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-screen.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- screen.c.orig 2013-03-01 13:18:30.000000000 +0000 |+++ screen.c -------------------------- Patching file screen.c using Plan A... Hunk #1 succeeded at 246. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-scrollbar.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-scrollbar.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-scrollbar.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- scrollbar.c.orig 2013-03-01 13:19:28.000000000 +0000 |+++ scrollbar.c -------------------------- Patching file scrollbar.c using Plan A... Hunk #1 succeeded at 265. Hunk #2 succeeded at 315. Hunk #3 succeeded at 400. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-util.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/kterm/patches/patch-util.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-util.c,v 1.1 2013/03/02 17:54:53 joerg Exp $ | |--- util.c.orig 2013-03-01 13:20:30.000000000 +0000 |+++ util.c -------------------------- Patching file util.c using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 168. Hunk #3 succeeded at 337. Hunk #4 succeeded at 396. Hunk #5 succeeded at 802. Hunk #6 succeeded at 1140. done ===> Creating toolchain wrappers for kterm-6.2.0nb24 ===> Configuring for kterm-6.2.0nb24 imake -DUseInstalled -I/opt/pkg/lib/X11/config imake: executing: /opt/pkg/bin/tradcpp -I. -D__aarch64__ -traditional -D__APPLE__ -D__DARWIN__ -debuglog .imake.cpplog -DUseInstalled -I/opt/pkg/lib/X11/config -DBuildHtmlManPages=NO .imake.start.c In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: /opt/pkg/lib/X11/config/darwin.cf:255:11: Warning: non-identical redefinition of OptimizedCDebugFlags In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: /opt/pkg/lib/X11/config/darwin.cf:236:11: Previous definition was here make Makefiles make includes make depend makedepend -- -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DKTERM -DSTATUSLINE -DKEEPALIVE -DUSE_MAKEDEPEND -- button.c charproc.c cursor.c data.c input.c main.c menu.c misc.c screen.c scrollbar.c tabs.c util.c VTPrsTbl.c kanji_map.c unicode_map.c gset.c convert.c xim.c kinput2.c convlib.c makedepend: warning: button.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/sys/types.h makedepend: warning: button.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /opt/pkg/include/X11/Intrinsic.h, line 61): cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/string.h makedepend: warning: button.c (reading /opt/pkg/include/X11/Intrinsic.h, line 99): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /opt/pkg/include/X11/Xfuncs.h, line 46): cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/string.h makedepend: warning: button.c, line 35: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/stdlib.h makedepend: warning: button.c, line 36: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 42): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/sys/types.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 62): cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/string.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 88): cannot find include file "fcntl.h" not in /opt/pkg/include/fcntl.h not in /usr/include/fcntl.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 89): cannot find include file "unistd.h" not in /opt/pkg/include/unistd.h not in /usr/include/unistd.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 119): cannot find include file "sys/time.h" not in /opt/pkg/include/sys/time.h not in /usr/include/sys/time.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xos.h, line 120): cannot find include file "time.h" not in /opt/pkg/include/time.h not in /usr/include/time.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xarch.h, line 49): cannot find include file "machine/endian.h" not in /opt/pkg/include/machine/endian.h not in /usr/include/machine/endian.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xpoll.h, line 59): cannot find include file "sys/select.h" not in /opt/pkg/include/sys/select.h not in /usr/include/sys/select.h makedepend: warning: charproc.c (reading /opt/pkg/include/X11/Xpoll.h, line 64): cannot find include file "sys/param.h" not in /opt/pkg/include/sys/param.h not in /usr/include/sys/param.h makedepend: warning: charproc.c, line 73: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: charproc.c, line 74: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/stdlib.h makedepend: warning: charproc.c, line 75: cannot find include file "errno.h" not in /opt/pkg/include/errno.h not in /usr/include/errno.h makedepend: warning: charproc.c, line 76: cannot find include file "setjmp.h" not in /opt/pkg/include/setjmp.h not in /usr/include/setjmp.h makedepend: warning: charproc.c, line 77: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/ctype.h makedepend: warning: charproc.c (reading unicode_map.h, line 1): cannot find include file "stdint.h" not in /opt/pkg/include/stdint.h not in /usr/include/stdint.h makedepend: warning: charproc.c, line 969: cannot find include file "kfontlist.c" not in kfontlist.c not in kfontlist.c not in /opt/pkg/include/kfontlist.c not in /usr/include/kfontlist.c makedepend: warning: data.c, line 34: cannot find include file "setjmp.h" not in /opt/pkg/include/setjmp.h not in /usr/include/setjmp.h makedepend: warning: input.c, line 35: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: main.c (reading /opt/pkg/include/X11/Xlocale.h, line 35): cannot find include file "locale.h" not in /opt/pkg/include/locale.h not in /usr/include/locale.h makedepend: warning: main.c, line 82: cannot find include file "pwd.h" not in /opt/pkg/include/pwd.h not in /usr/include/pwd.h makedepend: warning: main.c, line 83: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/ctype.h makedepend: warning: main.c, line 89: cannot find include file "sys/socket.h" not in /opt/pkg/include/sys/socket.h not in /usr/include/sys/socket.h makedepend: warning: main.c, line 155: cannot find include file "sys/ioctl.h" not in /opt/pkg/include/sys/ioctl.h not in /usr/include/sys/ioctl.h makedepend: warning: main.c, line 156: cannot find include file "sys/stat.h" not in /opt/pkg/include/sys/stat.h not in /usr/include/sys/stat.h makedepend: warning: main.c, line 159: cannot find include file "termios.h" not in /opt/pkg/include/termios.h not in /usr/include/termios.h makedepend: warning: main.c, line 248: cannot find include file "sys/resource.h" not in /opt/pkg/include/sys/resource.h not in /usr/include/sys/resource.h makedepend: warning: main.c, line 267: cannot find include file "sys/param.h" not in /opt/pkg/include/sys/param.h not in /usr/include/sys/param.h makedepend: warning: main.c, line 275: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: main.c, line 276: cannot find include file "errno.h" not in /opt/pkg/include/errno.h not in /usr/include/errno.h makedepend: warning: main.c, line 277: cannot find include file "setjmp.h" not in /opt/pkg/include/setjmp.h not in /usr/include/setjmp.h makedepend: warning: main.c, line 284: cannot find include file "time.h" not in /opt/pkg/include/time.h not in /usr/include/time.h makedepend: warning: main.c, line 304: cannot find include file "utmp.h" not in /opt/pkg/include/utmp.h not in /usr/include/utmp.h makedepend: warning: main.c, line 315: cannot find include file "sys/param.h" not in /opt/pkg/include/sys/param.h not in /usr/include/sys/param.h makedepend: warning: main.c, line 362: cannot find include file "signal.h" not in /opt/pkg/include/signal.h not in /usr/include/signal.h makedepend: warning: main.c, line 386: cannot find include file "unistd.h" not in /opt/pkg/include/unistd.h not in /usr/include/unistd.h makedepend: warning: main.c, line 397: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/stdlib.h makedepend: warning: menu.c, line 42: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: menu.c, line 43: cannot find include file "signal.h" not in /opt/pkg/include/signal.h not in /usr/include/signal.h makedepend: warning: misc.c, line 32: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: misc.c, line 33: cannot find include file "setjmp.h" not in /opt/pkg/include/setjmp.h not in /usr/include/setjmp.h makedepend: warning: misc.c, line 34: cannot find include file "signal.h" not in /opt/pkg/include/signal.h not in /usr/include/signal.h makedepend: warning: misc.c, line 35: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/ctype.h makedepend: warning: misc.c, line 36: cannot find include file "pwd.h" not in /opt/pkg/include/pwd.h not in /usr/include/pwd.h makedepend: warning: misc.c, line 37: cannot find include file "errno.h" not in /opt/pkg/include/errno.h not in /usr/include/errno.h makedepend: warning: misc.c (reading /opt/pkg/include/X11/Xmu/Error.h, line 35): cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: misc.c, line 59: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/stdlib.h makedepend: warning: screen.c, line 35: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: screen.c, line 36: cannot find include file "signal.h" not in /opt/pkg/include/signal.h not in /usr/include/signal.h makedepend: warning: screen.c, line 40: cannot find include file "sys/ioctl.h" not in /opt/pkg/include/sys/ioctl.h not in /usr/include/sys/ioctl.h makedepend: warning: scrollbar.c, line 31: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: scrollbar.c, line 32: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/ctype.h makedepend: warning: util.c, line 37: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: unicode_map.c, line 1: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/stdlib.h makedepend: warning: unicode_map.c, line 2: cannot find include file "stdint.h" not in /opt/pkg/include/stdint.h not in /usr/include/stdint.h makedepend: warning: unicode_map.c, line 3: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: unicode_map.c, line 4: cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/string.h makedepend: warning: xim.c, line 21: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: kinput2.c (reading /opt/pkg/include/X11/Xmu/Drawing.h, line 38): cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: kinput2.c, line 25: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/stdio.h makedepend: warning: kinput2.c, line 26: cannot find include file "setjmp.h" not in /opt/pkg/include/setjmp.h not in /usr/include/setjmp.h makedepend: warning: kinput2.c, line 27: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/ctype.h