Here are a few patches for wmlongrun (and one for most of the recently
added dockapps).

Carlos, could you tag the last commit wmlongrun-0.3.1?

Thanks!

Doug Torrance (9):
  wmlongrun: Remove autotools-generated files from git.
  wmlongrun: Rename configure.in to configure.ac.
  Remove trailing whitespace in recently added dockapps.
  wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.
  wmlongrun: Modernize AM_INIT_AUTOMAKE call.
  wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix
    warnings.
  wmlongrun: Detect GNU/kFreeBSD during build.
  wmlongrun: Update README with new contact info and url.
  wmlongrun: Bump to version 0.3.1.

 asbeats/README                                 |    4 +-
 asbeats/README.asclock                         |   24 +-
 asbeats/asbeats.c                              |   40 +-
 ascd/README                                    |    2 +-
 ascd/ascd/Imakefile                            |    2 +-
 ascd/ascd/README                               |   18 +-
 ascd/ascd/ascd.c                               |  102 +-
 ascd/ascd/ascd.man                             |   10 +-
 ascd/ascd/cdcontrol.c                          |   34 +-
 ascd/ascd/configure                            |   14 +-
 ascd/ascd/doc/CHANGES                          |   66 +-
 ascd/ascd/doc/NEWS                             |   14 +-
 ascd/ascd/faktory.c                            |  408 ++--
 ascd/ascd/faktory_prot.h                       |    6 +-
 ascd/ascd/handlers.c                           |   20 +-
 ascd/ascd/misc.c                               |   26 +-
 ascd/ascd/mixer_handlers.c                     |   12 +-
 ascd/ascd/wings_main.c                         |   38 +-
 ascd/ascd/workman/wm_cdda.h                    |    6 +-
 ascd/ascd/workman/wm_cddb.h                    |    2 +-
 ascd/ascd/workman/wm_cdinfo.h                  |    4 +-
 ascd/ascd/workman/wm_cdrom.h                   |    4 +-
 ascd/ascd/workman/wm_config.h                  |   14 +-
 ascd/ascd/workman/wm_database.h                |    6 +-
 ascd/ascd/workman/wm_helpers.h                 |    8 +-
 ascd/ascd/workman/wm_index.h                   |    4 +-
 ascd/ascd/workman/wm_platform.h                |    4 +-
 ascd/ascd/workman/wm_scsi.h                    |    6 +-
 ascd/ascd/workman/wm_struct.h                  |   14 +-
 ascd/ascd/workman/wm_version.h                 |    2 +-
 ascd/ascd/workman/workman.h                    |   22 +-
 ascd/ascd/workman/workman_defs.h               |    4 +-
 ascd/libworkman/COPYING.LIB                    |    2 +-
 ascd/libworkman/Config                         |    2 +-
 ascd/libworkman/Imakefile                      |    6 +-
 ascd/libworkman/buildindex.c                   |    8 +-
 ascd/libworkman/cddaslave.c                    |    6 +-
 ascd/libworkman/cddb.c                         |   74 +-
 ascd/libworkman/cdinfo.c                       |   24 +-
 ascd/libworkman/cdrom.c                        |   20 +-
 ascd/libworkman/database.c                     |   46 +-
 ascd/libworkman/drv_sony.c                     |    4 +-
 ascd/libworkman/drv_toshiba.c                  |    4 +-
 ascd/libworkman/include/wm_cdda.h              |    6 +-
 ascd/libworkman/include/wm_cddb.h              |    2 +-
 ascd/libworkman/include/wm_cdinfo.h            |    4 +-
 ascd/libworkman/include/wm_cdrom.h             |    4 +-
 ascd/libworkman/include/wm_config.h            |   14 +-
 ascd/libworkman/include/wm_database.h          |    6 +-
 ascd/libworkman/include/wm_helpers.h           |    8 +-
 ascd/libworkman/include/wm_index.h             |    4 +-
 ascd/libworkman/include/wm_platform.h          |    4 +-
 ascd/libworkman/include/wm_scsi.h              |    6 +-
 ascd/libworkman/include/wm_struct.h            |   14 +-
 ascd/libworkman/include/wm_version.h           |    2 +-
 ascd/libworkman/include/workman.h              |   22 +-
 ascd/libworkman/include/workman_defs.h         |    4 +-
 ascd/libworkman/index.c                        |   10 +-
 ascd/libworkman/plat_aix.c                     |   36 +-
 ascd/libworkman/plat_bsd386.c                  |    6 +-
 ascd/libworkman/plat_freebsd.c                 |   14 +-
 ascd/libworkman/plat_hpux.c                    |    6 +-
 ascd/libworkman/plat_irix.c                    |    6 +-
 ascd/libworkman/plat_linux.c                   |   56 +-
 ascd/libworkman/plat_linux_audio.c             |   12 +-
 ascd/libworkman/plat_linux_cdda.c              |    6 +-
 ascd/libworkman/plat_news.c                    |    4 +-
 ascd/libworkman/plat_openbsd.c                 |    8 +-
 ascd/libworkman/plat_osf1.c                    |    4 +-
 ascd/libworkman/plat_sun.c                     |   32 +-
 ascd/libworkman/plat_sun_audio.c               |   14 +-
 ascd/libworkman/plat_sun_cdda.c                |    4 +-
 ascd/libworkman/plat_svr4.c                    |   14 +-
 ascd/libworkman/plat_template.c                |   18 +-
 ascd/libworkman/plat_ultrix.c                  |    4 +-
 ascd/libworkman/scsi.c                         |   22 +-
 ascd/libworkman/wm_helpers.c                   |   14 +-
 pclock/demos/rolexgmt                          |    2 +-
 pclock/src/Graphics.c                          |    4 +-
 washerdryer/README                             |    4 +-
 washerdryer/washerDryer/Makefile               |    2 +-
 washerdryer/washerDryer/washerDryer.c          |   18 +-
 washerdryer/wmgeneral/list.c                   |    4 +-
 washerdryer/wmgeneral/list.h                   |    2 +-
 washerdryer/wmgeneral/misc.c                   |    6 +-
 washerdryer/wmgeneral/wmgeneral.c              |    2 +-
 wmail/README                                   |    4 +-
 wmail/configure                                |    8 +-
 wmail/src/common.c                             |    8 +-
 wmail/src/common.h                             |    4 +-
 wmail/src/config.c                             |   44 +-
 wmail/src/config.h                             |    4 +-
 wmail/src/wmail.c                              |   64 +-
 wmappkill/ChangeLog                            |    2 +-
 wmappkill/INSTALL                              |    2 +-
 wmappkill/Makefile                             |    8 +-
 wmappkill/README                               |    6 +-
 wmappkill/wmAppKill.c                          |  244 +-
 wmappkill/wmAppKill.h                          |    2 +-
 wmcalc/readln.c                                |    8 +-
 wmcapshare/INSTALL                             |    2 +-
 wmcapshare/obex_io.c                           |   34 +-
 wmcapshare/obex_put_common.c                   |   28 +-
 wmcapshare/obex_put_common.h                   |   28 +-
 wmcapshare/wmcapshare.c                        |   70 +-
 wmcdplay/ARTWORK                               |    4 +-
 wmcdplay/cdctl_freebsd.h                       |    4 +-
 wmcdplay/wmcdplay.cc                           |    6 +-
 wmcpufreq/Makefile                             |   10 +-
 wmcpufreq/README                               |   12 +-
 wmcpufreq/wmcpufreq/wmcpufreq.c                |   64 +-
 wmcpufreq/wmcpufreq/xy.txt                     |    4 +-
 wmfortune/dockapp.c                            |   28 +-
 wmfortune/dockapp.h                            |   22 +-
 wmfortune/wmfortune.c                          |   20 +-
 wmget/NEWS                                     |    2 +-
 wmget/configure.c                              |    2 +-
 wmget/dockapp/Makefile                         |    8 +-
 wmget/dockapp/da_run.c                         |    4 +-
 wmget/dockapp/da_x.c                           |    2 +-
 wmget/server.c                                 |    4 +-
 wmget/wmget.1.in                               |    2 +-
 wmget/wmget.h                                  |    2 +-
 wmgrabimage/CHANGES                            |    2 +-
 wmgrabimage/HINTS                              |    4 +-
 wmgrabimage/INSTALL                            |    4 +-
 wmgrabimage/TODO                               |    2 +-
 wmgrabimage/wmGrabImage/Makefile               |    4 +-
 wmgrabimage/wmGrabImage/wmGrabImage.1          |    4 +-
 wmgrabimage/wmGrabImage/wmGrabImage.c          |   84 +-
 wmgrabimage/wmgeneral/wmgeneral.c              |   20 +-
 wmhdplop/ChangeLog                             |   20 +-
 wmhdplop/README                                |    8 +-
 wmhdplop/devnames.c                            |   52 +-
 wmhdplop/dockapp_imlib2.c                      |   34 +-
 wmhdplop/gkrellm_hdplop.c                      |   34 +-
 wmhdplop/global.h                              |    4 +-
 wmhdplop/procstat.c                            |   20 +-
 wmhdplop/util.c                                |   20 +-
 wmhdplop/wmhdplop.c                            |  120 +-
 wmhdplop/wmhdplop.h                            |    4 +-
 wmhexaclock/INSTALL                            |    2 +-
 wmhexaclock/Makefile                           |    6 +-
 wmhexaclock/README                             |    4 +-
 wmhexaclock/src/main.c                         |   38 +-
 wmhexaclock/src/wmgeneral.h                    |    6 +-
 wmix/mixer-alsa.c                              |    2 +-
 wmjmail/CHANGES                                |    2 +-
 wmjmail/CREDITS                                |    8 +-
 wmjmail/src/Andre.Merzky.audio.patch           |   22 +-
 wmjmail/src/Andre.Merzky.patch                 |   30 +-
 wmjmail/src/Jet.post-andre.patch               |   20 +-
 wmjmail/src/Jet.stat.patch                     |   14 +-
 wmjmail/src/jDockApp/jDockApp.c                |    6 +-
 wmjmail/src/jDockApp/jprintf.c                 |    4 +-
 wmjmail/src/jenglish.h                         |    2 +-
 wmjmail/src/wmjmail.jet                        |    4 +-
 wmjmail/src/xutils/xutils.c                    |   48 +-
 wmjmail/src/xutils/xutils.h                    |    4 +-
 wmlongrun/ChangeLog                            |   11 +
 wmlongrun/Makefile.in                          |  363 ---
 wmlongrun/README                               |    7 +-
 wmlongrun/acconfig.h                           |    5 -
 wmlongrun/acinclude.m4                         |   27 -
 wmlongrun/aclocal.m4                           |  185 --
 wmlongrun/config.guess                         | 1320 -----------
 wmlongrun/config.h.in                          |   38 -
 wmlongrun/config.sub                           | 1443 ------------
 wmlongrun/configure                            | 2874 ------------------------
 wmlongrun/configure.ac                         |  129 ++
 wmlongrun/configure.in                         |  129 --
 wmlongrun/doc/Makefile.in                      |  226 --
 wmlongrun/doc/wmlongrun.1                      |    2 +-
 wmlongrun/install-sh                           |  251 ---
 wmlongrun/missing                              |  198 --
 wmlongrun/mkinstalldirs                        |   40 -
 wmlongrun/src/Makefile.am                      |   10 +-
 wmlongrun/src/Makefile.in                      |  300 ---
 wmlongrun/stamp-h.in                           |    1 -
 wmmp3/AUTHORS                                  |    4 +-
 wmmp3/COPYING                                  |   80 +-
 wmmp3/ChangeLog                                |    1 -
 wmmp3/INSTALL                                  |    4 +-
 wmmp3/Makefile.in                              |   12 +-
 wmmp3/README                                   |   12 +-
 wmmp3/buttons.c                                |    6 +-
 wmmp3/buttons.h                                |    6 +-
 wmmp3/configure                                |    2 +-
 wmmp3/install-sh                               |   16 +-
 wmmp3/main.c                                   |   16 +-
 wmmp3/main.h                                   |    6 +-
 wmmp3/mpg123ctl.c                              |   40 +-
 wmmp3/mpg123ctl.h                              |    6 +-
 wmmp3/song_hash.c                              |   14 +-
 wmmp3/wmgeneral.c                              |    2 +-
 wmpop3/CHANGE_LOG                              |    2 +-
 wmpop3/INSTALL                                 |    8 +-
 wmpop3/README                                  |   20 +-
 wmpop3/wmgeneral/list.c                        |   12 +-
 wmpop3/wmgeneral/list.h                        |    2 +-
 wmpop3/wmgeneral/misc.c                        |   24 +-
 wmpop3/wmgeneral/wmgeneral.c                   |   26 +-
 wmpop3/wmpop3/Makefile                         |   18 +-
 wmpop3/wmpop3/Pop3Client.c                     |    8 +-
 wmpop3/wmpop3/wmpop3.c                         |   42 +-
 wmpop3/wmpop3/wmpop3rc                         |    6 +-
 wmpop3lb/CHANGE_LOG                            |   42 +-
 wmpop3lb/INSTALL                               |    8 +-
 wmpop3lb/README                                |   66 +-
 wmpop3lb/wmgeneral/list.c                      |   12 +-
 wmpop3lb/wmgeneral/list.h                      |    2 +-
 wmpop3lb/wmgeneral/misc.c                      |   24 +-
 wmpop3lb/wmgeneral/wmgeneral.c                 |   26 +-
 wmpop3lb/wmpop3/.wmpop3rc_test                 |    4 +-
 wmpop3lb/wmpop3/Makefile                       |   18 +-
 wmpop3lb/wmpop3/Pop3Client.c                   |   88 +-
 wmpop3lb/wmpop3/Pop3Client.h                   |   10 +-
 wmpop3lb/wmpop3/wmpop3.c                       |  254 +--
 wmradio/Makefile                               |    2 +-
 wmradio/config.h                               |   10 +-
 wmradio/config.h.in                            |   10 +-
 wmradio/config.log                             |   16 +-
 wmradio/config/wmradio-config.py               |   20 +-
 wmradio/config/wmradio-config.py.in            |   20 +-
 wmradio/configure.in                           |    2 +-
 wmradio/doc/wmradio.1                          |   16 +-
 wmradio/fifo.c                                 |   14 +-
 wmradio/fifo.h                                 |   10 +-
 wmradio/gnome_applet_envelope.c                |   48 +-
 wmradio/gnome_applet_envelope.h                |   10 +-
 wmradio/ini.c                                  |   54 +-
 wmradio/ini.h                                  |   10 +-
 wmradio/lists.c                                |   30 +-
 wmradio/lists.h                                |   10 +-
 wmradio/osd.c                                  |   12 +-
 wmradio/osd.h                                  |   10 +-
 wmradio/radio.c                                |   12 +-
 wmradio/radio.h                                |   10 +-
 wmradio/rc.c                                   |   20 +-
 wmradio/rc.h                                   |   10 +-
 wmradio/skin.c                                 |   28 +-
 wmradio/skin.h                                 |   10 +-
 wmradio/stationnames.c                         |   28 +-
 wmradio/stationnames.h                         |   10 +-
 wmradio/wm_envelope.c                          |   28 +-
 wmradio/wm_envelope.h                          |   10 +-
 wmradio/wmradio-remote                         |    2 +-
 wmradio/wmradio.c                              |   16 +-
 wmradio/wmradio.h                              |   10 +-
 wmradio/wmradio.spec                           |    1 -
 wmradio/x_envelope.c                           |   30 +-
 wmradio/xor.c                                  |   10 +-
 wmspaceweather/CHANGES                         |    8 +-
 wmspaceweather/HINTS                           |    2 +-
 wmspaceweather/INSTALL                         |    4 +-
 wmspaceweather/README                          |    8 +-
 wmspaceweather/wmSpaceWeather/GetKp            |   10 +-
 wmspaceweather/wmSpaceWeather/Makefile         |    4 +-
 wmspaceweather/wmSpaceWeather/wmSpaceWeather.1 |    8 +-
 wmspaceweather/wmSpaceWeather/wmSpaceWeather.c |   70 +-
 wmspaceweather/wmgeneral/wmgeneral.c           |   20 +-
 wmtop/wmtop.1                                  |    6 +-
 wmtop/wmtop.c                                  |   14 +-
 wmwork/src/install-sh                          |   16 +-
 wmwork/src/wmgeneral.c                         |   22 +-
 wmxss/Src/Makefile                             |    4 +-
 wmxss/Src/Makefile.sgi                         |    4 +-
 wmxss/Src/Makefile.solaris                     |    4 +-
 wmxss/Src/wmxss.c                              |   44 +-
 wmxss/Src/xutils.c                             |   48 +-
 wmxss/Src/xutils.h                             |    4 +-
 wmymail/README.old                             |    2 +-
 wmymail/wmymail.c                              |   18 +-
 273 files changed, 2552 insertions(+), 9817 deletions(-)
 delete mode 100644 wmlongrun/Makefile.in
 delete mode 100644 wmlongrun/acconfig.h
 delete mode 100644 wmlongrun/acinclude.m4
 delete mode 100644 wmlongrun/aclocal.m4
 delete mode 100755 wmlongrun/config.guess
 delete mode 100644 wmlongrun/config.h.in
 delete mode 100755 wmlongrun/config.sub
 delete mode 100755 wmlongrun/configure
 create mode 100644 wmlongrun/configure.ac
 delete mode 100644 wmlongrun/configure.in
 delete mode 100644 wmlongrun/doc/Makefile.in
 delete mode 100755 wmlongrun/install-sh
 delete mode 100755 wmlongrun/missing
 delete mode 100755 wmlongrun/mkinstalldirs
 delete mode 100644 wmlongrun/src/Makefile.in
 delete mode 100644 wmlongrun/stamp-h.in

-- 
2.7.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to