notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/tcl84/Makefile

Number of commits found: 90

Friday, 20 Oct 2017
12:25 gahr search for other commits by this committer
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.
Original commitRevision:452517 
Monday, 11 Sep 2017
15:23 gahr search for other commits by this committer
lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependents
Original commitRevision:449657 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
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)
Original commitRevision:431796 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Friday, 22 Aug 2014
07:20 antoine search for other commits by this committer
Canonicalize a few LICENSE_PERMS

With hat:	portmgr
Original commitRevision:365614 
Monday, 3 Feb 2014
09:13 gahr search for other commits by this committer
- STAGE-clean
- Fix LICENSE
Original commitRevision:342395 
Thursday, 26 Sep 2013
14:53 bdrewery search for other commits by this committer
- 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
Original commitRevision:328369 
Wednesday, 25 Sep 2013
00:54 bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
Original commitRevision:328226 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
07:43 gahr search for other commits by this committer
- Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK

Suggested by:	bapt
Original commitRevision:327665 
Monday, 8 Jul 2013
14:31 gahr search for other commits by this committer
- Fix reference to header location in tclPort.h
- Bump PORTREVISION

PR:		180344
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
Original commitRevision:322508 
Tuesday, 4 Jun 2013
10:37 gahr search for other commits by this committer
- 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.
Original commitRevision:319853 
Wednesday, 22 May 2013
13:04 gahr search for other commits by this committer
- Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect

Reported by:	bdrewery
Original commitRevision:318766 
Thursday, 18 Apr 2013
08:20 gahr search for other commits by this committer
- 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)
Original commitRevision:316025 
Thursday, 7 Feb 2013
08:29 gahr search for other commits by this committer
- Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
  commit.
- Clean left-overs
Original commitRevision:311816 
Wednesday, 6 Feb 2013
15:25 gahr search for other commits by this committer
- 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)
Original commitRevision:311773 
Monday, 26 Nov 2012
18:16 bf search for other commits by this committer
consolidate under (lower-case) tcltk@

PR:		173753 , 173767
Feature safe:	yes
Original commitRevision:307793 
16:30 gahr search for other commits by this committer
- 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
Original commitRevision:307789 
Friday, 12 Oct 2012
16:50 wxs search for other commits by this committer
Convert to new options.

PR:		ports/172419
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:305786 
Sunday, 30 Sep 2012
06:25 rm search for other commits by this committer
- 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>
Original commitRevision:305074 
Friday, 3 Aug 2012
22:57 mm search for other commits by this committer
Release maintainership of Tcl/Tk ports back to pool.
Original commit
Wednesday, 23 Mar 2011
11:37 mm search for other commits by this committer
- Add LICENSE information
- Make portlint happier
Original commit
Friday, 20 Nov 2009
09:20 mm search for other commits by this committer
- Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread
Original commit
Saturday, 22 Aug 2009
00:24 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Original commit
Friday, 26 Jun 2009
06:31 mm search for other commits by this committer
- Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.sh
- Bump PORTREVISION

Suggested by:   Karl Lehenbauer <karl@flightaware.com>
Original commit
Monday, 2 Mar 2009
10:31 mm search for other commits by this committer
- Change the location of LATEST_LINK to make it work
- Bump PORTREVISION

PR:             ports/132241
Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
Original commit
Thursday, 26 Feb 2009
14:19 mm search for other commits by this committer
- Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
Original commit
Tuesday, 22 Apr 2008
06:29 mm search for other commits by this committer
- Update to 8.4.19
Original commit
Wednesday, 9 Apr 2008
13:42 pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Original commit
Wednesday, 13 Feb 2008
06:19 mm search for other commits by this committer
- Update to 8.4.18
Original commit
Friday, 11 Jan 2008
11:26 mm search for other commits by this committer
- Update to 8.4.17
Original commit
Saturday, 22 Sep 2007
11:40 mm search for other commits by this committer
- Update to 8.4.16
Original commit
Wednesday, 6 Jun 2007
13:46 mm search for other commits by this committer
- revert ${TR} back to tr, threaded build was broken

