[bzflag] 01/01: Drop 06_PATH_MAX.diff. Apparently PATH_MAX is no longer used.

Markus Koschany apo at moszumanska.debian.org
Sat Jul 23 17:32:12 UTC 2016


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

apo pushed a commit to branch master
in repository bzflag.

commit 9a5a9cda0731ec0de6457d59663a8b781fd218cb
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jul 23 19:31:39 2016 +0200

    Drop 06_PATH_MAX.diff. Apparently PATH_MAX is no longer used.
---
 debian/patches/06_PATH_MAX.diff | 34 ----------------------------------
 debian/patches/series           |  1 -
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/06_PATH_MAX.diff b/debian/patches/06_PATH_MAX.diff
deleted file mode 100644
index 60086d0..0000000
--- a/debian/patches/06_PATH_MAX.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Define MAX_PATH where undefined
- MAX_PATH isn't defined on GNU Hurd, define it to the Linux value. This is sane
- because it is used to allocate space for the path to bzfs. Since bzfs is also
- installed under Linux, it's absolute location will never exceed Linux's
- MAX_PATH.
- .
- Needed to fix FTBFS on GNU Hurd.
-Author: Ryan Kavanagh <rak at debian.org>
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/710797
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: bzflag/src/bzflag/ServerStartMenu.cxx
-===================================================================
---- bzflag.orig/src/bzflag/ServerStartMenu.cxx	2013-06-04 21:26:08.000000000 +0200
-+++ bzflag/src/bzflag/ServerStartMenu.cxx	2013-06-04 23:41:27.000000000 +0200
-@@ -52,6 +52,16 @@
- #include "bzflag.h"
- #include "HUDui.h"
- 
-+/*
-+ * Define PATH_MAX for GNU Hurd. This is only used for storing the path to
-+ * bzfs. Since the length of the path to bzfs in Debian is bounded by the
-+ * length of PATH_MAX on Debian GNU/Linux, we can define this to be PATH_MAX
-+ * from Debian GNU/Linux.
-+ */
-+#ifndef PATH_MAX
-+#define   PATH_MAX 4096
-+#endif
-+
- char ServerStartMenu::settings[] = "bfaaaaabaaaaa";
- 
- ServerStartMenu::ServerStartMenu()
diff --git a/debian/patches/series b/debian/patches/series
index 42278cf..4ebb127 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 04_desktop_file_keywords.diff
-06_PATH_MAX.diff
 09_update_portuguese_translation.patch

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



More information about the Pkg-games-commits mailing list