head	1.6;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.6
date	2011.03.25.11.19.32;	author miwi;	state dead;
branches;
next	1.5;

1.5
date	2005.10.13.02.35.35;	author mnag;	state Exp;
branches;
next	1.4;

1.4
date	99.11.02.03.16.09;	author jseger;	state Exp;
branches;
next	1.3;

1.3
date	98.03.12.01.51.31;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	98.03.09.07.04.47;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.09.19.06.59.50;	author tg;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 10.12.28.23

PR:		155846
Submitted by:	Ports Fury
@
text
@--- fr.orig	Wed Oct 12 18:13:36 2005
+++ fr	Wed Oct 12 18:15:47 2005
@@@@ -1,6 +1,6 @@@@
 #! /bin/sh
 # -*- tcl -*- \
-exec wish $0 wish $*
+exec wish8.4 $0 wish8.4 $*
 
 set glob(version) 2.5.1
 
@@@@ -3301,10 +3301,10 @@@@
 FindLibfr
 
 # Load patches for 8.0...
-if {$tk_patchLevel == "8.0"} {
-  #puts "Buggy 8.0 menu.tcl file, applying patch"
-  source $glob(lib_fr)/menu_80_patch.tcl
-}
+#if {$tk_patchLevel == "8.0"} {
+#  #puts "Buggy 8.0 menu.tcl file, applying patch"
+#  source $glob(lib_fr)/menu_80_patch.tcl
+#}
 
 set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
 
@


1.5
log
@Update to 2.5.1

PR:		87343
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@@gmail.com> (maintainer)
@
text
@@


1.4
log
@Switch to tcl/tk 8.2

Submitted by:	Ade Lovett <ade@@lovett.com>
PR:		ports/14544
@
text
@d1 2
a2 2
--- fr.orig	Mon Feb 16 04:09:54 1998
+++ fr	Thu Mar 12 09:49:30 1998
d6 2
a7 2
-exec wish8.0 $0 wish8.0 $*
+exec wish8.2 $0 wish8.2 $*
d9 1
a9 3
 set glob(version) 2.4.2
 
@@@@ -3162,11 +3162,12 @@@@
d11 1
a13 1
+# FreeBSD fix the bug already..
@


1.3
log
@Add a patch for compatible with tk8.1.
@
text
@d7 1
a7 1
+exec wish8.1 $0 wish8.1 $*
@


1.2
log
@Upgrade to 2.4.2.
@
text
@d1 10
a10 2
--- fr.orig	Mon Mar  9 14:20:12 1998
+++ fr	Mon Mar  9 14:20:52 1998
@


1.1
log
@Upgrade to 2.4.

PR:		4569
Submitted by:	Vanill I. Shu <vanilla@@MinJe.com.TW>
@
text
@d1 19
a19 28
*** fr.orig	Thu Sep 18 22:55:04 1997
--- fr	Thu Sep 18 22:57:08 1997
*************** CheckCmdLineArgs
*** 3125,3135 ****
  
  FindLibfr
  
  # Load patches for 8.0...
! if {$tk_patchLevel == "8.0"} {
!   #puts "Buggy 8.0 menu.tcl file, applying patch"
!   source $glob(lib_fr)/menu_80_patch.tcl
! }
  
  set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
  
--- 3125,3136 ----
  
  FindLibfr
  
+ # FreeBSD fix the bug already..
  # Load patches for 8.0...
! #if {$tk_patchLevel == "8.0"} {
! #  #puts "Buggy 8.0 menu.tcl file, applying patch"
! #  source $glob(lib_fr)/menu_80_patch.tcl
! #}
  
  set auto_path [linsert $auto_path 0 $glob(lib_fr) ]
  
@