Approved by:    garga (mentor)
Original commit
Tuesday, 5 Jun 2007
13:26 mm search for other commits by this committer
- 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)
Original commit
Wednesday, 30 May 2007
18:49 mm search for other commits by this committer
- update of lang/tcl84 and x11-toolkits/tk84 to 8.4.15

Approved by:    garga (mentor)
Original commit
Thursday, 5 Apr 2007
13:19 mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
Original commit
Tuesday, 27 Mar 2007
11:54 miwi search for other commits by this committer
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION

Notes: Please read UPDATING

Approved by: maintainer implicit
Original commit
Wednesday, 21 Mar 2007
09:22 miwi search for other commits by this committer
- Fix build with slave port

Submitted by:   pointyhat
Original commit
Tuesday, 20 Mar 2007
10:39 miwi search for other commits by this committer
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)
Original commit
Tuesday, 13 Mar 2007
10:31 miwi search for other commits by this committer
- Improved handling of WITH_TCL84_MAN

PR:             110255
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
Original commit
Thursday, 8 Mar 2007
14:00 miwi search for other commits by this committer
- 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>
Original commit
Friday, 19 Jan 2007
23:14 sat search for other commits by this committer
- 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
Original commit
Wednesday, 17 Jan 2007
04:49 clsung search for other commits by this committer
- 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>
Original commit
Friday, 1 Dec 2006
15:40 pav search for other commits by this committer
- Be more thorough in resetting locales to ensure successfull test run

PR:             ports/105191
Submitted by:   Gregory Nou <gregory.nou@gmail.com>
Original commit
Tuesday, 15 Aug 2006
00:29 clsung search for other commits by this committer
- 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>
Original commit
Friday, 7 Jul 2006
23:08 linimon search for other commits by this committer
Fix cronjob-driven updating of ports by fully qualifying the path to sysctl.

Hat:            portmgr
Original commit
Thursday, 6 Jul 2006
06:42 sem search for other commits by this committer
Fix INDEX build
Original commit
Wednesday, 5 Jul 2006
20:04 mi search for other commits by this committer
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@
Original commit
Tuesday, 27 Jun 2006
22:27 mi search for other commits by this committer
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.
Original commit
Sunday, 4 Jun 2006
22:02 thierry search for other commits by this committer
- 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)
Original commit
Tuesday, 9 May 2006
20:52 edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
Original commit
Monday, 18 Jul 2005
07:24 adamw search for other commits by this committer
Ensure that LATEST_LINK is unique for the tcl84-thread port.
Original commit
Tuesday, 5 Jul 2005
17:30 mi search for other commits by this committer
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
Original commit
Wednesday, 29 Jun 2005
15:20 mi search for other commits by this committer
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
Original commit
13:44 mi search for other commits by this committer
Update from 8.4.7 to 8.4.10
Original commit
Friday, 12 Nov 2004
01:15 ade search for other commits by this committer
Update to 8.4.7
Original commit
Monday, 1 Nov 2004
12:46 dinoex search for other commits by this committer
- allow to set TCLBASE
package not changed
Original commit
Thursday, 28 Oct 2004
07:49 dinoex search for other commits by this committer
- optimize reinplace to handle symlinked /usr/ports
Original commit
Wednesday, 27 Oct 2004
18:07 dinoex search for other commits by this committer
- Fix bad source path in tclConfig.sh tkConfig.sh
make packages from pointyhat cluster work as intended
Original commit
Tuesday, 17 Aug 2004
05:00 dinoex search for other commits by this committer
- new options:
 WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
 WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR:     70328
