This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository scummvm-tools.
commit 271d0e219a95214d1c7ed60f8ca48bb4eb52b4ff Author: Stephen Kitt <[email protected]> Date: Fri Mar 18 13:16:07 2016 +0100 Allow building on kFreeBSD and Hurd. --- debian/changelog | 3 +++ debian/patches/missing-posix-systems.patch | 11 +++++++++++ debian/patches/series | 1 + 3 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 47dd52c..d8b2c2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ scummvm-tools (1.8.0-2) UNRELEASED; urgency=medium * Fix debian/watch to exclude -win32.zip but still allow release candidates. + [ Stephen Kitt ] + * Allow building on kFreeBSD and Hurd. Closes: #814753. + -- Stephen Kitt <[email protected]> Fri, 18 Mar 2016 13:50:12 +0100 scummvm-tools (1.8.0-1) unstable; urgency=medium diff --git a/debian/patches/missing-posix-systems.patch b/debian/patches/missing-posix-systems.patch new file mode 100644 index 0000000..2d679c3 --- /dev/null +++ b/debian/patches/missing-posix-systems.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -1191,7 +1191,7 @@ + amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | n64 | ps2 | psp | wii | wince) + _posix=no + ;; +- android | beos* | bsd* | darwin* | freebsd* | gph-linux | haiku* | hpux* | iphone | irix* | linux* | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos) ++ android | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | irix* | kfreebsd* | linux* | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos) + _posix=yes + ;; + os2-emx*) diff --git a/debian/patches/series b/debian/patches/series index 6e0f914..015fe62 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ compilation-fixes.patch tests-missing-data.patch tests-broken.patch +missing-posix-systems.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scummvm-tools.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

