Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.5.19_5 09 Apr 2024 06:49:59 |
Pietro Cerutti (gahr) |
lang/tcl85, x11-toolkits/tk85: remove, EOL |
8.5.19_5 24 Feb 2024 16:33:33 |
Muhammad Moinur Rahman (bofh) |
lang/tcl85: Moved man to share/man
Approved by: portmgr (blanket) |
8.5.19_4 24 Apr 2023 15:51:34 |
Pietro Cerutti (gahr) |
lang/tcl8[5-7], x11-toolkits/tk8[5-7]: fix build with WITH_LLVM_BINUTILS
PR: 270768
Reported by: emaste |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.5.19_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.5.19_4 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
8.5.19_4 10 Sep 2021 07:03:41 |
Pietro Cerutti (gahr) |
lang/tcl85: regenerate patch files |
8.5.19_4 10 Sep 2021 07:03:41 |
Pietro Cerutti (gahr) |
lang/tcl8[56]: fix unsafe buffer lifetime, bump PORTREVISION
PR: 258392
Reported by: dim
Obtained from: https://core.tcl-lang.org/tcl/info/24b9181478 |
8.5.19_3 29 Aug 2021 18:28:17 |
Bernhard Froehlich (decke) |
lang/tcl85: Add CPE information
Approved by: portmgr (blanket) |
8.5.19_3 20 Jun 2021 11:39:01 |
Po-Chuan Hsieh (sunpoet) |
lang/tcl85: Update WWW
Approved by: portmgr (blanket) |
8.5.19_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.5.19_3 12 Jun 2019 15:51:56 |
gahr |
Deprecate Tcl/Tk 8.5 and dependent ports
Tcl/Tk 8.5 is approaching EOL. It might or might get another patch release with
8.7 is released, but people should have started migrating to 8.6 long ago. See
also the second paragraph in the last 8.5 release announcement from three years
ago here: https://code.activestate.com/lists/tcl-core/15413/
For now, I don't have an EXPIRATION_DATE. |
8.5.19_3 19 Feb 2019 08:58:44 |
gahr |
lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default
Reported
by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html |
8.5.19_2 10 May 2018 23:05:17 |
bdrewery |
Fix libtclstub.a being stripped of symbols and thus being useless.
- We forced -s to INSTALL because we were not using install-strip.
- qa.sh was bugged and improperly reported that the shared library
was not stripped. That was fixed in r469589. |
8.5.19_1 27 Mar 2018 14:24:25 |
gahr |
lang/tcl85, lang/tcl86: remove MODULES option
MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557).
Moreover, they don't require any additional dependencies and their cost in
terms of size is small wrt the total size of these ports.
PR: 226557 |
8.5.19_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.5.19_1 04 Nov 2016 15:15:36 |
gahr |
lang/tcl85: fix integer overflow and avoid segfault
PR: 214205
Submitted by: gahr |
8.5.19 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.5.19 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
8.5.19 16 Feb 2016 09:06:56 |
gahr |
lang/tcl85, x11-toolkits/tk85: update to 8.5.19
Announcement: http://code.activestate.com/lists/tcl-core/15413/ |
8.5.18_1 24 Jun 2015 07:46:59 |
gahr |
- Add a couple of symlinks needed by databases/casstcl
- Bump PORTREVISION
- While at it, make makepatch-ify |
8.5.18 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.5.18 07 Mar 2015 10:57:50 |
gahr |
- Update Tcl/Tk 8.5 to 8.5.18
Release notes: http://code.activestate.com/lists/tcl-core/14457/ |
8.5.17 15 Nov 2014 10:53:29 |
gahr |
- Update Tcl/Tk 8.5 to 8.5.17
Release notes: http://code.activestate.com/lists/tcl-core/14232/ |
8.5.16 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
8.5.16 27 Aug 2014 07:54:49 |
gahr |
- Update Tcl/Tk 8.5 to 8.5.16
Release notes: http://code.activestate.com/lists/tcl-core/14056/ |
8.5.15_2 22 Aug 2014 07:20:30 |
antoine |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
8.5.15_2 28 Apr 2014 08:17:50 |
gahr |
- Fix PLIST with non-standard OPTIONS
PR: 188712
Submitted by: Allen Hewes <rallenh@hotmail.com> |
8.5.15_2 03 Feb 2014 09:25:40 |
gahr |
- STAGE-clean
- Fix LICENSE |
8.5.15_2 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.5.15_1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
8.5.15_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
8.5.15_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.5.15_1 20 Sep 2013 07:07:48 |
gahr |
- Fix a problem that causes modules not to be found
- Bump PORTREVISION
Reported by: Christoph Lukas <clukas@firc.de> |
8.5.15 18 Sep 2013 21:01:43 |
gahr |
- Update Tcl/Tk 8.5 to 8.5.15
Release notes: http://code.activestate.com/lists/tcl-core/13585/ |
8.5.14_1 22 May 2013 13:04:58 |
gahr |
- Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by: bdrewery |
8.5.14 29 Apr 2013 16:01:47 |
gahr |
- Allow safe interps to use tm.tcl to locate packages. This only affects
SafeBase interps, as "raw" safe interps cannot read the filesystem. |
8.5.14 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.5.14 17 Apr 2013 08:59:53 |
gahr |
- Update Tcl/Tk 8.5 to 8.5.14
Release notes: http://code.activestate.com/lists/tcl-core/13208/
Feature safe: yes |
8.5.13 07 Feb 2013 10:30:02 |
gahr |
- Remove BROKEN on ia64, as it's reported to build and run fine there
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
8.5.13 07 Feb 2013 09:17:32 |
gahr |
- Fix letf-overs
Reported by: decke |
8.5.13 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.5.13 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.5.13 03 Dec 2012 08:49:58 |
gahr |
- Update to Tcl/Tk 8.5.13
Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852
PR: ports/173753 (based on)
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe: yes |
8.5.12_2 26 Nov 2012 18:16:57 |
bf |
consolidate under (lower-case) tcltk@
PR: 173753 , 173767
Feature safe: yes |
8.5.12_2 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.5.12_2 12 Oct 2012 07:57:47 |
gahr |
- Avoid creating unused empty directories when installing tcl-modules
Approved by: portmgr (bapt)
Feature safe: yes |
8.5.12_2 10 Oct 2012 16:11:21 |
bapt |
Do not try to delete a directory where nothing is being added by the package and
not created by the package.
This fix tcl86 building on pointyhat with pkgng.
Approved by: c.petrik.sosa@gmail.com (maintainer) |
8.5.12_2 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.5.12_2 22 Sep 2012 17:59:16 |
crees |
Of course, files/patch-* should not be in EXTRA_PATCHES.
I've tested this change properly now, and I'll sit quietly in the corner
for a while. |
8.5.12_2 22 Sep 2012 16:43:59 |
crees |
My turn for the pointyhat |
8.5.12_2 22 Sep 2012 16:38:59 |
crees |
Restore files/patch-uk-locale that was removed from tcl86/files
Although gahr removed the file, the pointyhat really belongs to mi for putting
such a nasty surprise into an unrelated Makefile...
Noticed by: David Wolfskill |
8.5.12_2 27 Aug 2012 20:38:41 |
olgeni |
Fix tinderbox leftovers warning from r303095: do not install
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86. |
8.5.12_1 24 Aug 2012 17:16:38 |
mi |
Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.
Bump PORTREVISIONs for both. |
8.5.12 03 Aug 2012 22:57:37 |
mm |
Release maintainership of Tcl/Tk ports back to pool. |
8.5.12 03 Aug 2012 22:34:54 |
mm |
Always install tclsh and wish manual pages. |
8.5.12 03 Aug 2012 09:17:41 |
mm |
Update tcl85/tk85 to 8.5.12 |
8.5.11 08 Nov 2011 12:42:59 |
mm |
Update tcl85/tk85 to 8.5.11 |
8.5.10 26 Jun 2011 09:17:43 |
mm |
Update to 8.5.10 |
8.5.9 23 Mar 2011 11:37:49 |
mm |
- Add LICENSE information
- Make portlint happier |
8.5.9 02 Feb 2011 10:58:39 |
mm |
- Fix pkg-plist with TZDATA option on
- Remove MD5 from distinfo
PR: ports/154458
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Feature safe: yes |
8.5.9 09 Dec 2010 08:48:49 |
mm |
- Unbreak build with clang
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org> |
8.5.9 17 Sep 2010 15:04:14 |
mm |
- Update to 8.5.9 |
8.5.8 20 Nov 2009 10:00:26 |
mm |
- Update to 8.5.8 |
8.5.7_1 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.5.7_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.5.7 24 Jun 2009 13:24:39 |
pav |
- Correct plist for TZDATA option
PR: ports/135092
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (mm; 24 days) |
8.5.7 26 Apr 2009 08:01:58 |
mm |
- Update to 8.5.7 |
8.5.6_3 03 Mar 2009 07:30:25 |
mm |
- do not create library dir if installing modules
Reported by: QAT |
8.5.6_3 02 Mar 2009 23:53:17 |
mm |
- Separate common tcl85 and tcl86 modules to a new port lang/tcl-modules
- Make tcl-modules a slave port of tcl85
- Fix incompatible pkg-lists of tcl85 and tcl86
- Add modules to OPTIONS
- Bump PORTREVISION |
8.5.6_2 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.5.6_1 27 Feb 2009 07:09:02 |
mm |
- Unbreak install if WITH_*_MAN set
- fix pkg-plist for TZDATA in tcl85
PR: ports/132144, ports/132147
Submitted by: bf <bf2006a@yahoo.com> |
8.5.6 26 Feb 2009 19:28:39 |
mm |
- Unbreak and fix patch from last commit |
8.5.6_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.5.6 05 Jan 2009 13:36:05 |
mm |
- Update to 8.5.6 |
8.5.5 17 Oct 2008 08:51:30 |
mm |
- Update to 8.5.5 |
8.5.4 26 Aug 2008 12:30:43 |
mm |
- Update to 8.5.4 |
8.5.3 23 Jul 2008 13:36:24 |
mm |
- Update to 8.5.3 |
8.5.2 23 Apr 2008 06:39:27 |
mm |
- Fix COMMENT, this isn't a development version |
8.5.2 02 Apr 2008 12:02:41 |
mm |
- Update to 8.5.2 |
8.5.1 07 Feb 2008 20:46:20 |
mm |
- Update to 8.5.1 |
8.5.0 29 Dec 2007 21:38:48 |
mm |
- Update to 8.5.0 |
8.5.b.1 28 Sep 2007 05:14:15 |
mm |
- Update to 8.5.b.1 |
8.5.a.6_2 06 Jun 2007 13:46:46 |
mm |
- revert ${TR} back to tr, threaded build was broken
Approved by: garga (mentor) |
8.5.a.6_1 05 Jun 2007 13:32:06 |
mm |
- fix shared build on -CURRENT
- change tr to ${TR}
Suggested by: stas
Approved by: garga (mentor) |
8.5.a.6 30 Apr 2007 12:52:29 |
mm |
- updated to 8.5a6
- added WITH(OUT)_TZDATA option (installs tcl timezone data, default off)
Approved by: garga (mentor) |
8.5.a.5_5 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
8.5.a.5_5 27 Mar 2007 11:54:32 |
miwi |
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit |
8.5.a.5_4 16 Mar 2007 20:24:36 |
miwi |
- Add pkg-plist-threads. (forget in last commit) |
8.5.a.5_4 16 Mar 2007 20:23:52 |
miwi |
- Adds a new way of working with threaded versions and
resolves conflicts.
- Bump PORTREVISION
Notes:
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: 110394
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
8.5.a.5_3 13 Mar 2007 10:42:03 |
miwi |
- Improved handling of WITH_TCL85_MAN
- Manpages are not installed by default (default on for Tcl 8.4)
PR: 110257
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
8.5.a.5_2 08 Mar 2007 14:28:16 |
miwi |
- Adds TCL85_MAN and TCLSH_WRAPPER to OPTIONS
- Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port
- Replaces NO_TCL85_MAN with WITHOUT_TCL85_MAN to comply with structure of
lang/tcl84
- Removes NOPORTDOCS because NO_INSTALL_MANPAGES and NOPORTDOCS aren't the same
PR: 110083
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
8.5.a.5_1 01 Mar 2007 11:02:42 |
miwi |
- Marked broken for ia64 [1]
- Set conflict with tcl-threads
PR: 108972
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
pointyhat via kris [1] |
8.5.a.5_1 31 Jan 2007 15:37:44 |
miwi |
- Fix build
- Bump PORTREVISION
PR: 108545
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
8.5.a.5 29 Jan 2007 03:06:56 |
clsung |
Add tcl85 8.5.a.5, tool Command Language (development version).
PR: ports/108041
Submitted by: martin at matuska.org |