summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-12-12Fix errno and linkage on DragonFly. Fix dependency detection problemjoerg3-6/+31
on DragonFly, it needs to pickup png.h correctly.
2004-12-25Update to 804.027nb2: use png and jpeg packages instead of copieswiz2-0/+115
coming with the source. Patch from Michael van Elst in PR 28770.
2004-03-22Update to 804.026:wiz2-11/+11
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod. The goal of this release is Unicode support via perl's and core-tk's use of UTF-8. Tk804.026 builds and loads into a threaded perl but is NOT yet thread safe. This Tk804 is only likely to work with perl5.8.0 or later. Perl's UTF-8 support has improved since it was introduced in perl5.6.0. Some functions (regular expression match in Text widgets) are known to only work with perl5.8.1 and later There are a lot more tests in Tk804. Some notably t/entry.t and t/listbox.t very dependant on the available fonts and to a lesser extent the window manager used. (See below for a list of fails which can be "expected" even if nothing is really wrong.) Others t/JP.t and t/KR.t need oriental fonts and can take a long time to run on a machine with a lot of fonts but which lacks the glyphs tests are looking for.
2001-10-02Add -Wl,-R${X11BASE}/lib to the link command when making Tk.so. Thisjlam1-0/+13
allows us to find libX11.so at run-time in the correct place.
2000-09-12On a.out, remove "-Bforcearchive" from linker flags to prevent multiplejlam1-0/+13
definitions of symbols. Fixes PR#10971.