Original commit
Wednesday, 30 Jun 2004
13:17 dinoex search for other commits by this committer
- support mode on /dev/cuaa*
Submitted by:   John Hay
Original commit
Friday, 26 Mar 2004
18:39 dinoex search for other commits by this committer
- make PKGNAMESUFFIX more flexible
Original commit
Saturday, 6 Mar 2004
19:32 dinoex search for other commits by this committer
- reset MAINTIANER as nobody cares for it.
Original commit
18:03 pav search for other commits by this committer
- Restore PORTEPOCH

Reported by:    John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to:  dinoex
Original commit
06:11 dinoex search for other commits by this committer
- update to 8.4.6
Original commit
Thursday, 4 Dec 2003
19:30 dinoex search for other commits by this committer
- Update to 8.4.5
Original commit
Saturday, 25 Oct 2003
20:44 dinoex search for other commits by this committer
- 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
Original commit
Monday, 4 Aug 2003
04:39 dinoex search for other commits by this committer
- back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
Original commit
Sunday, 3 Aug 2003
09:54 dinoex search for other commits by this committer
- NOT_FOR_ARCHS amd64, fpsetround does not exist.
Original commit
Thursday, 24 Jul 2003
06:28 dinoex search for other commits by this committer
- update 8.4.4
- extend CATEGORIES
Original commit
Wednesday, 21 May 2003
05:10 dinoex search for other commits by this committer
- Update to 8.4.3
Original commit
Tuesday, 13 May 2003
19:13 dinoex search for other commits by this committer
- use configures --includedir
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
Original commit
Thursday, 3 Apr 2003
04:21 dinoex search for other commits by this committer
- Fix some problems for other ports when WRKDIRPREFIX= is not set.
  (packages are not affected)
Original commit
Monday, 24 Mar 2003
04:18 dinoex search for other commits by this committer
- fix problem with sed, if no WRKDIRPREFIX is set.
Original commit
Sunday, 23 Mar 2003
20:29 dinoex search for other commits by this committer
- Update to 8.4.2
- make SOURCE path in tclConfig.sh variable
PR:             48574
Original commit
Sunday, 23 Feb 2003
12:33 dinoex search for other commits by this committer
- add suuport for option TCL_WITH_THREADS
Submitted by:   lehmann@ans-netz.de
Original commit
Thursday, 20 Feb 2003
18:26 dinoex search for other commits by this committer
- add COMMENT
Original commit
Tuesday, 11 Feb 2003
04:39 dinoex search for other commits by this committer
- Fix spelling
Original commit
Tuesday, 4 Feb 2003
20:11 dinoex search for other commits by this committer
- use LATEST_LINK
Original commit
Tuesday, 12 Nov 2002
21:13 dinoex search for other commits by this committer
- Update to 8.4.1
Original commit
Monday, 28 Oct 2002
01:36 kris search for other commits by this committer
Add missing manpage
Original commit
Wednesday, 16 Oct 2002
18:18 dinoex search for other commits by this committer
bump PORTEPOCH
Original commit
Saturday, 5 Oct 2002
17:23 dinoex search for other commits by this committer
Update to 8.4.0
Original commit
Monday, 9 Sep 2002
12:12 dinoex search for other commits by this committer
Update to tcl8.4b2
koi8-u.enc now in distribution
Original commit
Thursday, 14 Mar 2002
14:14 dinoex search for other commits by this committer
Create an extra link for tclPlatDecls.h

PR:             35817
Submitted by:   brandt@fokus.gmd.de
Original commit
Thursday, 7 Mar 2002
07:01 dinoex search for other commits by this committer
Update to 8.4.a4    
Original commit
Sunday, 27 Jan 2002
14:24 dinoex search for other commits by this committer
- strip SHLIB_LD of option "-soname $@"   - define TCL_SHLIB_LD_EXTRAS   - bump
PORTREVISION    
Original commit
Friday, 28 Dec 2001
13:18 dinoex search for other commits by this committer
To much _MLINKS for README.html    
Original commit
Saturday, 24 Nov 2001
04:18 dinoex search for other commits by this committer
update ports after rep after reprocopy:    
Original commit

Number of commits found: 90