idella4 15/06/23 15:59:54 Added: fltk_wrap.patch ignore-func.patch Log: revbump; patches added to fix runtime import failure of the module in -1.3.0 bump; patches also apply to -1.3.3, a py3 compatible version, SLOT value added accordingly. rm -1.3.0, fixes bug #552252 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 dev-python/pyfltk/files/fltk_wrap.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/fltk_wrap.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/fltk_wrap.patch?rev=1.1&content-type=text/plain Index: fltk_wrap.patch =================================================================== diff -ur pyFltk-1.3.3.orig/python/fltk_wrap.cpp pyFltk-1.3.3/python/fltk_wrap.cpp --- python/fltk_wrap.cpp 2015-01-03 18:31:21.000000000 +0800 +++ python/fltk_wrap.cpp 2015-06-23 22:26:23.453212512 +0800 @@ -144,7 +144,9 @@ # define _SCL_SECURE_NO_DEPRECATE #endif - +int _fl_filename_isdir_quick(const char *n) { + return 0; +} /* Python.h has to appear first */ #include <Python.h> 1.1 dev-python/pyfltk/files/ignore-func.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/ignore-func.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/ignore-func.patch?rev=1.1&content-type=text/plain Index: ignore-func.patch =================================================================== http://sourceforge.net/p/pyfltk/code/506/ --- a/swig/filename.i +++ b/swig/filename.i @@ -14,6 +14,7 @@ %ignore fl_alphasort; %ignore fl_casealphasort; %ignore fl_casenumericsort; +%ignore _fl_filename_isdir_quick; %include "FL/filename.H"
