[Pkg-amule-commits] [amule] 01/01: remove fallocate patch for HPPA, no longer needed

Sandro Tosi morph at moszumanska.debian.org
Sat Oct 8 15:57:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository amule.

commit 29d83225721d159d586fc201fad29cddc417d773
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Oct 8 11:57:08 2016 -0400

    remove fallocate patch for HPPA, no longer needed
---
 debian/patches/fallocate.diff | 23 -----------------------
 debian/patches/series         |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/fallocate.diff b/debian/patches/fallocate.diff
deleted file mode 100644
index 7d21d2d..0000000
--- a/debian/patches/fallocate.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Disable fallocate #562992 (only on hppa, alpha re-enables as per #661876)
-
-This is only a workaround to fix FTBFS, the configure check is wrong and needs to be fixed:
-http://www.amule.org/abugs/view.php?id=1572
-
---- a/src/ThreadTasks.cpp
-+++ b/src/ThreadTasks.cpp
-@@ -531,6 +531,15 @@ void CCompletionTask::OnExit()
- #include <stdlib.h>
- #include <errno.h>
- 
-+// #562992
-+#if defined(__hppa__)
-+#undef HAVE_FALLOCATE
-+#endif
-+
-+#if defined(__hppa__)
-+#undef HAVE_SYS_FALLOCATE
-+#endif
-+
- CAllocateFileTask::CAllocateFileTask(CPartFile *file, bool pause)
- 	// GetPrintable is used to improve the readability of the log.
- 	: CThreadTask(wxT("Allocating"), file->GetFullName().RemoveExt().GetPrintable(), ETP_High),
diff --git a/debian/patches/series b/debian/patches/series
index c6ca640..d516e92 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,5 +2,4 @@ mime-ed2k-protocol.patch
 configure_ignore_gdlib-config_garbage.diff
 cas_configfile.c_good_default_paths.diff
 use_xdg-open_as_preview_default.diff
-#fallocate.diff
 version_check.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-amule/amule.git



More information about the Pkg-amule-commits mailing list