breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
place to change if you need to use a different Tcl/Tk version.
- provide MODTCL_LIB and MODTK_LIB (avoids a possible messy
construct in an individual port's Makefile when they are needed,
allows use of "LDFLAGS=-L${MODTCL_LIBDIR} -l${MODTCL_LIB}").
ok steven@, Stuart Cassoff
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
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@
In this case using PREFIX in a Makefile to find installed files is
obviously wrong. In 8.3 and 8.4 this part of the patch is not necessary
at all, so just remove it. In 8.0 use TCL_LIB_SPEC, as is used in 8.3
and 8.4.
problem noted by Rod.. Whitworth <listen at witworx.com>