head	1.3;
access;
symbols
	RELEASE_4_EOL:1.1.1.1
	RELEASE_6_2_0:1.1.1.1
	RELEASE_6_1_0:1.1.1.1
	RELEASE_5_5_0:1.1.1.1
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	tcl81_8_1_thread:1.1.1.1
	EJC:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2007.03.29.13.09.38;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2007.01.30.10.25.30;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	99.01.21.18.19.58;	author ejc;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.01.21.18.19.58;	author ejc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove tcl81-thread, very old, and unused in the tree, tcl version

Approved by:	Martin Matuska <martin@@matuska.org> (maintainer)
@
text
@--- configure.orig	Fri Dec 11 18:36:14 1998
+++ configure	Tue Jan  5 14:03:32 1999
@@@@ -756,7 +756,7 @@@@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lpthread  $LIBS"
+LDFLAGS="-pthread $LDFLAGS"
 cat > conftest.$ac_ext <<EOF
 #line 762 "configure"
 #include "confdefs.h"
@@@@ -784,12 +784,11 @@@@
   tcl_ok=yes
 else
   echo "$ac_t""no" 1>&6
-tcl_ok=no
+tcl_ok=yes
 fi
 
   if test "$tcl_ok" = "yes"; then
      # The space is needed
-     THREADS_LIBS=" -lpthread"
   else
      echo "configure: warning: "Don t know how to find pthread lib on your system - you must disable thread support or edit the LIBS in the Makefile..."" 1>&2
   fi
@@@@ -4330,14 +4329,14 @@@@
   echo "$ac_t""yes" 1>&6
   
 	    SHLIB_CFLAGS="-fpic"
-	    SHLIB_LD="ld -Bshareable -x"
 	    SHLIB_LD_LIBS=""
 	    SHLIB_SUFFIX=".so"
 	    DL_OBJS="tclLoadDl.o"
 	    DL_LIBS=""
 	    LD_FLAGS=""
 	    LD_SEARCH_FLAGS=""
-	    TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
+            TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1'
+            SHLIB_LD="ld -shared -x -soname \$@@"
 	
 else
   echo "$ac_t""no" 1>&6
@


1.2
log
@- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:	portmgr
@
text
@@


1.1
log
@Initial revision
@
text
@d26 1
a26 1
@@@@ -4330,14 +4329,19 @@@@
a37 1
+        if eval "test \"`echo ${PORTOBJFORMAT}`\" = elf"; then
a39 4
+        else
+            TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0'
+            SHLIB_LD="ld -Bshareable -x"
+        fi
@


1.1.1.1
log
@threaded version of tcl81
@
text
@@
