head	1.6;
access;
symbols
	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.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	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.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2009.07.07.07.32.22;	author mm;	state dead;
branches;
next	1.5;

1.5
date	2007.01.30.10.25.29;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	99.04.30.16.09.55;	author cwt;	state Exp;
branches;
next	1.3;

1.3
date	98.12.19.07.25.19;	author cwt;	state Exp;
branches;
next	1.2;

1.2
date	98.09.22.18.40.36;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.09.17.22.30.10;	author steve;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Dropping tcl8.0 support
- This has no effect on japanese/tcl80 and japanese/tk80 ports

2009-03-22 lang/tcl80: tcl8.0 support dropped
@
text
@--- configure.orig	Tue Mar  9 07:51:26 1999
+++ configure	Sat Jan 27 00:40:27 2007
@@@@ -4097,14 +4097,14 @@@@
   echo "$ac_t""yes" 1>&6
   
 	    SHLIB_CFLAGS="-fpic"
-	    SHLIB_LD="ld -Bshareable -x"
+	    SHLIB_LD="ld -shared -x -soname \$@@"
 	    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'
 	
 else
   echo "$ac_t""no" 1>&6
@


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

With hat:	portmgr
@
text
@@


1.4
log
@Tcl 8.0.5.  Fenner's MLINK PR TBA RSN
@
text
@d1 3
a3 3
--- configure.orig	Mon Mar  8 22:51:26 1999
+++ configure	Thu Apr 29 11:13:56 1999
@@@@ -4097,15 +4097,23 @@@@
d8 1
a8 5
+	    if [ "$PORTOBJFORMAT" = "elf" ]; then
+		SHLIB_LD="ld -shared -x -soname \$@@"
+	    else
+		SHLIB_LD="ld -Bshareable -x"
+	    fi
d16 2
a17 7
-	
+	    if [ "$PORTOBJFORMAT" = "elf" ]; then
+		TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1'
+	    else
+		TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.5'
+	    fi
+
a19 1
 
@


1.3
log
@Tcl v8.0.4
@
text
@d1 3
a3 3
--- configure	Wed Nov 18 14:54:26 1998
+++ configure	Mon Nov 30 15:05:10 1998
@@@@ -4065,15 +4065,23 @@@@
d24 1
a24 1
+		TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.4'
@


1.2
log
@Only use -soname flag if building for an ELF world.

Noticed by:	smace
@
text
@d1 3
a3 3
--- configure.orig	Tue Nov 25 10:31:42 1997
+++ configure	Tue Sep 22 13:29:15 1998
@@@@ -3782,14 +3782,22 @@@@
d19 2
a20 1
-	    TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0'
d24 1
a24 1
+		TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.2'
d26 1
a26 1
 	
d29 1
@


1.1
log
@Make this build in an ELF world.

Reviewed by:	jkh
@
text
@d2 2
a3 2
+++ configure	Wed Sep 16 21:30:16 1998
@@@@ -3782,14 +3782,18 @@@@
d8 5
a12 1
+	    SHLIB_LD="ld -Bshareable -x -soname \$@@"
@
