aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk85
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-11-20 10:00:26 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-11-20 10:00:26 +0000
commiteb75cb5cc1d8fd3f0c7111e24190c3ade16b9579 (patch)
tree182222048e42b539c9798ba42853ada76b65c630 /x11-toolkits/tk85
parentb87cd97630e26689601b97af003ede988fd49205 (diff)
downloadports-eb75cb5cc1d8fd3f0c7111e24190c3ade16b9579.tar.gz
ports-eb75cb5cc1d8fd3f0c7111e24190c3ade16b9579.zip
- Update to 8.5.8
Notes
Notes: svn path=/head/; revision=244518
Diffstat (limited to 'x11-toolkits/tk85')
-rw-r--r--x11-toolkits/tk85/Makefile9
-rw-r--r--x11-toolkits/tk85/distinfo6
-rw-r--r--x11-toolkits/tk85/files/patch-unix::Makefile.in42
-rw-r--r--x11-toolkits/tk85/pkg-plist2
4 files changed, 31 insertions, 28 deletions
diff --git a/x11-toolkits/tk85/Makefile b/x11-toolkits/tk85/Makefile
index 3be03acafbc0..57fcb972f806 100644
--- a/x11-toolkits/tk85/Makefile
+++ b/x11-toolkits/tk85/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tk
-PORTVERSION= 8.5.7
+PORTVERSION= 8.5.8
#PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= SF/tcl/Tcl/${PORTVERSION}
@@ -85,7 +85,8 @@ PLIST_SUB+= DEMOS="@comment "
MAN3= 3DBorder.3 AddOption.3 BindTable.3 CanvPsY.3 CanvTkwin.3 \
CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 \
- CoordToWin.3 CrtCmHdlr.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 \
+ CoordToWin.3 CrtConsoleChan.3 CrtCmHdlr.3 CrtErrHdlr.3 \
+ CrtGenHdlr.3 CrtImgType.3 \
CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 CrtWindow.3 DeleteImg.3 \
DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FontId.3 FreeXId.3 GeomReq.3 \
GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 \
@@ -113,8 +114,8 @@ MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n \
ttk_button.n ttk_checkbutton.n ttk_combobox.n ttk_entry.n ttk_frame.n \
ttk_image.n ttk_intro.n ttk_label.n ttk_labelframe.n ttk_menubutton.n \
ttk_notebook.n ttk_panedwindow.n ttk_progressbar.n ttk_radiobutton.n \
- ttk_scrollbar.n ttk_separator.n ttk_sizegrip.n ttk_style.n \
- ttk_treeview.n ttk_widget.n
+ ttk_scale.n ttk_scrollbar.n ttk_separator.n ttk_sizegrip.n ttk_style.n \
+ ttk_treeview.n ttk_vsapi.n ttk_widget.n
# MLINKS generated via awk '/ln/ {print "\t" $2,$3,"\\"}' unix/mkLinks
MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
diff --git a/x11-toolkits/tk85/distinfo b/x11-toolkits/tk85/distinfo
index dd1cc2fab190..701f77747f0c 100644
--- a/x11-toolkits/tk85/distinfo
+++ b/x11-toolkits/tk85/distinfo
@@ -1,3 +1,3 @@
-MD5 (tk8.5.7-src.tar.gz) = 0764f63ae2106b4774c4ecb0ef391610
-SHA256 (tk8.5.7-src.tar.gz) = d9366ed397c4bde96550ec9d30a8fcf67878cf26937cae93e580726a87d7af30
-SIZE (tk8.5.7-src.tar.gz) = 3779867
+MD5 (tk8.5.8-src.tar.gz) = 13bf90602e16fc530e05196431021dc6
+SHA256 (tk8.5.8-src.tar.gz) = 9737da5c30e631281062b6acbb4753840f9e95657c78e37657d9c520589ab2d4
+SIZE (tk8.5.8-src.tar.gz) = 3789533
diff --git a/x11-toolkits/tk85/files/patch-unix::Makefile.in b/x11-toolkits/tk85/files/patch-unix::Makefile.in
index 50788acdf7f8..84cf580e6a54 100644
--- a/x11-toolkits/tk85/files/patch-unix::Makefile.in
+++ b/x11-toolkits/tk85/files/patch-unix::Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2009-04-15 16:11:42.000000000 +0200
-+++ Makefile.in 2009-04-23 22:09:05.000000000 +0200
+--- Makefile.in.orig 2009-11-13 19:38:48.000000000 +0100
++++ Makefile.in 2009-11-20 10:44:06.034436785 +0100
@@ -65,6 +65,8 @@
# Directory in which to install the include file tk.h:
@@ -9,7 +9,7 @@
# Path to the private tk header dir:
PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
-@@ -98,7 +100,7 @@
+@@ -101,7 +103,7 @@
# The directory containing the Tcl sources and headers appropriate
# for this version of Tk ("srcdir" will be replaced or has already
# been replaced by the configure script):
@@ -18,7 +18,7 @@
# The directory containing the platform specific Tcl sources and headers
# appropriate for this version of Tk:
-@@ -112,7 +114,7 @@
+@@ -115,7 +117,7 @@
TCL_LIB_FLAG = @TCL_LIB_FLAG@
# Flag, 1: we're building a shared lib, 0 we're not
@@ -27,7 +27,7 @@
# Subdirectory of $(libdir) containing the pkgIndex.tcl file for loadable Tk
TK_PKG_DIR = @TK_PKG_DIR@
-@@ -135,7 +137,7 @@
+@@ -138,7 +140,7 @@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
@@ -36,7 +36,7 @@
# Flags to pass to the linker
LDFLAGS_DEBUG = @LDFLAGS_DEBUG@
-@@ -270,7 +272,7 @@
+@@ -273,7 +275,7 @@
STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
@@ -45,16 +45,16 @@
# Additional search flags needed to find the various shared libraries
# at run-time. The first symbol is for use when creating a binary
-@@ -553,6 +555,8 @@
+@@ -556,6 +558,8 @@
$(GENERIC_DIR)/tkIntPlatDecls.h $(GENERIC_DIR)/tkPort.h \
$(TTK_HDRS) $(@TK_WINDOWINGSYSTEM@_PRIVATE_HDRS)
-+INSTALL_HDRS = tk.h tkDecls.h tkInt.h tkIntXlibDecls.h
++INSTALL_HDRS = tk.h tkDecls.h tkInt.h tkIntDecls.h tkIntXlibDecls.h
+
- DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget
+ DEMOPROGS = browse hello ixset rmt rolodex tcolor timer widget
SHELL_ENV = \
-@@ -578,6 +582,12 @@
+@@ -581,6 +585,12 @@
${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} @LIB_RSRC_FILE@
rm -f $@
@MAKE_LIB@
@@ -67,7 +67,7 @@
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f $@
-@@ -677,7 +687,7 @@
+@@ -679,7 +689,7 @@
gdb ./wish --command=gdb.run
rm gdb.run
@@ -76,7 +76,7 @@
install: $(INSTALL_TARGETS)
-@@ -690,7 +700,8 @@
+@@ -692,7 +702,8 @@
# some ranlibs write to current directory, and this might not always be
# possible (e.g. if installing as root).
@@ -86,7 +86,7 @@
@for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \
"$(PKG_INSTALL_DIR)" "$(CONFIG_INSTALL_DIR)" ; \
do \
-@@ -722,10 +733,15 @@
+@@ -724,10 +735,15 @@
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \
"$(LIB_INSTALL_DIR)"/$(TK_EXP_FILE); \
fi
@@ -104,7 +104,7 @@
@if test "$(STUB_LIB_FILE)" != "" ; then \
echo "Installing $(STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \
@INSTALL_STUB_LIB@ ; \
-@@ -736,6 +752,7 @@
+@@ -738,6 +754,7 @@
@if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \
XLIB_INCLUDE_INSTALL_DIR="$(INCLUDE_INSTALL_DIR)"/X11; fi; \
for i in "$(INCLUDE_INSTALL_DIR)" "$${XLIB_INCLUDE_INSTALL_DIR}" \
@@ -112,7 +112,7 @@
"$(SCRIPT_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)"/images \
"$(SCRIPT_INSTALL_DIR)"/msgs "$(SCRIPT_INSTALL_DIR)"/ttk; \
do \
-@@ -750,10 +767,14 @@
+@@ -752,10 +769,14 @@
chmod +x $(SRC_DIR)/install-sh; \
fi
@echo "Installing header files";
@@ -130,25 +130,25 @@
@list='$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)'; for i in $$list ; \
do \
$(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"/X11; \
-@@ -831,19 +852,15 @@
+@@ -828,19 +849,15 @@
else true; \
fi; \
done;
- @echo "Installing and cross-linking top-level (.1) docs";
- @for i in $(TOP_DIR)/doc/*.1; do \
-- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MAN1_INSTALL_DIR)"; \
+- $(SHELL) $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MAN1_INSTALL_DIR)"; \
- done
@echo "Installing and cross-linking C API (.3) docs";
@for i in $(TOP_DIR)/doc/*.3; do \
-- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MAN3_INSTALL_DIR)"; \
-+ ${BSD_INSTALL_MAN} $$i "$(MAN3_INSTALL_DIR)"; \
+- $(SHELL) $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MAN3_INSTALL_DIR)"; \
++ $(BSD_INSTALL_MAN) $$i "$(MAN3_INSTALL_DIR)"; \
done
@echo "Installing and cross-linking command (.n) docs";
@for i in $(TOP_DIR)/doc/*.n; do \
-- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MANN_INSTALL_DIR)"; \
-+ ${BSD_INSTALL_MAN} $$i "$(MANN_INSTALL_DIR)"; \
+- $(SHELL) $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i "$(MANN_INSTALL_DIR)"; \
++ $(BSD_INSTALL_MAN) $$i "$(MANN_INSTALL_DIR)"; \
done
# Optional target to install private headers
diff --git a/x11-toolkits/tk85/pkg-plist b/x11-toolkits/tk85/pkg-plist
index 8406aacb3450..db7f4870d245 100644
--- a/x11-toolkits/tk85/pkg-plist
+++ b/x11-toolkits/tk85/pkg-plist
@@ -26,6 +26,7 @@ include/tk%%TK_VER%%/generic/tkUndo.h
include/tk%%TK_VER%%/tk.h
include/tk%%TK_VER%%/tkDecls.h
include/tk%%TK_VER%%/tkInt.h
+include/tk%%TK_VER%%/tkIntDecls.h
include/tk%%TK_VER%%/tkIntXlibDecls.h
include/tk%%TK_VER%%/unix/tkUnixDefault.h
include/tk%%TK_VER%%/unix/tkUnixInt.h
@@ -194,6 +195,7 @@ lib/tk%%TK_VER%%/ttk/sizegrip.tcl
lib/tk%%TK_VER%%/ttk/treeview.tcl
lib/tk%%TK_VER%%/ttk/ttk.tcl
lib/tk%%TK_VER%%/ttk/utils.tcl
+lib/tk%%TK_VER%%/ttk/vistaTheme.tcl
lib/tk%%TK_VER%%/ttk/winTheme.tcl
lib/tk%%TK_VER%%/ttk/xpTheme.tcl
lib/tk%%TK_VER%%/unsupported.tcl