summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-051-367/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Regenerate (install tclAppInit.c in the installhdrs step).bde1998-03-231-4/+4
|
* Don't install the tcl implementation headers. The tcl distributionbde1998-01-171-9/+1
| | | | | | | | makefile doesn't install them, and they couldn't be used without lots of undocumented -I's in CFLAGS. tcl.h is still installed in /usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh broke all the section 3 tcl man pages by putting it there instead of in /usr/include.
* Updated shlib version to 80.4 in the correct place.bde1998-01-171-2/+2
| | | | | Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS. It was broken by direct editing in rev.1.25.
* Upgrade minor versionpst1997-11-271-2/+2
|
* Update to tcl8.0 release version.phk1997-10-011-14/+16
|
* Split beforeinstall target so that headers can be installed withoutbde1997-08-211-4/+6
| | | | installing data files.
* Regenerate..peter1997-08-161-3/+3
|
* Run mkMakefile.sh to regeneratepeter1997-08-122-124/+3
|
* Move tcl packages to libdata/pkgphk1997-08-012-3/+3
|
* Remove a reference to /c/phk, this should be handled by the magic scriptphk1997-07-271-1/+1
| | | | in src/tools.
* Tada!, tcl is now at 8.0b2 I belive.phk1997-07-252-68/+166
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out max's rev 1.15. tclLoad.c and tclLoadDl2.c are most definatelypeter1996-12-301-3/+4
| | | | | | | | | | | needed, as he discovered when he tried to run vi. :-] These files used to be stubs which used #ifdef PIC to decide whether to use the real dlopen() version or the stub version from the src/contrib/tcl sources. Now, with the our stubs gone, the .PATH directive causes them to be compiled directly from src/contrib/tcl/{unix,generic}. You might need to rebuild your depend rules though as they may have stale paths. Also, this is a generated file. This should not have been edited here.
* Remove tclLoad.c and tclLoadDl2.c from SRCS as these files have been removed.max1996-12-301-4/+3
|
* Remove these.. umm.. "interesting".. hacks now that they are not needed.peter1996-12-282-18/+0
|
* Regenerate. This picks up the new CFLAGS for the PR#2006 fix.peter1996-12-171-3/+3
|
* Rerun configure for updatespeter1996-12-162-3/+3
|
* Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, sincepeter1996-10-312-3/+3
| | | | it has side effects elsewhere.
* Regenerate.peter1996-10-302-4/+4
| | | | | | | No changes other than "instructions" for what other tools that use this .. "interesting" .. system should name their shared libraries. This was broken for some tools (eg: expect-5.21) even for the native tcl build (ie, it would end up using libexpect521.so, not libexpect521.so.1.0)
* Regenerated.. Use new minor number for both installed names, not justpeter1996-10-292-5/+5
| | | | one of them.
* Do not make symbolic links from obj directory into source tree,wosch1996-10-261-233/+73
| | | | | | it may break `make reinstall'. Use cp(1). simplify makefile
* Link shared libraries with -xpst1996-10-081-1/+1
|
* Fixed CLEANFILES. The *.3 links were missing.bde1996-09-201-4/+59
| | | | Removed ugly newlines.
* Update to tcl7.5u1.phk1996-09-183-19/+48
| | | | Add two scaffold files to (attempt) to make a tclsh compiled -static work.
* Regeneratepeter1996-09-051-16/+194
|
* regenerated..peter1996-08-292-3/+3
|
* Committing the output of mkMakefile.sh, including changes to makechuckr1996-08-291-3/+11
| | | | | tcl install extra include files, and fixes on major/minor numbering. Reviewed by: Peter Wemm
* Regenerate Makefile with mkMakefile.sh, add generated tclConfig.shpeter1996-08-292-696/+152
|
* corresponding remove of mkdir /usr/libdata/tcl in generated makefile.peter1996-08-191-3/+2
|
* Bmaked tcl 7.5phk1996-06-261-0/+847
OpenPOWER on IntegriCloud