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.32;	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.26;	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
@--- ../tk/unix/Makefile.in.orig	Sun Dec  6 21:47:30 1998
+++ ../tk/unix/Makefile.in	Fri Aug 27 10:37:45 1999
@@@@ -85,7 +85,7 @@@@
 # If a link fails, purge the executable, as some systems leave invalid
 # executables around.
 #
-all: wishx RUNTIME tktest
+all: wishx RUNTIME
 
 static: wishx.static tktest.static
 
@@@@ -112,6 +112,7 @@@@
 	${TCL_SHLIB_LD} -o ${TKX_SHLIB_NAME} ${SOBJS} \
 	    ${TK_BUILD_LIB_SPEC} ${TCLX_BUILD_LIB_SPEC} \
 	    ${TCL_BUILD_LIB_SPEC} ${TCL_SHLIB_LD_LIBS}
+	ln -sf ${TKX_SHLIB_NAME} `echo ${TKX_SHLIB_NAME} | sed 's/\.so.*$$/.so/'`
 
 hello:	hello.c
 	${CC} ${LD_SWITCHES} -o $@@ hello.c ${STATIC_LIBS}
@@@@ -223,9 +224,11 @@@@
 	    ${INSTCOPY} ${TKX_STLIB_NAME} ${INSTALL_ROOT}${TKX_INST_LIB}; \
 	    ${RANLIB} ${INSTALL_ROOT}${TKX_INST_LIB}/${TKX_STLIB_NAME}; \
 	fi
-	${INSTCOPY} tkxConfig.sh ${INSTALL_ROOT}${TKX_INST_LIB}
+	${INSTCOPY} tkxConfig.sh ${INSTALL_ROOT}${TKX_INST_RUNTIME}
 	if test "@@BUILD_SHARED@@" = "YES"; then \
 	    ${INSTCOPY} ${TKX_SHLIB_NAME} ${INSTALL_ROOT}${TKX_INST_LIB} ;\
+	    (cd ${INSTALL_ROOT}${TKX_INST_LIB} && \
+		ln -sf ${TKX_SHLIB_NAME} `echo ${TKX_SHLIB_NAME} | sed 's/\.so.*$$/.so/'`) ;\
 	    ${INSTCOPY} pkgIndex.tcl ${INSTALL_ROOT}${TKX_EXEC_RUNTIME} ;\
 	fi
 	${INSTCOPY} tclhelp ${INSTALL_ROOT}${TKX_INST_BIN}
@


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
--- ../tk/unix/Makefile.in.orig	Sat Nov 29 17:19:07 1997
+++ ../tk/unix/Makefile.in	Mon Sep 28 14:14:16 1998
@


1.2
log
@Import of tclX8.0.2

PR:             6540
Submitted by:   dob@@bazzle.com
@
text
@d1 2
a2 2
--- ../tk/unix/Makefile.in.ORIG	Sun May  3 18:54:47 1998
+++ ../tk/unix/Makefile.in	Sun May  3 18:55:31 1998
d12 21
@


1.1
log
@Un-break this port. We need it for xtem (PR 3759).
@
text
@d1 3
a3 3
--- ../tk/unix/Makefile.in.orig	Sun Jun 16 07:39:17 1996
+++ ../tk/unix/Makefile.in	Thu Oct  9 09:57:43 1997
@@@@ -67,8 +67,7 @@@@
d7 4
a10 3
-all: libtkx.a SHLIB_@@BUILD_SHARED@@ wishx RUNTIME tktest runtest \
-     ${bldbasedir}/tk/tests
+all: libtkx.a SHLIB_@@BUILD_SHARED@@ wishx RUNTIME
a11 2
 wishx: tkXAppInit.o libtkx.a ${LIBTK} ${LIBTCLX}
 	${CC} ${LD_SWITCHES} tkXAppInit.o ${LDLIBS} -o wishx || \
@
