head	1.5;
access;
symbols
	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.4
	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.2
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


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

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

1.3
date	98.10.11.19.51.43;	author smace;	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.5
log
@As previously announced, remove lang/tclX80.  It is no longer used by any
other port, and it is supplanted by lang/tclX.
@
text
@--- ../tcl/unix/Makefile.in.orig	Sun Dec  6 21:47:24 1998
+++ ../tcl/unix/Makefile.in	Fri Aug 27 10:34:27 1999
@@@@ -124,7 +124,7 @@@@
 # If a link fails, purge the executable, as some systems leave invalid
 # executables around.
 #
-all: tcl checkup RUNTIME tclXtest
+all: tcl checkup RUNTIME
 
 static:	tcl.static tclXtest.static
 
@@@@ -152,6 +152,7 @@@@
 	TCL_LIBRARY=${TCL_UNIX_DIR}/../library; export TCL_LIBRARY; \
 	LD_LIBRARY_PATH=${TCL_UNIX_DIR}:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH; \
 	${TCL_SHLIB_LD} -o ${TCLX_SHLIB_NAME} ${SOBJS} ${TCL_SHLIB_LD_LIBS}
+	ln -sf ${TCLX_SHLIB_NAME} `echo ${TCLX_SHLIB_NAME} | sed 's/\.so.*$$/.so/'`
 
 hello:	hello.c
 	${CC} ${LD_SWITCHES} -o $@@ hello.c ${STATIC_LIBS}
@@@@ -173,7 +174,7 @@@@
 # unless we don't have them.
 #
 RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl autoload.tcl help.tmp \
-         dltest.tmp checkup
+	 checkup
 
 tcl.tlib: ${TLIB_SRCS} autoload.tcl
 	-rm -f tcl.tlib tcl.tndx
@@@@ -318,9 +319,11 @@@@
 	    ${INSTCOPY} ${TCLX_STLIB_NAME} ${INSTALL_ROOT}${TCLX_INST_LIB}; \
 	    ${RANLIB} ${INSTALL_ROOT}${TCLX_INST_LIB}/${TCLX_STLIB_NAME}; \
 	fi
-	${INSTCOPY} tclxConfig.sh ${INSTALL_ROOT}${TCLX_INST_LIB}
+	${INSTCOPY} tclxConfig.sh ${INSTALL_ROOT}${TCLX_INST_RUNTIME}
 	if test "@@BUILD_SHARED@@" = "YES"; then \
 	    ${INSTCOPY} ${TCLX_SHLIB_NAME} ${INSTALL_ROOT}${TCLX_INST_LIB} ;\
+	    (cd ${INSTALL_ROOT}${TCLX_INST_LIB} && \
+		ln -sf ${TCLX_SHLIB_NAME} `echo ${TCLX_SHLIB_NAME} | sed 's/\.so.*$$/.so/'`) ;\
 	    ${INSTCOPY} pkgIndex.tcl ${INSTALL_ROOT}${TCLX_EXEC_RUNTIME} ;\
 	fi
 
@


1.4
log
@Unbreak and upgrade tclX80 to 8.0.4

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


1.3
log
@Convert to ELF.
PR:		8017
Approved by:	jseger
@
text
@d1 2
a2 2
--- ../tcl/unix/Makefile.in.orig	Sat Nov 29 17:19:02 1997
+++ ../tcl/unix/Makefile.in	Mon Sep 28 14:13:29 1998
d25 2
a26 2
+         checkup
  
d29 1
a29 1
@@@@ -316,9 +317,11 @@@@
@


1.2
log
@Import of tclX8.0.2

PR:             6540
Submitted by:   dob@@bazzle.com
@
text
@d1 2
a2 2
--- ../tcl/unix/Makefile.in.ORIG	Sun May  3 18:52:36 1998
+++ ../tcl/unix/Makefile.in	Sun May  3 18:53:16 1998
d12 9
a20 1
@@@@ -173,7 +173,7 @@@@
d29 13
@


1.1
log
@Un-break this port. We need it for xtem (PR 3759).
@
text
@d1 3
a3 3
--- ../tcl/unix/Makefile.in.orig	Sun Jun 16 07:39:09 1996
+++ ../tcl/unix/Makefile.in	Thu Oct  9 09:49:19 1997
@@@@ -85,7 +85,7 @@@@
d7 2
a8 2
-all: libtclx.a SHLIB_@@BUILD_SHARED@@ tcl checkup RUNTIME tclXtest runtest
+all: libtclx.a SHLIB_@@BUILD_SHARED@@ tcl checkup RUNTIME
d10 3
a12 3
 tcl: tclXAppInit.o libtclx.a SHLIB_@@BUILD_SHARED@@
 	${CC} ${LD_SWITCHES} tclXAppInit.o ${LDLIBS} -o tcl || \
@@@@ -237,7 +237,7 @@@@
d15 1
a15 1
 RUNTIME: tcl.tlib tcl.tndx tclx.tcl buildidx.tcl loadouster.tcl help.tmp \
d18 2
a19 2
 
 tcl.tlib: ${TLIB_SRCS}
@
