| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR: 70328
Notes:
svn path=/head/; revision=116460
|
|
|
|
|
|
|
| |
Submitted by: John Hay
Notes:
svn path=/head/; revision=112617
|
|
|
|
| |
Notes:
svn path=/head/; revision=105364
|
|
|
|
| |
Notes:
svn path=/head/; revision=103128
|
|
|
|
|
|
|
|
| |
Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to: dinoex
Notes:
svn path=/head/; revision=103122
|
|
|
|
| |
Notes:
svn path=/head/; revision=103069
|
|
|
|
| |
Notes:
svn path=/head/; revision=102161
|
|
|
|
| |
Notes:
svn path=/head/; revision=95048
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=92133
|
|
|
|
|
|
|
|
| |
kris states that fpsetround is supported,
despite that is not part of C99 standard.
Notes:
svn path=/head/; revision=86253
|
|
|
|
| |
Notes:
svn path=/head/; revision=86222
|
|
|
|
|
|
|
| |
- extend CATEGORIES
Notes:
svn path=/head/; revision=85509
|
|
|
|
| |
Notes:
svn path=/head/; revision=83134
|
|
|
|
|
|
|
|
|
|
|
|
| |
- distfile was recreated with modified files:
macosx/tclMacOSXBundle.c
ChangeLog
PR: 52625
Submitted by: Nate Eldredge <neldredge@hmc.edu>
Notes:
svn path=/head/; revision=81781
|
|
|
|
| |
Notes:
svn path=/head/; revision=81578
|
|
|
|
|
|
|
|
| |
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
Notes:
svn path=/head/; revision=80933
|
|
|
|
|
|
|
| |
(packages are not affected)
Notes:
svn path=/head/; revision=78025
|
|
|
|
| |
Notes:
svn path=/head/; revision=77347
|
|
|
|
|
|
|
|
| |
- make SOURCE path in tclConfig.sh variable
PR: 48574
Notes:
svn path=/head/; revision=77309
|
|
|
|
|
|
|
| |
Submitted by: lehmann@ans-netz.de
Notes:
svn path=/head/; revision=76269
|
|
|
|
| |
Notes:
svn path=/head/; revision=76006
|
|
|
|
| |
Notes:
svn path=/head/; revision=75965
|
|
|
|
| |
Notes:
svn path=/head/; revision=75281
|
|
|
|
| |
Notes:
svn path=/head/; revision=74690
|
|
|
|
| |
Notes:
svn path=/head/; revision=69975
|
|
|
|
| |
Notes:
svn path=/head/; revision=68990
|
|
|
|
| |
Notes:
svn path=/head/; revision=68157
|
|
|
|
| |
Notes:
svn path=/head/; revision=67345
|
|
|
|
| |
Notes:
svn path=/head/; revision=66062
|
|
|
|
|
|
|
| |
koi8-u.enc now in distribution
Notes:
svn path=/head/; revision=65914
|
|
|
|
|
|
|
| |
previous patch did not apply
Notes:
svn path=/head/; revision=56173
|
|
|
|
|
|
|
|
| |
PR: 35817
Submitted by: brandt@fokus.gmd.de
Notes:
svn path=/head/; revision=56072
|
|
|
|
|
|
|
|
|
|
| |
- DISTNAME changed
- configure section for FreeBSD fixed
- new encodings
- new manpages
Notes:
svn path=/head/; revision=55669
|
|
|
|
|
|
|
|
|
|
| |
- define TCL_SHLIB_LD_EXTRAS
- bump PORTREVISION
PR: 34210
Notes:
svn path=/head/; revision=53843
|
|
|
|
| |
Notes:
svn path=/head/; revision=52322
|
|
|
|
|
|
|
| |
Submitted by: pavalos@theshell.com
Notes:
svn path=/head/; revision=50464
|
|
|
|
|
|
|
|
|
|
| |
ports/lang/tcl83 to ports/lang/tcl84
ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.
Notes:
svn path=/head/; revision=50454
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
|
|
|
|
|
|
| |
Submitted by: huck@spawar.navy.mil
Notes:
svn path=/head/; revision=50126
|
|
|
|
|
|
|
| |
Submitted by: Roberto@eurocontrol.fr
Notes:
svn path=/head/; revision=50031
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=50010
|
|
|
|
| |
Notes:
svn path=/head/; revision=49919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'
Notes:
svn path=/head/; revision=49471
|
|
|
|
|
|
|
|
|
|
| |
fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link.
Today tk82 won. :-( So lets fix the race condition. I hope the tcl port
maintainers will think thru this problem and its interaction with the tk
ports.
Notes:
svn path=/head/; revision=49439
|
|
|
|
|
|
|
| |
More encodings are inculded into the release
Notes:
svn path=/head/; revision=49015
|
|
|
|
|
|
|
|
|
|
|
| |
- make FreeBSD-* switch in confugure work as intendend
- add a patch to make manual autoconf work
- PORTREVISION bumped
PR: 28726
Notes:
svn path=/head/; revision=46222
|
|
|
|
| |
Notes:
svn path=/head/; revision=44375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=44012
|
|
|
|
|
|
|
|
| |
PR: roam@FreeBSD.org
Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
Notes:
svn path=/head/; revision=42507
|
|
|
|
|
|
|
| |
Submitted by: mi@aldan.algebra.com (Mikhail Teterin)
Notes:
svn path=/head/; revision=42378
|