head	1.4;
access;
symbols
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.05.15.01.04.33;	author linimon;	state dead;
branches;
next	1.3;

1.3
date	99.09.02.21.59.31;	author jseger;	state Exp;
branches;
next	1.2;

1.2
date	98.05.21.01.36.25;	author jseger;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@As previously announced, remove lang/tclX80.  It is no longer used by any
other port, and it is supplanted by lang/tclX.
@
text
@--- Config.mk.orig	Sun Dec  6 21:47:30 1998
+++ Config.mk	Fri Aug 27 09:38:06 1999
@@@@ -56,10 +56,10 @@@@
 # to ${TCL_LIB_SPEC}.
 # 
 
-TCL_SRC=${srcbasedir}/../tcl8.0.4
-TCL_BUILD=${bldbasedir}/../tcl8.0.4
-TCL_CONFIG=${TCL_BUILD}/unix/tclConfig.sh
-TCL_LIB=${TCL_BUILD_LIB_SPEC}
+TCL_SRC=${prefix}/include/tcl8.0
+TCL_BUILD=
+TCL_CONFIG=${prefix}/lib/tcl8.0/tclConfig.sh
+TCL_LIB=${TCL_LIB_SPEC}
 
 #------------------------------------------------------------------------------
 # Unless configure is going to be run with --enable-tk=NO, these defines must
@@@@ -68,10 +68,10 @@@@
 # neccessary to link with the Tk shared library (libtk8.0.so).  If you want to
 # use the installed Tk library, set TK_LIB to ${TK_LIB_SPEC}.
 
-TK_SRC=${srcbasedir}/../tk8.0.4
-TK_BUILD=${bldbasedir}/../tk8.0.4
-TK_CONFIG=${TK_BUILD}/unix/tkConfig.sh
-TK_LIB=${TK_BUILD_LIB_SPEC}
+TK_SRC=${prefix}/include/tk8.0
+TK_BUILD=
+TK_CONFIG=${prefix}/lib/tk8.0/tkConfig.sh
+TK_LIB=${TK_LIB_SPEC}
 
 #------------------------------------------------------------------------------
 # C compiler and debug/optimization/profiling flag to use.  Set by configure,
@


1.3
log
@Unbreak and upgrade tclX80 to 8.0.4

PR:		ports/13544
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@@


1.2
log
@Import of tclX8.0.2

PR:             6540
Submitted by:   dob@@bazzle.com
@
text
@d1 2
a2 2
--- Config.mk.ORIG	Sun May  3 18:41:27 1998
+++ Config.mk	Sun May  3 18:43:35 1998
d7 2
a8 2
-TCL_SRC=${srcbasedir}/../tcl8.0
-TCL_BUILD=${bldbasedir}/../tcl8.0
d17 1
a17 1
 # Unless configure is going to be run with --with-tk=NO, these defines must be
d22 2
a23 2
-TK_SRC=${srcbasedir}/../tk8.0
-TK_BUILD=${bldbasedir}/../tk8.0
@


1.1
log
@Un-break this port. We need it for xtem (PR 3759).
@
text
@d1 3
a3 3
--- Config.mk.orig	Sun Jun 16 07:39:18 1996
+++ Config.mk	Thu Oct  9 08:55:04 1997
@@@@ -57,10 +57,10 @@@@
d7 2
a8 2
-TCL_SRC=${srcbasedir}/../tcl7.5
-TCL_BUILD=${bldbasedir}/../tcl7.5
d11 1
a11 1
+TCL_SRC=${PREFIX}/include/tcl7.5
d13 1
a13 1
+TCL_CONFIG=${PREFIX}/lib/tcl7.5/tclConfig.sh
d18 2
a19 2
@@@@ -69,10 +69,10 @@@@
 # neccessary to link with the Tk shared library (libtk4.1.so).  If you want to
d22 2
a23 2
-TK_SRC=${srcbasedir}/../tk4.1
-TK_BUILD=${bldbasedir}/../tk4.1
d26 1
a26 1
+TK_SRC=${PREFIX}/include/tk4.1
d28 1
a28 1
+TK_CONFIG=${PREFIX}/lib/tk4.1/tkConfig.sh
@
