| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Make portlint happier
Notes:
svn path=/head/; revision=271518
|
|
|
|
|
|
|
|
| |
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org>
Notes:
svn path=/head/; revision=265913
|
|
|
|
| |
Notes:
svn path=/head/; revision=244516
|
|
|
|
|
|
|
| |
starting with H,I,J,K,L
Notes:
svn path=/head/; revision=240071
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Suggested by: Karl Lehenbauer <karl@flightaware.com>
Notes:
svn path=/head/; revision=236644
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/132241
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Notes:
svn path=/head/; revision=229321
|
|
|
|
|
|
|
|
| |
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
Notes:
svn path=/head/; revision=229081
|
|
|
|
| |
Notes:
svn path=/head/; revision=211741
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=210928
|
|
|
|
| |
Notes:
svn path=/head/; revision=207134
|
|
|
|
| |
Notes:
svn path=/head/; revision=205449
|
|
|
|
| |
Notes:
svn path=/head/; revision=199898
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=192923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=192839
|
|
|
|
| |
Notes:
svn path=/head/; revision=192443
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=192415
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=189288
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=188534
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=187851
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resolves conflicts.
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.
Behaiviour with non-threaded libraries does not change.
PR: 110401
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes:
svn path=/head/; revision=187770
|
|
|
|
|
|
|
|
| |
PR: 110255
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes:
svn path=/head/; revision=187284
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port
- Adds CONFLICTS between threaded and non-threaded versions
- Adds support for NO_INSTALL_MANPAGES knob
- Pass maintainership to Submitter
PR: 110082
Submitted by: Martin Matuska <martin@matuska.org>
Notes:
svn path=/head/; revision=186895
|
|
|
|
|
|
|
|
|
|
| |
- A couple of style fixes while I'm here
PR: ports/100997
Submitted by: ehaupt
Notes:
svn path=/head/; revision=182823
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=182577
|
|
|
|
|
|
|
|
| |
PR: ports/105191
Submitted by: Gregory Nou <gregory.nou@gmail.com>
Notes:
svn path=/head/; revision=178487
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=178469
|
|
|
|
|
|
|
|
|
|
| |
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170649
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=167166
|
|
|
|
| |
Notes:
svn path=/head/; revision=167049
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as disable socket.test in this case. Some of the TCL's self-tests attempt to
open a socket to (or request http-data from) a "dead" port on the localhost.
These tests expect a quick failure, but get a hang, when the blackhole is on.
Tests in http.test use a timeout, but some of those in socket.test do not...
Pointed out by: confusion on ports@
Notes:
svn path=/head/; revision=167003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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.
Notes:
svn path=/head/; revision=166473
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=164369
|
|
|
|
| |
Notes:
svn path=/head/; revision=161836
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=160780
|
|
|
|
| |
Notes:
svn path=/head/; revision=149341
|
|
|
|
| |
Notes:
svn path=/head/; revision=139469
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=138519
|
|
|
|
|
|
|
|
|
| |
PR: ports/82826
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Obtained from: tcl CVS
Notes:
svn path=/head/; revision=138260
|
|
|
|
|
|
|
| |
Notified by: kris (pointyhat)
Notes:
svn path=/head/; revision=138211
|
|
|
|
|
|
|
|
|
|
|
| |
(where we find other packages). This makes no difference in most
cases...
PR: 82645
Submitted by: Vsevolod Stakhov
Notes:
svn path=/head/; revision=138193
|
|
|
|
| |
Notes:
svn path=/head/; revision=138183
|
|
|
|
| |
Notes:
svn path=/head/; revision=121432
|
|
|
|
|
|
|
| |
package not changed
Notes:
svn path=/head/; revision=120575
|
|
|
|
| |
Notes:
svn path=/head/; revision=120378
|
|
|
|
|
|
|
| |
make packages from pointyhat cluster work as intended
Notes:
svn path=/head/; revision=120330
|
|
|
|
|
|
|
|
|
| |
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
|