Package: basilisk2 / 0.9.20120331-4

Metadata

Package Version Patches format
basilisk2 0.9.20120331-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_fix_compilation_on_kfreebsd.patch | (download)

src/Unix/configure.ac | 1 1 + 0 - 0 !
src/Unix/sshpty.c | 7 7 + 0 - 0 !
2 files changed, 8 insertions(+)

 fix compilation on kfreebsd architectures
0002_fix_compilation_on_armel.patch | (download)

src/Unix/configure.ac | 38 36 + 2 - 0 !
src/Unix/sigsegv.cpp | 18 10 + 8 - 0 !
2 files changed, 46 insertions(+), 10 deletions(-)

 fix compilation on armel architectures
1001_warning_fix.patch | (download)

src/Unix/ether_unix.cpp | 2 1 + 1 - 0 !
src/Unix/main_unix.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 important compiler warnings fixes
 This patch fix a compiler warning about the direct printing of strings
 using formatted printing functions without the use of a format string.
1002_documentation_fix.patch | (download)

src/Unix/BasiliskII.1 | 36 33 + 3 - 0 !
1 file changed, 33 insertions(+), 3 deletions(-)

 fix to the documentation
 This patch aims at improving the man page.
2001_avoid_stripping_binaries.patch | (download)

src/Unix/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid stripping binaries
2002_change_makefile_in_to_enable_multiple_builds.patch | (download)

src/Unix/Makefile.in | 33 22 + 11 - 0 !
1 file changed, 22 insertions(+), 11 deletions(-)

 enable out-of-tree compilation of basilisk ii
 This patch affects the Makefile.in used to compile Basilisk II in
 order to allow out-of-tree compilation. This is useful for building
 multiple flavours of the Debian package.
2003_allow_configure_script_building.patch | (download)

src/Unix/configure.ac | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fixes configure script generation.
2004_build_with_gcc_5.patch | (download)

src/slirp/slirp.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---