| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Fix LICENSE
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 180344
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.tcl.tk/software/tcltk/8.4.html
This is the twentieth and *FINAL* patch release of Tcl/Tk 8.4.
With this release, support for Tcl/Tk 8.4 comes to an end.
These ports are going to be deprecated soon. Please use 8.5 or 8.6.
|
|
|
|
|
| |
commit.
- Clean left-overs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.tcl.tk/software/tcltk/8.6.html
- Get rid of -thread slaves ports: threads are now enabled by
default and can be OPTIONally disabled. This applies to:
* lang/tcl84
* lang/tcl85
* lang/tcl86
* x11-toolkits/tk84
* x11-toolkits/tk85
* x11-toolkits/tk86
- Get rid of tcl-modules slave port: modules are now installed by default and
can be OPTIONally disabled. This applies to:
* lang/tcl85
* lang/tcl86
- Fix conflicts between man pages of different Tcl/Tk versions, by adding a
suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86).
Reviewed by: bf, crees
Approved by: bapt (portmgr, after partial exp-run)
|
|
|
|
|
| |
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
|
| |
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
|
| |
- change tr to ${TR}
lang/tcl84 only:
- sync MASTER_SITES with other tcl ports
- change sysctl to ${SYSCTL}
Suggested by: stas
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: 110255
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
|
|
|
|
|
|
| |
- Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree)
PR: ports/107953
Submitted by: Martin Matuska <martin_AT_matuska dot org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. add recognition of the BSD-specific SIGINFO signal (to be
submitted to authors);
. avoid even extracting the compat/ subdirectory for fear
of picking up a wrong declaration for a function defined
in a system library;
. force to use the system strstr() instead of building TCL's
own (from compat/strstr.c);
. similarly, use the system memmove() instead of the (identical)
bcopy;
. run the vendor's tests as part of the build -- the test failures
are not fatal, but may help investigate problems;
. fix up the two failing tests so that none currently fail on my two
test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
to authors);
. quiet down the noisy warning, triggered in the thread-case by
the re-#define of inet_ntoa() in tclUnixPort.h.
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
|
| |
- Fix man pages: the required macros were not sourced. (2)
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894>
PR: ports/96622 (1)
Noticed by: phk (2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch-tclUnixChan.c appears to have been a no-op all along, since
it is comparing literal device names, and we have no "/dev/cua".
patch-tclUnixSock.c was introduced on the basis that the nodename
returned by uname(3) was limited to 32 characters, which does not
appear to be the case now.
PORTREVISION not bumped since there should be no functional change.
PR: ports/92334
Submitted by: Donal Fellows <donal.k.fellows@manchester.ac.uk>
(Tcl Core Team)
|
|
|
|
|
|
| |
Tcl sources to be available at Tk build-time. Only a few headers
are actually needed and they are installed by Tcl port under
$LOCALBASE/include/tcl8.x
|
|
|
|
|
|
| |
PR: ports/82826
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Obtained from: tcl CVS
|
| |
|
| |
|
|
|
|
| |
Submitted by: John Hay
|
|
|
|
|
|
| |
FreeBSD only provides the __fpsetreg() used by the following two
for the GNU Compiler. When using, say, Intel's icc they break.
Submitted by: root@celsius.bychok.com
|
|
|
|
|
| |
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
|
|
|
|
|
| |
- make SOURCE path in tclConfig.sh variable
PR: 48574
|
| |
|
|
|
|
| |
koi8-u.enc now in distribution
|
|
|
|
|
| |
PR: 35817
Submitted by: brandt@fokus.gmd.de
|
|
|
|
|
|
|
| |
- DISTNAME changed
- configure section for FreeBSD fixed
- new encodings
- new manpages
|
|
|
|
|
|
|
| |
- define TCL_SHLIB_LD_EXTRAS
- bump PORTREVISION
PR: 34210
|
|
|
|
|
|
|
| |
ports/lang/tcl83 to ports/lang/tcl84
ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.
|
|
|
|
| |
Submitted by: huck@spawar.navy.mil
|
|
|
|
| |
Submitted by: Roberto@eurocontrol.fr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
returns only 31 letters by /usr/include/sys/utsname.h.
Problem was that configure detects uname(3) and uses uname(3) in
the hostname-function, while gethostname gives more (=longer)
information.
keep uname around, as it is be used in TclpSetVariables.
took maintainership 8.2
apply a fix for unsafe tempfile handling from 8.3
PR: 18896
Submitted by: yoshint@flab.fujitsu.co.jp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a problem with deskutils/ical
that assumes the macro TCL_LIB_FILE
can be accessed in quoutes.
Reduced some dynamic expansions on the way.
-TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
+TCL_LIB_FILE='libtcl83.so.1'
-TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1'
+TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1'
-TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a'
+TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
|
|
|
|
| |
More encodings are inculded into the release
|
|
|
|
|
|
|
|
| |
- make FreeBSD-* switch in confugure work as intendend
- add a patch to make manual autoconf work
- PORTREVISION bumped
PR: 28726
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix Installation of new file
- PORTREVISTION bumped
The last item is the koi8-u.enc itself, suitable, I hope, for addition
to the next release of TCL.
koi8-u is not very different from koi8-r. See
http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt
Submitted by: mi@misha.privatelabs.com (Mikhail Teterin)
|
|
|
|
|
| |
PR: roam@FreeBSD.org
Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
|
|
|
|
| |
Submitted by: mi@aldan.algebra.com (Mikhail Teterin)
|
|
|
|
|
|
| |
- Changes in installion of includes, so it keep compaible
to previous patchlevel
- took maintainership
|
|
|
|
| |
PR: ports/25371
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80.
Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
|
|
|
|
| |
Use MLINKS= to accomplish what mkLinks wanted to do.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 7702
Submitted by: Sheldon Hearn <axl@iafrica.com>
|
| |
|
| |
|
|
|
|
|
| |
Thanks go to all the folks who tested on their systems and tested ports
that relied on Tcl/Tk v8.x.
|
|
|
|
|
| |
/usr/local. If people can do a pkg_delete before the final test, it
will be very appreciated.
|
|
|
|
|
|
| |
for consistency with the older tcl ports.
OK'd by: jkh
|
|
|
|
| |
Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com>
|
|
as an option.
Reviewed by: asami
|