summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-05 12:25:55 +0000
committerasami <asami@FreeBSD.org>1998-09-05 12:25:55 +0000
commit0111b6a61b987aaf4acd2c8f8a9b55d5c06c69b4 (patch)
tree33b7e56bd8d8bb43fdaab2923c47b3a3efde2392 /lib/Makefile
parent78636253d7341ba65f5f3f2ec26809a358e15392 (diff)
downloadFreeBSD-src-0111b6a61b987aaf4acd2c8f8a9b55d5c06c69b4.zip
FreeBSD-src-0111b6a61b987aaf4acd2c8f8a9b55d5c06c69b4.tar.gz
Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*
a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/Makefile b/lib/Makefile
index bb7d6a6..7480afd 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.74 1998/08/30 01:45:47 jb Exp $
+# $Id: Makefile,v 1.75 1998/09/02 15:02:18 bde Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
@@ -7,7 +7,6 @@
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
# libcrypt and libmd must be built before libskey.
-# libm must be built before libtcl.
# libmytinfo must be built before libncurses.
# libtermcap must be built before libcurses and libedit.
#
@@ -18,7 +17,7 @@ SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \
libcompat libcurses ${_libdisk} libedit libf2c libfetch libftpio \
libgnumalloc libipx libkvm libmd libncurses libopie \
libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \
- ${_libtcl} ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
+ ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
@@ -45,11 +44,6 @@ _libscsi= libscsi
_libvgl= libvgl
.endif
-.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
- exists(${.CURDIR}/../usr.bin/tclsh) && exists (${.CURDIR}/libtcl)
-_libtcl= libtcl
-.endif
-
.if defined(WANT_CSRG_LIBM)
_libm= libm
.else
OpenPOWER on IntegriCloud