Package: wxhexeditor / 0.23+repack-2

Metadata

Package Version Patches format
wxhexeditor 0.23+repack-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 build with system mhash.patch | (download)

Makefile | 13 4 + 9 - 0 !
src/HexDialogs.cpp | 2 1 + 1 - 0 !
src/HexEditor.h | 2 1 + 1 - 0 !
3 files changed, 6 insertions(+), 11 deletions(-)

 build with system mhash. also fix the variables order.


06 use libdisasm.patch | (download)

Makefile | 10 2 + 8 - 0 !
src/HexEditorGui.cpp | 22 0 + 22 - 0 !
src/HexPanels.cpp | 28 20 + 8 - 0 !
src/HexPanels.h | 2 1 + 1 - 0 !
4 files changed, 23 insertions(+), 39 deletions(-)

 use libdisasm, as libudis86 isn't yet in debian.


07 use proper opts.patch | (download)

Makefile | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

 --as-needed to avoid linking with what we don't use,
    no static libgcc or libstdc++, use CFLAGS and friends
    from the environment.


08 remove debug.patch | (download)

src/HexEditor.cpp | 2 2 + 0 - 0 !
src/HexEditorCtrl/HexEditorCtrl.h | 2 2 + 0 - 0 !
src/HexEditorFrame.cpp | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 remove some debug printed on stdout.


11 wx3.0 fix ftbfs on arm.patch | (download)

src/HexEditorCtrl/wxHexCtrl/wxHexCtrl.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build with wx3.0 on arm*
12 disable newer upstream version check.patch | (download)

src/HexEditorFrame.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable check for newer upstream version