| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Apr 2013 08:20:59
8.6.0
|
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) |
07 Feb 2013 08:29:39
8.6.0
|
gahr  |
- Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
commit.
- Clean left-overs |
06 Feb 2013 15:36:59
8.6.0
|
gahr  |
- Complete my previous commit |
06 Feb 2013 15:25:57
8.6.0
|
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) |
26 Nov 2012 18:16:57
8.6.b.2
|
bf  |
consolidate under (lower-case) tcltk@
PR: 173753 , 173767
Feature safe: yes |
09 Oct 2012 22:12:14
8.6.b.2
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
07 Oct 2012 04:39:12
8.6.b.2
|
eadler  |
Convert to OptionsNG
PR: ports/172432
Submitted by: Michael Gmelin <freebsd@grem.de> |
03 Aug 2012 22:57:37
8.6.b.2
|
mm  |
Release maintainership of Tcl/Tk ports back to pool. |
19 Sep 2011 11:19:13
8.6.b.2
|
mm  |
Fix version number in pkg-descr
PR: ports/157686 |
09 Aug 2011 15:00:44
8.6.b.2
|
mm  |
Update to 8.6b2 |
06 Jun 2011 12:14:38
8.6.b.1_2
|
mm  |
- Fix invalid define for WITH_TK86_MAN
PR: ports/155993
Reported by: Trond Endrestøl <Trond.Endrestol@ximalas.info> |
23 Mar 2011 11:37:49
8.6.b.1_2
|
mm  |
- Add LICENSE information
- Make portlint happier |
16 Apr 2010 07:21:41
8.6.b.1_2
|
mm  |
- Fix version string in pkgIndex.tcl
Reported by: Daniel O'Connor <doconnor@gsoft.com.au> |
20 Nov 2009 09:29:50
8.6.b.1_1
|
mm  |
- Modify COMMENT for tk84, tk85, tk86 and corresponding -thread ports |
22 Aug 2009 00:39:37
8.6.b.1_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
27 Feb 2009 07:11:18
8.6.b.1_1
|
mm  |
- Unbreak if WITH_*_MAN set |
26 Feb 2009 14:19:53
8.6.b.1_1
|
mm  |
- Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION |
04 Feb 2009 09:33:28
8.6.b.1
|
mm  |
- Fix pkg-plist if manpages/demos are to be installed |
04 Feb 2009 09:07:30
8.6.b.1
|
mm  |
- Cosmetic fix: b1 suffix for package provide |
04 Feb 2009 08:50:50
8.6.b.1
|
mm  |
- Add Tcl/Tk 8.6
- Take maintainership of Mk/bsd.tcl.mk |