Commit Graph

23 Commits

Author SHA1 Message Date
stu
33cb9fa5a3 Update to 8.5.10, remove patches for changes that have gone upstream,
move man dir to Tk's lib dir, properly preprocess man pages.

ok sebastiap@, sthen@
2011-10-17 15:19:22 +00:00
jasper
fa46ac7d9f - remove unnecessary NULL casts 2011-04-17 18:13:10 +00:00
espie
002ed40da0 not sure this is enough, but fix the LIB_DEPENDS mess to mean something 2011-01-09 14:47:43 +00:00
stu
1c3883a3b6 Upgrade to 8.5.9. Update to newer Tcl layout,
consolidate include files into one dir,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@
2011-01-05 16:18:09 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
12e833f14a convert LIB_DEPENDS in x11 ports 2010-11-06 23:49:19 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
jasper
3db1c6b9f6 - make 64-bit arches a tad happier too
from sebastian reitenbach
ok stuart cassoff (maintainer)
2010-06-07 18:13:43 +00:00
sthen
b7b4afe7e6 Update to 8.5.8, from maintainer Stuart Cassoff. 2009-11-21 02:50:23 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
sthen
c061372b7f update to Tcl/Tk 8.5.7, from maintainer Stuart Cassoff 2009-04-24 21:13:13 +00:00
sthen
14e2d1e6bb - install additional headers needed by forthcoming ports.
- tighten LIB_DEPENDS (required threaded Tcl with threaded Tk).
from maintainer Stuart Cassoff.
2009-03-17 00:24:28 +00:00
steven
58ade8a96e update to 8.5.6
from maintainer Stuart Cassoff
2008-12-26 23:36:03 +00:00
steven
ecb7f7c54c bugfix update to 8.5.5
from maintainer Stuart Cassoff
2008-10-21 21:34:14 +00:00
steven
16e25652f8 update to 8.5.4 and various port cleanups
from maintainer Stuart Cassoff
2008-10-01 19:48:46 +00:00
sthen
8602f6b9de fix LIB_DEPENDS; this caused a problem installing Tk 8.4 when
Tcl 8.5 was already installed.  ok steven@
2008-05-02 13:17:16 +00:00
sthen
7b7cc8cba1 Change tclConfig.sh to set TCL_SRC_DIR as the directory holding
the installed headers, rather than the port build directory.

Remove configure.in patch ; obsoleted by a similar change to
tclConfig.sh in lang/tcl/8.5

From Stuart Cassoff (maintainer), ok deanna
2008-04-27 13:50:44 +00:00
deanna
15c1de38ef Fix Stuart's email address. 2008-04-25 19:33:05 +00:00
deanna
43114a2eba import tk 8.5
Highlights of Tk 8.5

    * New modern theming engine: New and complementary widgets
      that make use of platform-specific theming on Mac OS X and
      Windows to better fit in with those environments, and
      feature an improved look and feel under X11.
    * New widgets: Part of the themed widget set, Tk now has
      core notebook, combobox, treeview and progressbar widgets.
    * text widget: Smooth scrolling, widget peering, and
      improved procedures for counting and replacing text.
    * Font rendering: Now uses anti-aliased text under X11, and
      a more modern text engine (ATSUI) on Mac OS X.
    * Additional improvements: Window transparency, new
      fullscreen option for windows, enhancements to specific
      widgets and window layout, and more.

from Stuart Cassoff (MAINTAINER)

ok steven@
2008-04-25 14:17:25 +00:00