=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for tkdesk-2.0.tar.gz => Checksum RMD160 OK for tkdesk-2.0.tar.gz => Checksum SHA512 OK for tkdesk-2.0.tar.gz => Checksum SHA1 OK for tkdesk-2.0p1.patch => Checksum RMD160 OK for tkdesk-2.0p1.patch => Checksum SHA512 OK for tkdesk-2.0p1.patch => Checksum SHA1 OK for tkdesk-2.0p2.patch => Checksum RMD160 OK for tkdesk-2.0p2.patch => Checksum SHA512 OK for tkdesk-2.0p2.patch ===> Installing dependencies for tkdesk-2.0p2nb3 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency x11-links>=1.33: found x11-links-1.33 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency tcl>=8.6.1nb1: found tcl-8.6.11nb1 => Full dependency blt>=2.4znb11: found blt-2.4znb11 => Full dependency tk>=8.6.10nb1: found tk-8.6.11 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for tkdesk-2.0p2nb3 ===> Extracting for tkdesk-2.0p2nb3 ===> Patching for tkdesk-2.0p2nb3 => Applying distribution patches for tkdesk-2.0p2nb3 => Applying distribution patch tkdesk-2.0p1.patch Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |############################################################################# |# Patch File |# |# Application:. TkDesk |# Version: 2.0 |# Patch ID: 2.0p1 |# Release Date: April 16, 2004 |# Description: |# |# Compilation of the file "libdesk/tixImgXpm.c" fails when |# using a Tk version lower than 8.3. |# |# Instructions: |# |# 1. Download the patch file to a handy spot on your hard drive. |# |# 2. Go to the root of your TkDesk source tree: |# |# cd {PATH_TO_SRC}/tkdesk-2.0 |# |# where {PATH_TO_SRC} is wherever you have untarred the |# TkDesk 2.0 source. |# |# 3. Then use the "patch" command: |# |# patch -p1 < {PATH_TO_PATCH}/tkdesk-2.0p1.patch |# |# where {PATH_TO_PATCH} is the directory path to that handy spot |# on your hard drive where you stored the patch file in step #1. |# |# 4. Follow the build instructions in the TkDesk "INSTALL" file |# to recompile and install TkDesk. It would be a good idea, after |# applying a patch, to always use the "testdrive" script to test |# TkDesk prior to doing a "make install". |# |# Note: Patches that ONLY EFFECT TKDESK'S TCL SOURCE FILES may be |# applied directly to an installed version of the TkDesk library |# (e.g. "/usr/local/lib/TkDesk"). In this case, cd to the |# installed TkDesk library directory and use the patch |# command option "-p2" instead of the usual "-p1". |# APPLYING PATCHES IN THIS MANNER IS NOT RECOMMENDED, but |# may be necessary if TkDesk has been installed from a pre-compiled |# package (RPM, etc.). |# |############################################################################# |Index: tkdesk/ChangeLog |diff -c tkdesk/ChangeLog:1.6 tkdesk/ChangeLog:1.8 |*** tkdesk/ChangeLog:1.6 Thu Apr 15 20:53:50 2004 |--- tkdesk/ChangeLog Fri Apr 16 23:03:37 2004 -------------------------- Patching file ChangeLog using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/libdesk/tixImgXpm.c |diff -c tkdesk/libdesk/tixImgXpm.c:1.2 tkdesk/libdesk/tixImgXpm.c:1.3 |*** tkdesk/libdesk/tixImgXpm.c:1.2 Tue Apr 13 19:32:20 2004 |--- tkdesk/libdesk/tixImgXpm.c Fri Apr 16 22:54:49 2004 -------------------------- Patching file libdesk/tixImgXpm.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 171. done => Applying distribution patch tkdesk-2.0p2.patch Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |############################################################################# |# Patch File |# |# Application:. TkDesk |# Version: 2.0 |# Patch ID: 2.0p2 |# Release Date: April 20, 2004 |# Description: |# |# Some Linux distributions are using newer "unofficial" versions of |# Incr Tcl (Itcl). Though TkDesk 2.0 works with the official |# Itcl 3.2.1 release, these newer Itcl installations disable backwards |# compatibility for some older Itcl syntax that TkDesk still requires. |# The typical symptom of this problem is this error message when |# TkDesk is started: |# |# Error in startup script: can't rename "itcl_class": command |# doesn't exist... |# |# Instructions: |# |# 1. Download the patch file to a handy spot on your hard drive. |# |# 2. Go to the root of your TkDesk source tree: |# |# cd {PATH_TO_SRC}/tkdesk-2.0 |# |# where {PATH_TO_SRC} is wherever you have untarred the |# TkDesk 2.0 source. |# |# 3. Then use the "patch" command: |# |# patch -p1 < {PATH_TO_PATCH}/tkdesk-2.0p2.patch |# |# where {PATH_TO_PATCH} is the directory path to that handy spot |# on your hard drive where you stored the patch file in step #1. |# |# 4. Follow the build instructions in the TkDesk "INSTALL" file |# to recompile and install TkDesk. It would be a good idea, after |# applying a patch, to always use the "testdrive" script to test |# TkDesk prior to doing a "make install". |# |# Note: Patches that ONLY EFFECT TKDESK'S TCL SOURCE FILES may be |# applied directly to an installed version of the TkDesk library |# (e.g. "/usr/local/lib/TkDesk"). In this case, cd to the |# installed TkDesk library directory and use the patch |# command option "-p2" instead of the usual "-p1". |# APPLYING PATCHES IN THIS MANNER IS NOT RECOMMENDED, but |# may be necessary if TkDesk has been installed from a pre-compiled |# package (RPM, etc.). |# |############################################################################# |Index: tkdesk/ChangeLog |diff -c tkdesk/ChangeLog:1.8 tkdesk/ChangeLog:1.9 |*** tkdesk/ChangeLog:1.8 Fri Apr 16 23:03:37 2004 |--- tkdesk/ChangeLog Tue Apr 20 12:28:02 2004 -------------------------- Patching file ChangeLog using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tkdesk.main |diff -c tkdesk/tkdesk.main:1.3 tkdesk/tkdesk.main:1.4 |*** tkdesk/tkdesk.main:1.3 Wed Apr 14 11:58:22 2004 |--- tkdesk/tkdesk.main Tue Apr 20 11:21:54 2004 -------------------------- Patching file tkdesk.main using Plan A... Hunk #1 succeeded at 460. Hunk #2 succeeded at 587. Hunk #3 succeeded at 623. Hunk #4 succeeded at 838. Hunk #5 succeeded at 940. Hunk #6 succeeded at 1017. Hunk #7 succeeded at 1053. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Common.tcl |diff -c tkdesk/tcldesk/Common.tcl:1.1.1.1 tkdesk/tcldesk/Common.tcl:1.2 |*** tkdesk/tcldesk/Common.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/Common.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Common.tcl using Plan A... Hunk #1 succeeded at 54. Hunk #2 succeeded at 66. Hunk #3 succeeded at 91. Hunk #4 succeeded at 101. Hunk #5 succeeded at 182. Hunk #6 succeeded at 305. Hunk #7 succeeded at 331. Hunk #8 succeeded at 380. Hunk #9 succeeded at 389. Hunk #10 succeeded at 420. Hunk #11 succeeded at 484. Hunk #12 succeeded at 534. Hunk #13 succeeded at 548. Hunk #14 succeeded at 846. Hunk #15 succeeded at 879. Hunk #16 succeeded at 939. Hunk #17 succeeded at 967. Hunk #18 succeeded at 983. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Desktop.tcl |diff -c tkdesk/tcldesk/Desktop.tcl:1.1.1.1 tkdesk/tcldesk/Desktop.tcl:1.2 |*** tkdesk/tcldesk/Desktop.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/Desktop.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Desktop.tcl using Plan A... Hunk #1 succeeded at 100. Hunk #2 succeeded at 124. Hunk #3 succeeded at 140. Hunk #4 succeeded at 237. Hunk #5 succeeded at 285. Hunk #6 succeeded at 323. Hunk #7 succeeded at 336. Hunk #8 succeeded at 516. Hunk #9 succeeded at 530. Hunk #10 succeeded at 544. Hunk #11 succeeded at 606. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/DiskUsage.tcl |diff -c tkdesk/tcldesk/DiskUsage.tcl:1.1.1.1 tkdesk/tcldesk/DiskUsage.tcl:1.2 |*** tkdesk/tcldesk/DiskUsage.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/DiskUsage.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/DiskUsage.tcl using Plan A... Hunk #1 succeeded at 84. Hunk #2 succeeded at 92. Hunk #3 succeeded at 104. Hunk #4 succeeded at 122. Hunk #5 succeeded at 168. Hunk #6 succeeded at 194. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Editor.tcl |diff -c tkdesk/tcldesk/Editor.tcl:1.2 tkdesk/tcldesk/Editor.tcl:1.3 |*** tkdesk/tcldesk/Editor.tcl:1.2 Wed Mar 10 22:23:40 2004 |--- tkdesk/tcldesk/Editor.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Editor.tcl using Plan A... Hunk #1 succeeded at 186. Hunk #2 succeeded at 349. Hunk #3 succeeded at 524. Hunk #4 succeeded at 550. Hunk #5 succeeded at 571. Hunk #6 succeeded at 1170. Hunk #7 succeeded at 2359. Hunk #8 succeeded at 2419. Hunk #9 succeeded at 2432. Hunk #10 succeeded at 2453. Hunk #11 succeeded at 2504. Hunk #12 succeeded at 2524. Hunk #13 succeeded at 2544. Hunk #14 succeeded at 2601. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/FileInfo.tcl |diff -c tkdesk/tcldesk/FileInfo.tcl:1.1.1.1 tkdesk/tcldesk/FileInfo.tcl:1.2 |*** tkdesk/tcldesk/FileInfo.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/FileInfo.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/FileInfo.tcl using Plan A... Hunk #1 succeeded at 163. Hunk #2 succeeded at 186. Hunk #3 succeeded at 514. Hunk #4 succeeded at 534. Hunk #5 succeeded at 543. Hunk #6 succeeded at 589. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/FileListbox.tcl |diff -c tkdesk/tcldesk/FileListbox.tcl:1.1.1.1 tkdesk/tcldesk/FileListbox.tcl:1.2 |*** tkdesk/tcldesk/FileListbox.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/FileListbox.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/FileListbox.tcl using Plan A... Hunk #1 succeeded at 162. Hunk #2 succeeded at 486. Hunk #3 succeeded at 494. Hunk #4 succeeded at 502. Hunk #5 succeeded at 669. Hunk #6 succeeded at 1021. Hunk #7 succeeded at 1225. Hunk #8 succeeded at 1234. Hunk #9 succeeded at 1252. Hunk #10 succeeded at 1261. Hunk #11 succeeded at 1270. Hunk #12 succeeded at 1300. Hunk #13 succeeded at 1355. Hunk #14 succeeded at 1385. Hunk #15 succeeded at 1450. Hunk #16 succeeded at 1466. Hunk #17 succeeded at 1479. Hunk #18 succeeded at 1488. Hunk #19 succeeded at 1522. Hunk #20 succeeded at 1547. Hunk #21 succeeded at 1570. Hunk #22 succeeded at 1608. Hunk #23 succeeded at 1672. Hunk #24 succeeded at 1700. Hunk #25 succeeded at 1725. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Frame.tcl |diff -c tkdesk/tcldesk/Frame.tcl:1.1.1.1 tkdesk/tcldesk/Frame.tcl:1.2 |*** tkdesk/tcldesk/Frame.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/Frame.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Frame.tcl using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 63. Hunk #3 succeeded at 77. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/HistEntry.tcl |diff -c tkdesk/tcldesk/HistEntry.tcl:1.1.1.1 tkdesk/tcldesk/HistEntry.tcl:1.2 |*** tkdesk/tcldesk/HistEntry.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/HistEntry.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/HistEntry.tcl using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 164. Hunk #3 succeeded at 216. Hunk #4 succeeded at 228. Hunk #5 succeeded at 239. Hunk #6 succeeded at 287. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/List.tcl |diff -c tkdesk/tcldesk/List.tcl:1.2 tkdesk/tcldesk/List.tcl:1.3 |*** tkdesk/tcldesk/List.tcl:1.2 Wed Mar 10 23:47:42 2004 |--- tkdesk/tcldesk/List.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/List.tcl using Plan A... Hunk #1 succeeded at 204. Hunk #2 succeeded at 238. Hunk #3 succeeded at 254. Hunk #4 succeeded at 262. Hunk #5 succeeded at 296. Hunk #6 succeeded at 311. Hunk #7 succeeded at 330. Hunk #8 succeeded at 403. Hunk #9 succeeded at 490. Hunk #10 succeeded at 511. Hunk #11 succeeded at 615. Hunk #12 succeeded at 635. Hunk #13 succeeded at 647. Hunk #14 succeeded at 660. Hunk #15 succeeded at 775. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Periodic.tcl |diff -c tkdesk/tcldesk/Periodic.tcl:1.1.1.1 tkdesk/tcldesk/Periodic.tcl:1.2 |*** tkdesk/tcldesk/Periodic.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/Periodic.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Periodic.tcl using Plan A... Hunk #1 succeeded at 137. Hunk #2 succeeded at 148. Hunk #3 succeeded at 225. Hunk #4 succeeded at 239. Hunk #5 succeeded at 262. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Toplevel.tcl |diff -c tkdesk/tcldesk/Toplevel.tcl:1.1.1.1 tkdesk/tcldesk/Toplevel.tcl:1.2 |*** tkdesk/tcldesk/Toplevel.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/Toplevel.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Toplevel.tcl using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 63. Hunk #3 succeeded at 77. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/Viewer.tcl |diff -c tkdesk/tcldesk/Viewer.tcl:1.2 tkdesk/tcldesk/Viewer.tcl:1.3 |*** tkdesk/tcldesk/Viewer.tcl:1.2 Wed Mar 10 23:47:42 2004 |--- tkdesk/tcldesk/Viewer.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/Viewer.tcl using Plan A... Hunk #1 succeeded at 69. Hunk #2 succeeded at 264. Hunk #3 succeeded at 277. Hunk #4 succeeded at 299. Hunk #5 succeeded at 316. Hunk #6 succeeded at 335. Hunk #7 succeeded at 350. Hunk #8 succeeded at 590. Hunk #9 succeeded at 615. Hunk #10 succeeded at 771. Hunk #11 succeeded at 831. Hunk #12 succeeded at 850. Hunk #13 succeeded at 888. Hunk #14 succeeded at 901. Hunk #15 succeeded at 911. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/action.tcl |diff -c tkdesk/tcldesk/action.tcl:1.1.1.1 tkdesk/tcldesk/action.tcl:1.2 |*** tkdesk/tcldesk/action.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/action.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/action.tcl using Plan A... Hunk #1 succeeded at 124. Hunk #2 succeeded at 186. Hunk #3 succeeded at 612. Hunk #4 succeeded at 707. Hunk #5 succeeded at 732. Hunk #6 succeeded at 758. Hunk #7 succeeded at 783. Hunk #8 succeeded at 823. Hunk #9 succeeded at 1005. Hunk #10 succeeded at 1039. Hunk #11 succeeded at 1066. Hunk #12 succeeded at 1329. Hunk #13 succeeded at 1343. Hunk #14 succeeded at 1461. Hunk #15 succeeded at 1563. Hunk #16 succeeded at 1588. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/appbar-dialup.tcl |diff -c tkdesk/tcldesk/appbar-dialup.tcl:1.1.1.1 tkdesk/tcldesk/appbar-dialup.tcl:1.2 |*** tkdesk/tcldesk/appbar-dialup.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/appbar-dialup.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/appbar-dialup.tcl using Plan A... Hunk #1 succeeded at 77. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/appbar.tcl |diff -c tkdesk/tcldesk/appbar.tcl:1.2 tkdesk/tcldesk/appbar.tcl:1.3 |*** tkdesk/tcldesk/appbar.tcl:1.2 Wed Mar 10 16:27:49 2004 |--- tkdesk/tcldesk/appbar.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/appbar.tcl using Plan A... Hunk #1 succeeded at 380. Hunk #2 succeeded at 553. Hunk #3 succeeded at 741. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/config.tcl |diff -c tkdesk/tcldesk/config.tcl:1.4 tkdesk/tcldesk/config.tcl:1.5 |*** tkdesk/tcldesk/config.tcl:1.4 Tue Apr 13 19:41:51 2004 |--- tkdesk/tcldesk/config.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/config.tcl using Plan A... Hunk #1 succeeded at 224. Hunk #2 succeeded at 501. Hunk #3 succeeded at 679. Hunk #4 succeeded at 865. Hunk #5 succeeded at 1102. Hunk #6 succeeded at 1307. Hunk #7 succeeded at 1336. Hunk #8 succeeded at 1360. Hunk #9 succeeded at 1432. Hunk #10 succeeded at 1449. Hunk #11 succeeded at 1525. Hunk #12 succeeded at 1553. Hunk #13 succeeded at 1620. Hunk #14 succeeded at 1725. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/copy.tcl |diff -c tkdesk/tcldesk/copy.tcl:1.1.1.1 tkdesk/tcldesk/copy.tcl:1.2 |*** tkdesk/tcldesk/copy.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/copy.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/copy.tcl using Plan A... Hunk #1 succeeded at 600. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/cpanels.tcl |diff -c tkdesk/tcldesk/cpanels.tcl:1.2 tkdesk/tcldesk/cpanels.tcl:1.3 |*** tkdesk/tcldesk/cpanels.tcl:1.2 Tue Apr 13 19:44:31 2004 |--- tkdesk/tcldesk/cpanels.tcl Tue Apr 20 11:22:18 2004 -------------------------- Patching file tcldesk/cpanels.tcl using Plan A... Hunk #1 succeeded at 319. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/delete.tcl |diff -c tkdesk/tcldesk/delete.tcl:1.1.1.1 tkdesk/tcldesk/delete.tcl:1.2 |*** tkdesk/tcldesk/delete.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/delete.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/delete.tcl using Plan A... Hunk #1 succeeded at 349. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/dsk_Listbox.tcl |diff -c tkdesk/tcldesk/dsk_Listbox.tcl:1.2 tkdesk/tcldesk/dsk_Listbox.tcl:1.3 |*** tkdesk/tcldesk/dsk_Listbox.tcl:1.2 Thu Apr 8 16:34:21 2004 |--- tkdesk/tcldesk/dsk_Listbox.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/dsk_Listbox.tcl using Plan A... Hunk #1 succeeded at 148. Hunk #2 succeeded at 193. Hunk #3 succeeded at 206. Hunk #4 succeeded at 780. Hunk #5 succeeded at 820. Hunk #6 succeeded at 835. Hunk #7 succeeded at 847. Hunk #8 succeeded at 859. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/file_ops.tcl |diff -c tkdesk/tcldesk/file_ops.tcl:1.2 tkdesk/tcldesk/file_ops.tcl:1.3 |*** tkdesk/tcldesk/file_ops.tcl:1.2 Fri Apr 9 18:41:51 2004 |--- tkdesk/tcldesk/file_ops.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/file_ops.tcl using Plan A... Hunk #1 succeeded at 182. Hunk #2 succeeded at 190. Hunk #3 succeeded at 264. Hunk #4 succeeded at 621. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/find.tcl |diff -c tkdesk/tcldesk/find.tcl:1.1.1.1 tkdesk/tcldesk/find.tcl:1.2 |*** tkdesk/tcldesk/find.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/find.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/find.tcl using Plan A... Hunk #1 succeeded at 654. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/history.tcl |diff -c tkdesk/tcldesk/history.tcl:1.1.1.1 tkdesk/tcldesk/history.tcl:1.2 |*** tkdesk/tcldesk/history.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/history.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/history.tcl using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 265. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/itcl_reload.tcl |diff -c tkdesk/tcldesk/itcl_reload.tcl:1.1.1.1 tkdesk/tcldesk/itcl_reload.tcl:1.2 |*** tkdesk/tcldesk/itcl_reload.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/itcl_reload.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/itcl_reload.tcl using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 86. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/popup.tcl |diff -c tkdesk/tcldesk/popup.tcl:1.1.1.1 tkdesk/tcldesk/popup.tcl:1.2 |*** tkdesk/tcldesk/popup.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/popup.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/popup.tcl using Plan A... Hunk #1 succeeded at 206. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/update.tcl |diff -c tkdesk/tcldesk/update.tcl:1.2 tkdesk/tcldesk/update.tcl:1.3 |*** tkdesk/tcldesk/update.tcl:1.2 Thu Mar 4 14:27:00 2004 |--- tkdesk/tcldesk/update.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/update.tcl using Plan A... Hunk #1 succeeded at 64. Hunk #2 succeeded at 109. Hunk #3 succeeded at 119. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/util.tcl |diff -c tkdesk/tcldesk/util.tcl:1.2 tkdesk/tcldesk/util.tcl:1.3 |*** tkdesk/tcldesk/util.tcl:1.2 Fri Apr 9 18:42:55 2004 |--- tkdesk/tcldesk/util.tcl Tue Apr 20 11:22:19 2004 -------------------------- Patching file tcldesk/util.tcl using Plan A... Hunk #1 succeeded at 129. Hunk #2 succeeded at 234. Hunk #3 succeeded at 251. Hunk #4 succeeded at 471. Hunk #5 succeeded at 509. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/cb_tools/help.tcl |diff -c tkdesk/tcldesk/cb_tools/help.tcl:1.2 tkdesk/tcldesk/cb_tools/help.tcl:1.3 |*** tkdesk/tcldesk/cb_tools/help.tcl:1.2 Thu Mar 11 21:26:23 2004 |--- tkdesk/tcldesk/cb_tools/help.tcl Tue Apr 20 11:22:52 2004 -------------------------- Patching file tcldesk/cb_tools/help.tcl using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 52. Hunk #3 succeeded at 266. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/cb_tools/itcl_reload.tcl |diff -c tkdesk/tcldesk/cb_tools/itcl_reload.tcl:1.1.1.1 tkdesk/tcldesk/cb_tools/itcl_reload.tcl:1.2 |*** tkdesk/tcldesk/cb_tools/itcl_reload.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/cb_tools/itcl_reload.tcl Tue Apr 20 11:22:52 2004 -------------------------- Patching file tcldesk/cb_tools/itcl_reload.tcl using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 86. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |Index: tkdesk/tcldesk/cb_tools/tools.tcl |diff -c tkdesk/tcldesk/cb_tools/tools.tcl:1.1.1.1 tkdesk/tcldesk/cb_tools/tools.tcl:1.2 |*** tkdesk/tcldesk/cb_tools/tools.tcl:1.1.1.1 Sun Feb 29 13:52:24 2004 |--- tkdesk/tcldesk/cb_tools/tools.tcl Tue Apr 20 11:22:52 2004 -------------------------- Patching file tcldesk/cb_tools/tools.tcl using Plan A... Hunk #1 succeeded at 306. done => Applying pkgsrc patches for tkdesk-2.0p2nb3 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-aa => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.3 2006/10/14 02:18:37 rillig Exp $ | |--- configure.orig 2004-04-14 05:39:47.000000000 +0200 |+++ configure 2006-10-14 04:17:03.000000000 +0200 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 1430. Hunk #2 succeeded at 1446. Hunk #3 succeeded at 1462. Hunk #4 succeeded at 1505. Hunk #5 succeeded at 1548. Hunk #6 succeeded at 1570. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ab => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.3 2014/02/22 07:53:47 obache Exp $ | |--- Makefile.in.orig 2004-04-14 22:31:17.000000000 +0000 |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 28. Hunk #2 succeeded at 50. Hunk #3 succeeded at 173. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.2 2005/10/26 04:29:01 minskim Exp $ | |--- tcldesk/configs/AppBar.orig 2004-04-13 01:41:00.000000000 -0500 |+++ tcldesk/configs/AppBar -------------------------- Patching file tcldesk/configs/AppBar using Plan A... Hunk #1 succeeded at 405. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ae => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.1.1.1 2002/07/03 09:27:00 dmcmahill Exp $ | |--- tcldesk/configs/System.orig Sat Apr 29 18:20:13 2000 |+++ tcldesk/configs/System Sat Apr 29 18:21:05 2000 -------------------------- Patching file tcldesk/configs/System using Plan A... Hunk #1 succeeded at 132. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-aj => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-aj Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aj,v 1.4 2014/02/22 07:53:47 obache Exp $ | |--- libdesk/tixImgXpm.c.orig 2014-02-22 04:59:11.000000000 +0000 |+++ libdesk/tixImgXpm.c -------------------------- Patching file libdesk/tixImgXpm.c using Plan A... Hunk #1 succeeded at 58. Hunk #2 succeeded at 149. Hunk #3 succeeded at 237. Hunk #4 succeeded at 252. Hunk #5 succeeded at 272. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ak => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-ak Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ak,v 1.1.1.1 2002/07/03 09:27:01 dmcmahill Exp $ | |--- tcldesk/util.tcl.orig Fri Jun 28 15:05:45 2002 |+++ tcldesk/util.tcl -------------------------- Patching file tcldesk/util.tcl using Plan A... Hunk #1 succeeded at 112. Hunk #2 succeeded at 141. Hunk #3 succeeded at 177. Hunk #4 succeeded at 202. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-al => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/tkdesk/patches/patch-al Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-al,v 1.1 2006/10/14 02:18:37 rillig Exp $ | |--- configure.in.orig 2004-04-14 05:39:12.000000000 +0200 |+++ configure.in 2006-10-14 04:16:47.000000000 +0200 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 107. Hunk #2 succeeded at 120. Hunk #3 succeeded at 131. Hunk #4 succeeded at 167. done ===> Creating toolchain wrappers for tkdesk-2.0p2nb3 ===> Configuring for tkdesk-2.0p2nb3 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files checking for tclConfig.sh... /usr/pkg/lib/tclConfig.sh checking for tkConfig.sh... /usr/pkg/lib/tkConfig.sh checking version of Tcl... 8.6 checking version of Tk... 8.6 checking for itclConfig.sh... not found configure: WARNING: could not find itclConfig.sh - going to keep going, but I am not making any promises. checking for BLT library... /usr/pkg/lib checking for tkdesk... no checking for x86_64--netbsd-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g wheel checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for x86_64--netbsd-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for X... libraries /usr/X11R7/lib, headers /usr/X11R7/include checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking statvfs.h usability... no checking statvfs.h presence... no checking for statvfs.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for unistd.h... (cached) yes checking waitflags.h usability... no checking waitflags.h presence... no checking for waitflags.h... no checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for mode_t... yes checking for size_t... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for gethostname... yes checking for gettimeofday... yes checking for socket... yes checking for strdup... yes checking for strcasecmp... yes checking for statvfs... yes checking for statfs... yes checking for socket in -lsocket... no checking whether union wait is defined correctly... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libdesk/Makefile config.status: creating blt/Makefile config.status: creating netscape-remote/Makefile config.status: creating tkdeskclient/Makefile config.status: creating config.h TkDesk ver-2-0 Override Version Checks....... : no Use TkStep.................... : no Tcl Config Path............... : /usr/pkg/lib/tclConfig.sh Tk Config Path................ : /usr/pkg/lib/tkConfig.sh Tcl Include Path.............. : /usr/pkg/include Tk Include Path............... : /usr/pkg/include Tcl Library Spec.............. : -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ltcl86 Tcl Static Library Spec....... : /usr/pkg/lib/libtcl8.6.a Tk Library Spec............... : -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltk86 Tk Static Library Spec........ : /usr/pkg/lib/libtk8.6.a Itcl Library Spec............. : [I guessed] Itcl Static Library Spec...... : [I guessed] BLT Library Spec.............. : -L/usr/pkg/lib -lBLT BLT Static Library Spec....... : /usr/pkg/lib/libBLT.a Will install TkDesk binaries in /usr/pkg/bin. Will install TkDesk man pages under /usr/pkg/man/. Will install the TkDesk library under /usr/pkg/lib/TkDesk. configure complete, now type 'make'