=> Bootstrap dependency digest>=20010302: found digest-20121220 => Bootstrap dependency fetch-[0-9]*: found fetch-1.8nb1 WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for kterm-6.2.0-scroll-wd0.2.patch => Checksum RMD160 OK for kterm-6.2.0-scroll-wd0.2.patch => Checksum SHA1 OK for kterm-6.2.0-termios-wd0.2.patch2 => Checksum RMD160 OK for kterm-6.2.0-termios-wd0.2.patch2 => Checksum SHA1 OK for kterm-6.2.0.NFS-xauth.patch => Checksum RMD160 OK for kterm-6.2.0.NFS-xauth.patch => Checksum SHA1 OK for kterm-6.2.0.ext06.patch.gz => Checksum RMD160 OK for kterm-6.2.0.ext06.patch.gz => Checksum SHA1 OK for kterm-6.2.0.tar.gz => Checksum RMD160 OK for kterm-6.2.0.tar.gz ===> Installing dependencies for kterm-6.2.0nb23 ========================================================================== The following variables will affect the build process of this package, kterm-6.2.0nb23. Their current value is shown below: * XAW_TYPE = standard You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency imake-[0-9]*: found imake-1.0.5 => Tool dependency imake-[0-9]*: found imake-1.0.5 => Tool dependency nbpatch-[0-9]*: found nbpatch-20100124 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency kbproto>=1.0.2: found kbproto-1.0.6 => Build dependency xproto>=7.0.9: found xproto-7.0.24nb1 => Build dependency xcb-proto>=1.4: found xcb-proto-1.8 => Build dependency xextproto>=7.0: found xextproto-7.2.1 => Build dependency inputproto>=1.4: found inputproto-2.3 => Full dependency libXpm>=3.5.4.2: found libXpm-3.5.10 => Full dependency libXaw>=1.0.5: found libXaw-1.0.11 ===> Overriding tools for kterm-6.2.0nb23 ===> Extracting for kterm-6.2.0nb23 ===> Patching for kterm-6.2.0nb23 => Applying distribution patches for kterm-6.2.0nb23 => 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 | |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.0nb23 => Verifying /usr/pkgsrc/x11/kterm/patches/patch-KTerm.ad => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-ab => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-ac => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-ad => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-ae => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-button.c => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-cursor.c => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-input.c => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-screen.c => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-scrollbar.c => Applying pkgsrc patch /usr/pkgsrc/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 /usr/pkgsrc/x11/kterm/patches/patch-util.c => Applying pkgsrc patch /usr/pkgsrc/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.0nb23 ===> Configuring for kterm-6.2.0nb23 => Checking for portability problems in extracted files imake -DUseInstalled -I/usr/pkg/lib/X11/config make Makefiles make includes make depend makedepend -- -I/usr/pkg/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -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 /usr/include/sys/types.h, line 147): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/string.h, line 34): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/pkg/include/X11/Intrinsic.h, line 90): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/stdlib.h, line 33): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/alloca.h, line 25): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/stdio.h, line 34): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/_G_config.h, line 15): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/wchar.h, line 52): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: button.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h" not in /usr/pkg/include/stdarg.h not in /usr/include/stdarg.h makedepend: warning: charproc.c (reading /usr/include/unistd.h, line 227): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: charproc.c, line 969: cannot find include file "kfontlist.c" not in kfontlist.c not in kfontlist.c not in /usr/pkg/include/kfontlist.c not in /usr/include/kfontlist.c makedepend: warning: main.c (reading /usr/include/locale.h, line 29): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: main.c (reading /usr/include/pwd.h, line 33): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: main.c (reading /usr/include/sys/socket.h, line 30): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: main.c (reading /usr/include/bits/socket.h, line 29): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h makedepend: warning: main.c (reading /usr/include/limits.h, line 125): cannot find include file "limits.h" makedepend: warning: main.c (reading /usr/include/signal.h, line 349): cannot find include file "stddef.h" not in /usr/pkg/include/stddef.h not in /usr/include/stddef.h