mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Catch up with pib/Makefile rev 1.27 (2007/04/09) and actually use Tk 8.4.
[PR 110422 seemed to have missed this]
This commit is contained in:
parent
65bef9d75c
commit
fe2d21704c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264864
@ -1,6 +1,14 @@
|
||||
--- pib.tcl Sat Oct 28 13:01:12 2000
|
||||
+++ pib.tcl Sat Apr 28 04:05:37 2001
|
||||
@@ -309,22 +309,11 @@
|
||||
+++ pib.tcl Sun Nov 21 03:28:43 2010
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Tcl magic \
|
||||
-exec wish8.2 -f $0 $*
|
||||
+exec wish8.4 -f $0 $*
|
||||
################################################################################
|
||||
#
|
||||
# Copyright (C) 1996, 1997
|
||||
@@ -309,22 +309,11 @@ proc init_browser {} {
|
||||
#
|
||||
proc init_options {} {
|
||||
|
||||
@ -23,7 +31,7 @@
|
||||
|
||||
}
|
||||
|
||||
@@ -1931,36 +1920,19 @@
|
||||
@@ -1931,36 +1920,19 @@ proc df_gather {} {
|
||||
update_pwin df_getdinfo [format "%d/%d ports, %dK/sec" $pports $Status(nports) $rate];
|
||||
|
||||
# Find the md5 file.
|
||||
|
Loading…
Reference in New Issue
Block a user