Package: bzflag / 2.4.2+ds1-5

Metadata

Package Version Patches format
bzflag 2.4.2+ds1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_repack_no_other.diff | (download)

configure.ac | 97 51 + 46 - 0 !
src/Makefile.am | 1 0 + 1 - 0 !
2 files changed, 51 insertions(+), 47 deletions(-)

 don't allow building bundled libraries
 We dropped the bundled libraries from the source package, we can't build them.
 Drop any reference to them.
02_man_fixups.diff | (download)

man/bzfs.6.in | 70 35 + 35 - 0 !
man/bzw.5.in | 2 1 + 1 - 0 !
2 files changed, 36 insertions(+), 36 deletions(-)

 fix typos and other problems in bzfs(6) and bzw(5)
 A combination of changes by Bjarnig (22781) and bullet_catcher (22782).
03_maxhostnamelen.diff | (download)

include/network.h | 2 0 + 2 - 0 !
src/net/Address.cxx | 54 33 + 21 - 0 !
src/net/AresHandler.cxx | 11 11 + 0 - 0 !
3 files changed, 44 insertions(+), 23 deletions(-)

 fix ftbfs on gnu hurd due to undefined maxhostnamelen
 Upstream fix to FTBFS, combination of commits 22792 and 22793.
 Updated to include missing MAXHOSTNAME definition in AresHandler.cxx
04_desktop_file_keywords.diff | (download)

data/bzflag.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add keywords to bzflag.desktop file
05_dedup_pt_translations.diff | (download)

data/l10n/bzflag_pt.po | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove duplicate message in pt translation
 Fixes:
   gettext: data/l10n/bzflag_pt.po:167: duplicate message definition...
   data/l10n/bzflag_pt.po:131: ...this is the location of the first definition
   msgfmt: found 1 fatal error
06_PATH_MAX.diff | (download)

src/bzflag/ServerStartMenu.cxx | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 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.
07_hurd_autotools_support.diff | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add gnu hurd support to configure.ac
 Partially fixes FTBFS on GNU Hurd.