Commit graph

50 commits

Author SHA1 Message Date
Pietro Cerutti
99252f2c22 - Update Tcl/Tk 8.5 to 8.5.15
Release notes: http://code.activestate.com/lists/tcl-core/13585/
2013-09-18 21:01:43 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pietro Cerutti
3eb114d1a3 - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by:	bdrewery
2013-05-22 13:04:58 +00:00
Pietro Cerutti
80feea0bb3 - 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)
2013-04-18 08:20:59 +00:00
Pietro Cerutti
3b9788da01 - Update Tcl/Tk 8.5 to 8.5.14
Release notes: http://code.activestate.com/lists/tcl-core/13208/

Feature safe:	yes
2013-04-17 08:59:53 +00:00
Pietro Cerutti
60e612fa55 - Fix man page
Reported by:	decke
2013-02-07 09:20:18 +00:00
Pietro Cerutti
2338dc1b3c - Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
commit.
- Clean left-overs
2013-02-07 08:29:38 +00:00
Pietro Cerutti
7babc1bb95 - 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)
2013-02-06 15:25:57 +00:00
Pietro Cerutti
e42e5fd3cb - Assign maintainership to tcltk@
- Trim Makefile header

Approved by:	jnagyjr1978@gmail.com (former maintainer)
2012-12-09 19:05:14 +00:00
Pietro Cerutti
369f9eda57 - 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
2012-12-03 08:49:58 +00:00
Chris Rees
302cb5a711 Over to new volunteer
Submitted by:	Joseph a Nagy Jr
Feature safe:	yes
2012-10-31 13:22:17 +00:00
Eitan Adler
48443ba510 Mark ports MAKE_JOBS_SAFE after some testing. 2012-09-03 04:00:32 +00:00
Martin Matuska
302a9606ff Release maintainership of Tcl/Tk ports back to pool. 2012-08-03 22:57:36 +00:00
Martin Matuska
720d63d4b3 Always install tclsh and wish manual pages. 2012-08-03 22:34:53 +00:00
Martin Matuska
f8f2433793 Fix OPTIONS knobs to match new options framework 2012-08-03 09:20:39 +00:00
Martin Matuska
4138f727a8 Update tcl85/tk85 to 8.5.12 2012-08-03 09:17:41 +00:00
Martin Matuska
bb74a2c6d8 Update tcl85/tk85 to 8.5.11 2011-11-08 12:42:59 +00:00
Martin Matuska
f7ec9c85b5 Update to 8.5.10 2011-06-26 09:17:43 +00:00
Martin Matuska
a9e994cf6a - Add LICENSE information
- Make portlint happier
2011-03-23 11:37:49 +00:00
Martin Matuska
5b6716a1e7 - Unbreak build with clang
PR:		ports/152842
Submitted by:	Koop Mast <kwm@FreeBSD.org>
2010-12-09 08:48:49 +00:00
Martin Matuska
eb78d441ee - Update to 8.5.9 2010-09-17 15:04:14 +00:00
Martin Matuska
bcb5c27f62 - Fix version string in pkgIndex.tcl
Reported by:	Daniel O'Connor <doconnor@gsoft.com.au>
2010-04-16 07:21:41 +00:00
Martin Matuska
eb75cb5cc1 - Update to 8.5.8 2009-11-20 10:00:26 +00:00
Martin Matuska
b87cd97630 - Modify COMMENT for tk84, tk85, tk86 and corresponding -thread ports 2009-11-20 09:29:49 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +00:00
Martin Matuska
1a61ba6864 - Update to 8.5.7 2009-04-26 08:01:58 +00:00
Martin Matuska
ba2bb55d1d - Unbreak install if WITH_*_MAN set
- fix pkg-plist for TZDATA in tcl85

PR:		ports/132144, ports/132147
Submitted by:	bf <bf2006a@yahoo.com>
2009-02-27 07:09:02 +00:00
Martin Matuska
a152a878b7 - Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
2009-02-26 14:19:53 +00:00
Martin Matuska
abd527ec14 - Update to 8.5.6 2009-01-05 13:36:05 +00:00
Martin Matuska
f7e2c0bd7b - Update to 8.5.5 2008-10-17 08:51:29 +00:00
Martin Matuska
dbb9c0b017 - Update to 8.5.4 2008-08-26 12:30:43 +00:00
Martin Matuska
ef52bfff83 - Update to 8.5.3 2008-07-23 13:36:24 +00:00
Martin Matuska
a87b3f53eb - Update to 8.5.2 2008-04-02 12:02:41 +00:00
Martin Matuska
cea7cec9d5 - Update to 8.5.1 2008-02-07 20:46:20 +00:00
Martin Matuska
393b78141e - Update to 8.5.0
- Make demos installation optional (WITH_DEMOS)
2007-12-29 21:39:48 +00:00
Martin Matuska
bc874c016a - Update to 8.5.b.1 2007-09-28 05:14:15 +00:00
Martin Matuska
7c0838aa59 - Change USE_XLIB=yes to USE_XORG=x11
- Bump PORTREVISION

Suggested by:	miwi
Approved by:	garga (mentor, implicit)
2007-07-29 13:11:16 +00:00
Martin Matuska
bc66dc9395 - revert ${TR} back to tr, threaded build was broken
Approved by:	garga (mentor)
2007-06-06 13:46:46 +00:00
Martin Matuska
506f2b305a - fix shared build on -CURRENT
- change tr to ${TR}

Suggested by:	stas
Approved by:	garga (mentor)
2007-06-05 13:32:06 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Matuska
689085576c - updated to 8.5a6
- added WITH(OUT)_XFT option (uses libXft, default on)

Approved by:	garga (mentor)
2007-04-30 12:54:50 +00:00
Martin Matuska
b62e4537b4 - fixed pkgIndex.tcl for threads
- bump PORTREVISION

Approved by:	garga (mentor)
2007-04-12 15:29:39 +00:00
Martin Matuska
8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Martin Wilke
72c3e8ffe0 - Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION

Notes: Please read UPDATING

Approved by: maintainer implicit
2007-03-27 11:54:48 +00:00
Martin Wilke
421c9b0983 - Aadds 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:             110395
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-16 20:40:00 +00:00
Martin Wilke
39e5f35992 - Fix index 2007-03-13 16:27:50 +00:00
Martin Wilke
5b212211b9 - Improved handling of WITH_TK85_MAN
- 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)
2007-03-13 10:53:23 +00:00
Martin Wilke
97415fc024 - Adds TK85_MAN and WISH_WRAPPER to OPTIONS
- 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)
2007-03-09 09:49:12 +00:00
Martin Wilke
7346a3e766 - Fix whom
Reported by:    infofarmer
2007-02-05 14:06:06 +00:00
Martin Wilke
c807c49aa7 This is Tk version 8.5, a GUI toolkit for Tcl.
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
2007-02-05 13:48:38 +00:00