aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk85
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-toolkits)
* - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINKgahr2013-09-201-6/+4
| | | | Suggested by: bapt
* - Update Tcl/Tk 8.5 to 8.5.15gahr2013-09-194-45/+33
| | | | Release notes: http://code.activestate.com/lists/tcl-core/13585/
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effectgahr2013-05-221-0/+1
| | | | Reported by: bdrewery
* - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where pathsgahr2013-04-181-0/+6
| | | | | | | | | | | | | | | | 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)
* - Update Tcl/Tk 8.5 to 8.5.14gahr2013-04-172-3/+3
| | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13208/ Feature safe: yes
* - Fix man pagegahr2013-02-071-2/+0
| | | | Reported by: decke
* - Add manpage-related files which didn't end up in yesterday's major Tcl/Tkgahr2013-02-072-0/+385
| | | | | commit. - Clean left-overs
* - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0gahr2013-02-065-423/+32
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Assign maintainership to tcltk@gahr2012-12-101-6/+2
| | | | | | - Trim Makefile header Approved by: jnagyjr1978@gmail.com (former maintainer)
* - Update to Tcl/Tk 8.5.13gahr2012-12-033-70/+60
| | | | | | | | 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
* Over to new volunteercrees2012-10-311-1/+1
| | | | | Submitted by: Joseph a Nagy Jr Feature safe: yes
* Mark ports MAKE_JOBS_SAFE after some testing.eadler2012-09-031-0/+2
|
* Release maintainership of Tcl/Tk ports back to pool.mm2012-08-041-1/+1
|
* Always install tclsh and wish manual pages.mm2012-08-041-7/+2
|
* Fix OPTIONS knobs to match new options frameworkmm2012-08-031-9/+9
|
* Update tcl85/tk85 to 8.5.12mm2012-08-034-42/+48
|
* Update tcl85/tk85 to 8.5.11mm2011-11-082-3/+3
|
* Update to 8.5.10mm2011-06-264-11/+12
|
* - Add LICENSE informationmm2011-03-232-1/+3
| | | | - Make portlint happier
* - Unbreak build with clangmm2010-12-091-5/+14
| | | | | PR: ports/152842 Submitted by: Koop Mast <kwm@FreeBSD.org>
* - Update to 8.5.9mm2010-09-174-26/+25
|
* - Fix version string in pkgIndex.tclmm2010-04-162-3/+4
| | | | Reported by: Daniel O'Connor <doconnor@gsoft.com.au>
* - Update to 8.5.8mm2009-11-204-28/+31
|
* - Modify COMMENT for tk84, tk85, tk86 and corresponding -thread portsmm2009-11-201-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with X
* - Update to 8.5.7mm2009-04-264-26/+25
|
* - Unbreak install if WITH_*_MAN setmm2009-02-271-1/+1
| | | | | | | - fix pkg-plist for TZDATA in tcl85 PR: ports/132144, ports/132147 Submitted by: bf <bf2006a@yahoo.com>
* - Disable install of function manpages by defaultmm2009-02-263-26/+35
| | | | | - Add manual page for tclsh8.x and wish8.x - Bump PORTREVISION
* - Update to 8.5.6mm2009-01-052-4/+4
|
* - Update to 8.5.5mm2008-10-172-4/+4
|
* - Update to 8.5.4mm2008-08-262-4/+4
|
* - Update to 8.5.3mm2008-07-232-4/+4
|
* - Update to 8.5.2mm2008-04-024-40/+41
|
* - Update to 8.5.1mm2008-02-082-4/+4
|
* - Update to 8.5.0mm2007-12-306-93/+122
| | | | - Make demos installation optional (WITH_DEMOS)
* - Update to 8.5.b.1mm2007-09-285-49/+37
|
* - Change USE_XLIB=yes to USE_XORG=x11mm2007-07-291-2/+3
| | | | | | | - Bump PORTREVISION Suggested by: miwi Approved by: garga (mentor, implicit)
* - revert ${TR} back to tr, threaded build was brokenmm2007-06-061-3/+3
| | | | Approved by: garga (mentor)
* - fix shared build on -CURRENTmm2007-06-052-4/+4
| | | | | | | - change tr to ${TR} Suggested by: stas Approved by: garga (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - updated to 8.5a6mm2007-04-305-43/+83
| | | | | | - added WITH(OUT)_XFT option (uses libXft, default on) Approved by: garga (mentor)
* - fixed pkgIndex.tcl for threadsmm2007-04-122-3/+5
| | | | | | - bump PORTREVISION Approved by: garga (mentor)
* - updated maintainer e-mail addressmm2007-04-051-2/+2
| | | | Approved by: garga (mentor)
* - Remove support for lang/tcl-tk-wrappermiwi2007-03-271-7/+2
| | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
* - Aadds a new way of working with threaded versions andmiwi2007-03-174-35/+61
| | | | | | | | | | | | | | | 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: 110395 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix indexmiwi2007-03-141-0/+1
|
* - Improved handling of WITH_TK85_MANmiwi2007-03-133-17/+29
| | | | | | | | - Manpages are not installed by default (default on for default TK - 8.4) - Fixed pkg-plist if no manpages are installed PR: 110258 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Adds TK85_MAN and WISH_WRAPPER to OPTIONSmiwi2007-03-093-63/+34
| | | | | | | | | | | | - Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Uses USE_TCL from bsd.tcl.mk - Checks if threaded or non-threaded tcl is installed - Adds CONFLICTS between threaded and non-threaded versions - Bump PORTREVISION PR: 110085 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix whommiwi2007-02-051-1/+1
| | | | Reported by: infofarmer
* This is Tk version 8.5, a GUI toolkit for Tcl.miwi2007-02-059-0/+824
The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. WWW: http://www.tcl.tk/ PR: ports/108553 Submitted by: jkh