Date: Sat, 14 Mar 2009 20:10:24 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm Makefile ports/x11-wm/fvwm/files patch-ButtonArray.c patch-FvwmAudio.c patch-FvwmAuto.c patch-FvwmBacker-Mallocs.c patch-FvwmBacker-Mallocs.h patch-FvwmBacker.c patch-FvwmClean.c patch-FvwmClean.h patch-FvwmDebug.c ... Message-ID: <200903142010.n2EKAOfZ063760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dinoex 2009-03-14 20:10:24 UTC FreeBSD ports repository Modified files: x11-wm/fvwm Makefile Added files: x11-wm/fvwm/files patch-ButtonArray.c patch-FvwmAudio.c patch-FvwmAuto.c patch-FvwmBacker-Mallocs.c patch-FvwmBacker-Mallocs.h patch-FvwmBacker.c patch-FvwmClean.c patch-FvwmClean.h patch-FvwmDebug.c patch-FvwmDebug.h patch-FvwmIconBox.c patch-FvwmIconBox.h patch-FvwmIdent.c patch-FvwmIdent.h patch-FvwmPager.c patch-FvwmPager.h patch-FvwmSave.c patch-FvwmSave.h patch-FvwmSaveDesk.c patch-FvwmSaveDesk.h patch-FvwmScroll.c patch-FvwmScroll.h patch-FvwmWinList-Mallocs.c patch-FvwmWinList-Mallocs.h patch-FvwmWinList.c patch-GoodStuff.c patch-GoodStuff.h patch-SendInfo.c patch-SendText.c patch-events.c patch-fvwm.c patch-fvwmlib.h patch-hostname.c patch-icons.c patch-mystrcasecmp.c patch-root_bits.c patch-safemalloc.c patch-xpmroot.c Log: - make fvwm compile w/o Warnings apart from one usage of mkstemp by adding needed #includes, adding return statements to non-void functions and declaring functions returning a int instead of void if they do return an return code. - start using one central safemalloc. - do not mangle pointers which makes FvwmWinList work on amd64/7-STABLE again. PR: 132571 Submitted by: Bjoern A. Zeeb Revision Changes Path 1.43 +1 -1 ports/x11-wm/fvwm/Makefile 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-ButtonArray.c (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-FvwmAudio.c (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmAuto.c (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-FvwmBacker-Mallocs.c (new) 1.1 +13 -0 ports/x11-wm/fvwm/files/patch-FvwmBacker-Mallocs.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmBacker.c (new) 1.1 +51 -0 ports/x11-wm/fvwm/files/patch-FvwmClean.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmClean.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmDebug.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmDebug.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmIconBox.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmIconBox.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmIdent.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmIdent.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmPager.c (new) 1.1 +16 -0 ports/x11-wm/fvwm/files/patch-FvwmPager.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmSave.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmSave.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmSaveDesk.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-FvwmSaveDesk.h (new) 1.1 +26 -0 ports/x11-wm/fvwm/files/patch-FvwmScroll.c (new) 1.1 +8 -0 ports/x11-wm/fvwm/files/patch-FvwmScroll.h (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-FvwmWinList-Mallocs.c (new) 1.1 +13 -0 ports/x11-wm/fvwm/files/patch-FvwmWinList-Mallocs.h (new) 1.1 +19 -0 ports/x11-wm/fvwm/files/patch-FvwmWinList.c (new) 1.1 +28 -0 ports/x11-wm/fvwm/files/patch-GoodStuff.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-GoodStuff.h (new) 1.1 +9 -0 ports/x11-wm/fvwm/files/patch-SendInfo.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-SendText.c (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-events.c (new) 1.1 +28 -0 ports/x11-wm/fvwm/files/patch-fvwm.c (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-fvwmlib.h (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-hostname.c (new) 1.1 +11 -0 ports/x11-wm/fvwm/files/patch-icons.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-mystrcasecmp.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-root_bits.c (new) 1.1 +21 -0 ports/x11-wm/fvwm/files/patch-safemalloc.c (new) 1.1 +10 -0 ports/x11-wm/fvwm/files/patch-xpmroot.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903142010.n2EKAOfZ063760>