From owner-cvs-all@FreeBSD.ORG Tue Jun 3 14:14:05 2008 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 4AA6B1065673; Tue, 3 Jun 2008 14:14:05 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E16C8FC21; Tue, 3 Jun 2008 14:14:05 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m53EE4q4061481; Tue, 3 Jun 2008 14:14:04 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m53EE4LX061480; Tue, 3 Jun 2008 14:14:04 GMT (envelope-from roam) Message-Id: <200806031414.m53EE4LX061480@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 3 Jun 2008 14:14:04 +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/xvkbd Makefile ports/x11/xvkbd/files patch-xvkbd.c patch-xvkbd.man X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 14:14:05 -0000 roam 2008-06-03 14:14:04 UTC FreeBSD ports repository Modified files: x11/xvkbd Makefile x11/xvkbd/files patch-xvkbd.c patch-xvkbd.man Log: Fix a whole lot of C compiler warnings during the xvkbd build. This practically brings it up to BDECFLAGS with the exception of -Wunused-parameter -Wcast-qual -Wwrite-strings -Wbad-function-cast. Fix the manual page - escape ("\-") a lot of minus signs in command-line options and literal values so that groff does not try to convert them to hyphens, thus breaking the ability to copy them directly from the manpage to the command line. Bump PORTREVISION. Revision Changes Path 1.19 +1 -0 ports/x11/xvkbd/Makefile 1.2 +249 -21 ports/x11/xvkbd/files/patch-xvkbd.c 1.2 +593 -3 ports/x11/xvkbd/files/patch-xvkbd.man