Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.20_2,1 21 Nov 2017 18:50:59 |
rene |
Remove expired ports:
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use
8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ |
8.4.20_2,1 09 Nov 2017 20:09:18 |
antoine |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr |
8.4.20_2,1 20 Oct 2017 12:25:51 |
gahr |
lang/tcl84, x11-toolkits/tk84: extend expiration for another month
Track down a few more ports that depend on those two, and deprecate them too. |
8.4.20_2,1 20 Oct 2017 11:12:56 |
gahr |
Revert 452511, I missed some ports
I missed some ports that depend on lang/tcl84 or x11-toolkits/tk84 by
explicitly mentioning the port origin instead of using USES. |
8.4.20_2,1 20 Oct 2017 10:38:57 |
gahr |
lang/tcl84, x11-toolkits/tk84: remove expired ports
Fix supported versions in USES=t[cl|k], remove last consumer (lang/fpc-tcl) and
bump PORTREVISION on two other ports that have had their dependencies or
default options changed (lang/smalltalk and x11-toolkits/ocaml-labltk) |
8.4.20_2,1 11 Sep 2017 15:23:16 |
gahr |
lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependents |
8.4.20_2,1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
8.4.20_2,1 09 Sep 2016 07:47:02 |
gahr |
lang/tcl8*: remove use of fpsetround
Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a
PR: 212512
Submitted by: emaste |
8.4.20_2,1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
8.4.20_2,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
8.4.20_2,1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
8.4.20_2,1 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
8.4.20_2,1 28 Jul 2014 22:18:42 |
adamw |
Rename lang/ patch-xy patches to reflect the files they modify. |
8.4.20_2,1 03 Feb 2014 09:13:50 |
gahr |
- STAGE-clean
- Fix LICENSE |
8.4.20_2,1 26 Sep 2013 14:53:12 |
bdrewery |
- Partial revert of r328226: These ports are not stage safe as they
install absolute symlinks pointing to the stagedir! Poudriere has
been improved to check for this issue now.
With hat: portmgr
Reported by: madpilot, jpaetzel |
8.4.20_1,1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
8.4.20_1,1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
8.4.20_1,1 20 Sep 2013 07:43:52 |
gahr |
- Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by: bapt |
8.4.20_1,1 08 Jul 2013 14:31:36 |
gahr |
- Fix reference to header location in tclPort.h
- Bump PORTREVISION
PR: 180344
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org> |
8.4.20,1 04 Jun 2013 10:37:26 |
gahr |
- Update to 8.4.20
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. |
8.4.19_4,1 22 May 2013 13:04:58 |
gahr |
- Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by: bdrewery |
8.4.19_3,1 18 Apr 2013 08:20:59 |
gahr |
- Fix a long standing problem in tclConfig.sh and tkConfig.sh, where paths
were set based on WRKSRC instead of PREFIX.
This mainly affected TEA-based extensions that source tclConfig.sh /
tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which
is used to locate Tcl/Tk private header files such as tclUnixPort.h or
tkUnixPort.h. This variable was previously set to WRKSRC, which caused
ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS.
It should now be possible to build TEA-based extensions by specifying only
the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}.
Feature safe: yes
Approved by: bapt (portmgr) |
8.4.19_3,1 07 Feb 2013 08:29:39 |
gahr |
- Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
commit.
- Clean left-overs |
8.4.19_3,1 06 Feb 2013 15:25:57 |
gahr |
- Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
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) |
8.4.19_3,1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
8.4.19_3,1 26 Nov 2012 18:16:57 |
bf |
consolidate under (lower-case) tcltk@
PR: 173753 , 173767
Feature safe: yes |
8.4.19_3,1 26 Nov 2012 16:30:56 |
gahr |
- reassign ports to TclTk@FreeBSD.org
- while at it, trim Makefile headers in lang/tcl-modules
PR: ports/173939
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (previous maintainer)
Approved by: mm@ (previous maintainer of lang/tcl-modules)
Feature safe: yes |
8.4.19_3,1 12 Oct 2012 16:50:41 |
wxs |
Convert to new options.
PR: ports/172419
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe: yes |
8.4.19_3,1 30 Sep 2012 06:25:20 |
rm |
- pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com> |
8.4.19_3,1 03 Aug 2012 22:57:37 |
mm |
Release maintainership of Tcl/Tk ports back to pool. |
8.4.19_3,1 23 Mar 2011 11:37:49 |
mm |
- Add LICENSE information
- Make portlint happier |
8.4.19_3,1 09 Dec 2010 08:48:49 |
mm |
- Unbreak build with clang
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org> |
8.4.19_3,1 20 Nov 2009 09:20:00 |
mm |
- Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread |
8.4.19_3 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
8.4.19_3,1 26 Jun 2009 06:31:27 |
mm |
- Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.sh
- Bump PORTREVISION
Suggested by: Karl Lehenbauer <karl@flightaware.com> |
8.4.19_2,1 02 Mar 2009 10:31:33 |
mm |
- Change the location of LATEST_LINK to make it work
- Bump PORTREVISION
PR: ports/132241
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> |
8.4.19_1,1 26 Feb 2009 14:19:53 |
mm |
- Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION |
8.4.19,1 22 Apr 2008 06:29:44 |
mm |
- Update to 8.4.19 |
8.4.18,1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
8.4.18,1 13 Feb 2008 06:19:29 |
mm |
- Update to 8.4.18 |
8.4.17,1 11 Jan 2008 11:26:50 |
mm |
- Update to 8.4.17 |
8.4.16,1 22 Sep 2007 11:40:34 |
mm |
- Update to 8.4.16 |
8.4.15_2,1 06 Jun 2007 13:46:46 |
mm |
- revert ${TR} back to tr, threaded build was broken
Approved by: garga (mentor) |
8.4.15_1,1 05 Jun 2007 13:26:58 |
mm |
- fix shared build on -CURRENT
- 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) |
8.4.15,1 31 May 2007 05:22:43 |
mm |
- 8.4.15 distinfo missing in last commit (accidentally) |
8.4.15,1 30 May 2007 18:49:03 |
mm |
- update of lang/tcl84 and x11-toolkits/tk84 to 8.4.15
Approved by: garga (mentor) |
8.4.14_4,1 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
8.4.14_4,1 27 Mar 2007 11:54:43 |
miwi |
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit |
8.4.14_3,1 21 Mar 2007 09:22:16 |
miwi |
- Fix build with slave port
Submitted by: pointyhat |
8.4.14_2,1 20 Mar 2007 10:39:05 |
miwi |
Adds a new way of working with threaded versions and
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) |
8.4.14_1,1 13 Mar 2007 10:31:58 |
miwi |
- Improved handling of WITH_TCL84_MAN
PR: 110255
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
8.4.14_1,1 08 Mar 2007 14:00:59 |
miwi |
- Ddds TCL84_MAN and TCLSH_WRAPPER to OPTIONS
- 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> |
8.4.14,1 19 Jan 2007 23:14:38 |
sat |
- Disable test due to prolonged (20h+) hangs (on my current/amd64 box)
- A couple of style fixes while I'm here
PR: ports/100997
Submitted by: ehaupt |
8.4.14,1 17 Jan 2007 04:49:29 |
clsung |
- Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14
- 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> |
8.4.13_1,1 01 Dec 2006 15:40:16 |
pav |
- Be more thorough in resetting locales to ensure successfull test run
PR: ports/105191
Submitted by: Gregory Nou <gregory.nou@gmail.com> |
8.4.13_1,1 01 Dec 2006 14:19:26 |
laszlof |
Respect X11BASE in pkg-deinstall.tclsh
Reported by: pointyhat |
8.4.13_1,1 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
8.4.13_1,1 07 Jul 2006 23:08:24 |
linimon |
Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.
Hat: portmgr |
8.4.13_1,1 06 Jul 2006 06:42:24 |
sem |
Fix INDEX build |
8.4.13_1,1 05 Jul 2006 20:04:24 |
mi |
Add check for net.inet.tcp.blackhole and warn users, when it is set, as well
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@ |
8.4.13_1,1 27 Jun 2006 22:27:22 |
mi |
Fix up a few issues:
. 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. |
8.4.13,1 04 Jun 2006 22:02:14 |
thierry |
- Upgrade to 8.4.13; (1)
- 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) |
8.4.11,1 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
8.4.11,1 29 Apr 2006 14:47:53 |
lawrance |
Remove two obsolete patches.
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) |
8.4.11,1 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
8.4.11,1 18 Jul 2005 07:24:08 |
adamw |
Ensure that LATEST_LINK is unique for the tcl84-thread port. |
8.4.11,1 05 Jul 2005 17:30:52 |
mi |
Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
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 |
8.4.10,1 30 Jun 2005 18:57:11 |
pav |
- Fix build in WITH_THREADS case
PR: ports/82826
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Obtained from: tcl CVS |
8.4.10,1 29 Jun 2005 21:40:26 |
mi |
Correct pkg-plist. Put on the pointed hat.
Notified by: kris (pointyhat) |
8.4.10,1 29 Jun 2005 15:20:02 |
mi |
Correct the use of PREFIX (where we insall ourselves) and LOCALBASE
(where we find other packages). This makes no difference in most
cases...
PR: 82645
Submitted by: Vsevolod Stakhov |
8.4.10,1 29 Jun 2005 13:44:01 |
mi |
Update from 8.4.7 to 8.4.10 |
8.4.7,1 12 Nov 2004 01:15:00 |
ade |
Update to 8.4.7 |
8.4.6_3,1 01 Nov 2004 12:46:24 |
dinoex |
- allow to set TCLBASE
package not changed |
8.4.6_3,1 28 Oct 2004 07:49:06 |
dinoex |
- optimize reinplace to handle symlinked /usr/ports |
8.4.6_2,1 27 Oct 2004 18:07:18 |
dinoex |
- Fix bad source path in tclConfig.sh tkConfig.sh
make packages from pointyhat cluster work as intended |
8.4.6_1,1 17 Aug 2004 05:00:53 |
dinoex |
- new options:
WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR: 70328 |
8.4.6_1,1 30 Jun 2004 13:17:09 |
dinoex |
- support mode on /dev/cuaa*
Submitted by: John Hay |
8.4.6,1 26 Mar 2004 18:39:07 |
dinoex |
- make PKGNAMESUFFIX more flexible |
8.4.6,1 06 Mar 2004 19:32:12 |
dinoex |
- reset MAINTIANER as nobody cares for it. |
8.4.6,1 06 Mar 2004 18:03:56 |
pav |
- Restore PORTEPOCH
Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to: dinoex |
8.4.6 06 Mar 2004 06:11:30 |
dinoex |
- update to 8.4.6 |
8.4.5 26 Feb 2004 05:26:15 |
dinoex |
- add SIZE |
8.4.5,1 04 Dec 2003 19:30:29 |
dinoex |
- Update to 8.4.5 |
8.4.4_1,1 25 Oct 2003 20:44:15 |
dinoex |
- add patch for:
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 |
8.4.4,1 04 Aug 2003 04:39:31 |
dinoex |
- back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard. |
8.4.4,1 03 Aug 2003 09:54:44 |
dinoex |
- NOT_FOR_ARCHS amd64, fpsetround does not exist. |
8.4.4,1 24 Jul 2003 06:28:21 |
dinoex |
- update 8.4.4
- extend CATEGORIES |
8.4.3,1 17 Jun 2003 04:00:45 |
dinoex |
- Update URL |
8.4.3,1 31 May 2003 04:33:45 |
kris |
Add a second checksum:
- distfile was recreated with modified files:
macosx/tclMacOSXBundle.c
ChangeLog
PR: 52625
Submitted by: Nate Eldredge <neldredge@hmc.edu> |
8.4.3,1 21 May 2003 05:10:32 |
dinoex |
- Update to 8.4.3 |
8.4.2_1,1 13 May 2003 19:13:01 |
dinoex |
- use configures --includedir
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile |
8.4.2,1 03 Apr 2003 04:21:50 |
dinoex |
- Fix some problems for other ports when WRKDIRPREFIX= is not set.
(packages are not affected) |
8.4.2,1 24 Mar 2003 04:18:47 |
dinoex |
- fix problem with sed, if no WRKDIRPREFIX is set. |
8.4.2,1 23 Mar 2003 20:29:46 |
dinoex |
- Update to 8.4.2
- make SOURCE path in tclConfig.sh variable
PR: 48574 |
8.4.1,1 23 Feb 2003 12:33:36 |
dinoex |
- add suuport for option TCL_WITH_THREADS
Submitted by: lehmann@ans-netz.de |
8.4.1,1 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
8.4.1,1 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
8.4.1,1 11 Feb 2003 04:39:49 |
dinoex |
- Fix spelling |
8.4.1,1 04 Feb 2003 20:11:12 |
dinoex |
- use LATEST_LINK |
8.4.1,1 12 Nov 2002 21:13:42 |
dinoex |
- Update to 8.4.1 |