Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_manpage.patch | Fix manpage. In particular, fix typos, escape hyphens, and change .SP to .Sp. | Doug Torrance <dtorrance@debian.org> | yes | 2015-01-06 | ||
add_format_arg_to_fprintf.patch | Add format argument to fprintf. This patch avoids a "format not a string literal and no format arguments" warning, which results in FTBFS with -Werror=format-security. |
Doug Torrance <dtorrance@debian.org> | yes | 2014-08-10 | ||
rename_configure.in.patch | Rename configure.in to configure.ac. Avoids autoconf warning. Split from update_autotools.patch. | Doug Torrance <dtorrance@debian.org> | no | 2015-01-06 | ||
update_autotools.patch | Update autotools files In particular, - avoid "missing template" warning for HAVE_GNUSTEP - avoid "'Makefile.in' seems to ignore the --datarootdir setting" warning |
Doug Torrance <dtorrance@debian.org> | yes | 2014-12-28 | ||
fix_hurd_ftbfs.patch | FTBFS on hurd-i386 Hello, . wmrack currently FTBFS on hurd-i386, due to inclusion of a linux-specific header <linux/cdrom.h>. The attached patch fixes it by including <sys/cdrom.h> instead, could you please apply it? . Thanks, Samuel |
Samuel Thibault <sthibault@debian.org> | yes | debian | 2014-08-14 | |
fix_kfreebsd_ftbfs.patch | Fix FTBFS on kfreebsd-*. | Doug Torrance <dtorrance@debian.org> | yes | 2014-10-14 | ||
update_makefile.patch | Update Makefile. In particular, honor LDFLAGS and DESTDIR. | Doug Torrance <dtorrance@debian.org> | no | 2014-12-21 | ||
fix_-Wformat.patch | Fix -Wformat compiler warnings. | Doug Torrance <dtorrance@debian.org> | no | 2014-12-22 | ||
fix_expose_loop.patch | Fix Expose loop. XShapeCombineMask, needed when switching from CD to mixer mode, generates an Expose event, which was causing the wmrack window to be redrawn constantly. This caused a flickering effect, especially when run without the -w option on Window Maker. To fix this, we call XShapeCombineMask only when needed. |
Doug Torrance <dtorrance@debian.org> | no | debian | 2014-12-29 | |
check_home.patch | Check if HOME environment variable is defined. If it was not, then a segmentation fault would occur. Exit with an error message instead. |
Doug Torrance <dtorrance@debian.org> | no | debian | 2014-12-29 | |
fix_resource_leak.patch | Fix resource leak. Call fclose() on file opened with fopen(). | Doug Torrance <dtorrance@debian.org> | no | 2015-01-06 | ||
implicit_declaration.patch | Fix implicit declaration error. | listout | yes | debian upstream | https://sourceforge.net/p/wmrack/patches/3/ | 2024-03-13 |