From owner-cvs-all@FreeBSD.ORG Sat Mar 14 20:10:24 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95CBE1065675; Sat, 14 Mar 2009 20:10:24 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8171B8FC1A; Sat, 14 Mar 2009 20:10:24 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2EKAOdc063761; Sat, 14 Mar 2009 20:10:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2EKAOfZ063760; Sat, 14 Mar 2009 20:10:24 GMT (envelope-from dinoex) Message-Id: <200903142010.n2EKAOfZ063760@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 14 Mar 2009 20:10:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 20:10:24 -0000 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)