Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-man-spelling | Fix man spelling | dod | yes | upstream | 2013-08-19 | |
skip-splashfast-tests.patch | These tests fail sometimes. #499740 | no | ||||
hashbang.patch | add #! in example scripts | Gregor Herrmann <gregoa@debian.org> | no | |||
fix-fake-pod.patch | fix =pod usage where '=for comment' is meant Having it as POD makes it into man page, which is incomplete and useless | Damyan Ivanov <dmn@debian.org> | yes | upstream | ||
spelling.patch | Fix a small spelling mistake | Damyan Ivanov <dmn@debian.org> | yes | upstream | 2017-06-23 | |
0001-Fix-Wx-_load_plugin-segfaulting-when-wxPluginManager.patch | [PATCH 1/3] Fix Wx::_load_plugin() segfaulting when wxPluginManager::LoadLibrary fails It would be nice to also signal an error message upwards in the caller stack, but I can't see an easy way to set dl_last_error in DynaLoader from here. |
Niko Tyni <ntyni@debian.org> | no | debian | 2014-08-14 | |
0001-Sort-output-of-dumped-dictionaries-for-reproducible-.patch | [PATCH 1/2] Sort output of dumped dictionaries for reproducible builds By default, dictionaries are dumped in hash order, with a random hash initialization value. Also sort export list and make entries unique, exports may be declared in multiple files. |
=?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2017-02-21 | ||
0002-Provide-overload-methods-to-XSpp-in-sorted-order.patch | [PATCH 2/2] Provide overload methods to XSpp in sorted order | =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2017-02-27 | ||
0003-Define-overload-constants-in-sorted-order.patch | [PATCH 3/3] Define overload constants in sorted order | =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2018-06-15 | ||
0004-Define-enum-values-in-sorted-order.patch | [PATCH 4/4] Define enum values in sorted order | =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2018-06-15 | ||
0001-fix-incomplete-Wx_Exp.pm-due-to-missing-dependecy-in.patch | [PATCH] fix incomplete Wx_Exp.pm due to missing dependency in generated Makefile | =?UTF-8?q?Stefan=20Br=C3=83=C2=BCns?= <stefan.bruens@rwth-aachen.de> | no | 2017-03-19 | ||
gtk3.patch | Fixes for GTK3 compatibility wxWidgets 3.0 built with GTK3 doesn't have wxColour::GetPixel(), see: http://trac.wxwidgets.org/ticket/15141#comment:2 |
Olly Betts <olly@survex.com> | no | 2018-04-01 | ||
0001-Explicitly-return-a-string-SV-from-Wx-InputStream-RE.patch | [PATCH] Explicitly return a string SV from Wx::InputStream::READLINE Perl 5.35.9 changed SV integer / string handling slightly, resulting in the return value from READLINE() to evaluate as false regardless of its string contents, because it is initially created as the integer 0 and no longer gets marked as a valid string. This broke the Wx-Perl-ProcessStream distribution test suite. Fix the regression by explicitly setting SvPOK on the return value, mirroring the sibling READ() method. |
Niko Tyni <ntyni@debian.org> | yes | debian upstream | 2022-07-10 | |
wxWidgets_3.2_MakeMaker.patch | remove reference to adv lib The build fails with No such 'link' library: 'adv' at /build/libwx-perl-0.9932/build/Wx/build/MakeMaker.pm line 212. And https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0/docs/changes.txt says for 3.1.2 - wxAdvanced library was merged into wxCore, simply remove all references to "adv" from your build system, it is not needed any longer. |
gregor herrmann <gregoa@debian.org> | no | vendor | 2022-09-15 | |
wxWidgets_3.2_port.patch | Port wxPerl to wxWidgets 3.2 | Scott Talbert <swt@techie.net> | no | 2023-01-04 |