diff options
author | obrien <obrien@FreeBSD.org> | 2010-11-21 19:36:31 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-11-21 19:36:31 +0800 |
commit | 79382bd2602ccc58449f61fadcabad9222db9f47 (patch) | |
tree | e4791a9ada3e11a2348d8cad769cbc09877b867f /ports-mgmt | |
parent | 3912abb67348e4f58aeb24d0def3ad00b2781c68 (diff) | |
download | freebsd-ports-gnome-79382bd2602ccc58449f61fadcabad9222db9f47.tar.gz freebsd-ports-gnome-79382bd2602ccc58449f61fadcabad9222db9f47.tar.zst freebsd-ports-gnome-79382bd2602ccc58449f61fadcabad9222db9f47.zip |
Catch up with pib/Makefile rev 1.27 (2007/04/09) and actually use Tk 8.4.
[PR 110422 seemed to have missed this]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pib/files/patch-pib | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ports-mgmt/pib/files/patch-pib b/ports-mgmt/pib/files/patch-pib index d0b9b13f39d8..3efd1228a773 100644 --- a/ports-mgmt/pib/files/patch-pib +++ b/ports-mgmt/pib/files/patch-pib @@ -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. |