Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
typo_fixes.patch | fixes a couple of typo's in the usage message. | Jeremy Sowden <jeremy@azazel.net> | not-needed | 2019-06-23 | ||
fix-933550.patch | Fix FTCBFS by using PKG_CHECK_MODULES in configure.ac | Helmut Grohne <helmut@subdivi.de> | not-needed | debian | 2022-12-19 | |
01_resource.patch | patch to run multiple instances in (wmaker) dock When starting multiple instances of wmfire (one for cpu, one for net, etc) the window manager cannot see any difference between the instances. So it will randomly place it in the dock. . I have patched wmfire to set the X resource name by hand (option -r) so the window manager can see the difference. (It fixed my problem with wmaker) . patch included. . greetings, Christof |
Christof Douma <bugs@wizztick.net> | not-needed | debian | 2015-01-15 | |
rename_configure.patch | Rename configure.in to configure.ac. Silences deprecated-configure-filename Lintian warning. | Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
update_autotools.patch | Silence various autotools warnings. In particular, - configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. - src/Makefile.am:17: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') - configure.ac:16: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:16: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:16: the top level - configure.ac:49: warning: AC_OUTPUT should be used without arguments. configure.ac:49: You should run autoupdate. |
Jeremy Sowden <jeremy@azazel.net> | not-needed | 2022-12-19 | ||
fix_manpage.patch | Fix manpage. In particular, escape hyphens to silence hyphen-used-as-minus-sign warning. | Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
gdk_updates.patch | Update for newer versions of GDK. In particular, the icon window was not receiving enter and leave events from the pointer. To fix this, we get rid of the second GdkWindow iconwin entirely and set win to be its own icon. . This also removes the need for the "broken window manager" fix, so we remove it and all references to it. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
fix_-Wunused-result.patch | Fix -Wunused-result compiler warning. In particular, check if file given by -F option is empty. If it is, print a warning message. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-17 | ||
freebsd_port.patch | Port to GNU/kFreeBSD. When run on Debian GNU/kFreeBSD, wmfire exits with the error "glibtop: glibtop_get_netload: Function not implemented" when the user selects network monitoring mode. Instead of libgtop, we use sysctl to get the network statistics. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-18 | ||
removed-inline-from-function-with-extern-linkage.patch | remove inline from function with extern linkage Fixes FTBFS with gcc 9. | Jeremy Sowden <jeremy@azazel.net> | not-needed | debian | 2019-06-22 | |
change-linkage-of-many-functions-to-static.patch | change linkage of many functions to static. Give the compiler discretion whether to inline functions. | Jeremy Sowden <jeremy@azazel.net> | not-needed | debian | 2019-06-22 |