Package: bsdgames / 2.17-28
Metadata
Package | Version | Patches format |
---|---|---|
bsdgames | 2.17-28 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Replace getline with get_line.patch | (download) |
boggle/boggle/bog.c |
2 1 1 - 0 ! |
replace getline() with get_line() |
0002 robots Refresh screen.patch | (download) |
robots/move.c |
1 1 0 - 0 ! |
robots: refresh screen |
0003 quiz Update presidents capitals fix typos in murders.patch | (download) |
quiz/datfiles/africa |
51 32 19 - 0 ! |
quiz: update presidents, capitals, fix typos in murders, poetry |
0004 Define __dead for GNU GCC.patch | (download) |
include/sys/cdefs.h |
4 4 0 - 0 ! |
define __dead for gnu gcc |
0005 rain Update default delay. Closes 579062.patch | (download) |
rain/rain.6 |
2 1 1 - 0 ! |
rain: update default delay. closes: #579062 |
0006 Custom configuration of Debian package build.patch | (download) |
config.params |
49 49 0 - 0 ! |
custom configuration of debian package build |
0007 Unsorted Debian patches.patch | (download) |
adventure/crc.c |
4 3 1 - 0 ! |
unsorted debian patches |
0008 quiz Add answers to adults babies. Closes 659528.patch | (download) |
quiz/datfiles/babies |
2 1 1 - 0 ! |
quiz: add answers to adults/babies. closes: #659528 |
0009 hangman Error out on 1000 unsuitable words. Closes 6.patch | (download) |
hangman/getword.c |
18 17 1 - 0 ! |
hangman: error out on 1000 unsuitable words. closes: #610270 |
0010 Fix typos spotted by Lintian.patch | (download) |
atc/update.c |
2 1 1 - 0 ! |
fix typos spotted by lintian |
0011 Fix format security compiling errors.patch | (download) |
battlestar/room.c |
2 1 1 - 0 ! |
fix format-security compiling errors |
0012 Fix include stdio.h C incompatibility.patch | (download) |
include/stdio.h |
6 6 0 - 0 ! |
fix include/stdio.h c incompatibility I have seen the following error when building bsdgames with libncurses6: In file included from /usr/include/wchar.h:36:0, from /usr/include/curses.h:400, from dab/box.cc:48: include/stdio.h:38:14: error: conflicting declaration of 'char* fgetln(FILE*, size_t*)' with 'C' linkage extern char *fgetln(FILE *stream, size_t *len); ^~~~~~ In file included from /usr/include/curses.h:183:0, from dab/box.cc:48: include/stdio.h:38:14: note: previous declaration with 'C ' linkage extern char *fgetln(FILE *stream, size_t *len); ^~~~~~ GNUmakefile:298: recipe for target 'dab/box.o' failed Declaring fgetln as extern "C" fixes this. The patch has been taken from the Fedora bsd-games package, see https://src.fedoraproject.org/rpms/bsd-games/blob/ac743bec7031199ec6fc09b6eb3760ffcfcfd277/f/bsd-games-2.17-stdio-c .patch. |
0013 Update acronyms.patch | (download) |
wtf/acronyms |
448 393 55 - 0 ! |
update acronyms. Source: http://cvsweb.netbsd.org/bsdweb.cgi/src/share/misc/ |
0014 Add Debian acronyms.patch | (download) |
wtf/acronyms.comp |
16 16 0 - 0 ! |
add debian acronyms |
0015 primes Update to NetBSD CVS 2018 02 03.patch | (download) |
exec.objs |
2 1 1 - 0 ! |
primes: update to netbsd cvs, 2018-02-03 |
0016 Better explanation how to read the documentation.patch | (download) |
trek/trek.6.in |
19 15 4 - 0 ! |
better explanation how to read the documentation. This patch is based on a suggestion from Ben Wong. Thanks: Ben Wong <[email protected]> Closes: #874680 |
0017 hack Fix segv when i inventory done after load from .patch | (download) |
hack/hack.o_init.c |
25 23 2 - 0 ! |
hack: fix segv when 'i' (inventory) done after load from saved game. Not all name information was saved or recovered leaving pointers to nothing. Thanks: Richard Henschel <[email protected]> |