2020-12-14 09:46:08 by Darrin B. Jewell | Files touched by this commit (2) |
Log message:
x11/tk: don't pull in pthreads when threads are disabled
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-04-16 19:07:07 by Adam Ciarcinski | Files touched by this commit (28) | |
Log message:
tcl/tk: updated to 8.6.10
Changes in Tcl/Tk 8.6.10
Tcl Changes
New unsupported commands
tcl::unsupported::timerate
tcl::unsupported::corotype
Tk Changes
New Commands
tk::mac::PerformService
tk::mac::LaunchURL
tk::mac::GetAppPath
tk::mac::PrintDocument
Expanded Syntax / New Options
menubutton post x y index
combobox current end
Updated packages
http 2.9.1
Itcl 4.2.0
Thread 2.8.5
sqlite 3.30.1
tdbc 1.1.1
|
2020-03-27 03:07:33 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use build option to decide whether Aqua support was desired and include
the appropiate dependencies otherwise.
|
2020-03-26 23:02:29 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use a include path that actually exists.
|
2020-03-26 14:50:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
tk: Needs libXss
Noted by Dr. Thomas Orgis
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-06-27 11:33:27 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
tk: Fix patch broken in previous update.
|
2019-06-25 14:06:41 by Benny Siegert | Files touched by this commit (4) |
Log message:
Update Tk to 8.6.9.1 to fix PR pkg/54324.
ok during freeze jperkin@
Alongside the Tcl/Tk 8.6.9 releases just announced, you will find one
additional file, tk8.6.9.1-src.tar.gz . This is an errata release
fixing a critical error on the Mac OSX 10.14 Mojave platform only.
If you are building Tk for any other platform, there is no need to
upgrade to the errata release. If you do upgrade to it anyway, you will
see no difference, so it will be harmless through wasted effort, as the
details below will explain.
When unpacked, the errata archive differs from the tk8.6.9-src.tar.gz
contents in only three lines of the file
tk8.6.9/macosx/tkMacOSXWindowEvent.c
which is a file compiled only for Mac OSX builds of Tk. The lines are
written to have effect only on Mojave. Every other byte of the source
code distribution is unchanged.
|
2018-12-09 19:35:44 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
tk: updated to 8.6.9
8.6.9:
* (bug)[aa7679] crash using window after master destroyed
* (bug)[6525e1] encoding leak in tkMacOSXProcessFiles
* (bug)[925262] New option -state for ttk::scale
* (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}]
* (bug)[382712] Crash in [event generate . <KeyPress>]
* (bug)[657c38] Crash in menu destroy with checkbutton entry
* (bug)[de156e] Deny PRIMARY selection access in safe interps
* (bug)[b68710] Fixes in [text] bindings
* (bug)[e20d5c] Stop failures of textTag-18.1
* (bug)[5d991b] Fortify var traces against deleted vars
* (bug)[1821174] Stop RenderBadPicture X error
* (bug)[502e74] Stop X errors on untrusted connections
* (bug)[71b131] Regression in Tk_DrawChars()
* (bug)[59fccb] menu flaws when empty menubar clicked
* (bug)[7423f9] improved legacy support for [tk_setPalette]
* (bug)[6d5042] enable [tk inactive] on Mac OSX
* (bug)[75d38f] fix touchpad scroll of listbox on win notebook
* (bug)[de01e2] Crash in [$text replace]
* (bug)[6ca257] Fix [wm resizable] on Mac OSX
* (bug)[135696] Crash in [wm transient]
* (bug)[309b42] Improve ttk high-contrast-mode support
* (bug)[1088825] fix frame-2.17,3.9,3.10 on Mac
* (bug)[fabed1] GIF photo support for "deferred clear code"
* (feature) Modern full-screen support on Mac OSX
* (bug)[1875c1] scrollbar on Mac OSX
* (bug)[1ba71a] KeyRelease events on Mac OSX(walzer)
* (bug)[3441086] error message in layout-2
* (bug)[05bd7f] vista theme for combobox
* (bug)[382712] crash in KeyPress event handling
* (bug)[6fcaaa] insertion cursor visibility in ttk::entry
* (bug)[822923] cascade menu indicator color
* (bug)[9658bc] borderwidth calculations on menu items
* (bug)[ca403f] treeview border drawing
* (bug)[4b555a] hang in [$text search -all]
* (new platform) port to system changes in Mac OSX 10.14
* (bug)[6b22d4] [treeview] binding fix
|