From owner-svn-ports-head@FreeBSD.ORG Thu May 7 10:06:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45F9FF2C; Thu, 7 May 2015 10:06:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 349BD1BE5; Thu, 7 May 2015 10:06:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47A67GG024219; Thu, 7 May 2015 10:06:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47A66Jl024217; Thu, 7 May 2015 10:06:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505071006.t47A66Jl024217@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 7 May 2015 10:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385616 - head/x11/xvkbd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 10:06:07 -0000 Author: jbeich Date: Thu May 7 10:06:06 2015 New Revision: 385616 URL: https://svnweb.freebsd.org/changeset/ports/385616 Log: x11/xvkbd: restore comments in patches after r295455 Not knowing rationale behind the changes makes them harder to rebase when updating. So, care needs to be taken when running |make makepatch|. Pointy hat: sperber Modified: head/x11/xvkbd/files/patch-xvkbd.c (contents, props changed) head/x11/xvkbd/files/patch-xvkbd.man (contents, props changed) Modified: head/x11/xvkbd/files/patch-xvkbd.c ============================================================================== --- head/x11/xvkbd/files/patch-xvkbd.c Thu May 7 10:05:51 2015 (r385615) +++ head/x11/xvkbd/files/patch-xvkbd.c Thu May 7 10:06:06 2015 (r385616) @@ -1,3 +1,12 @@ +Description: Assorted compilation and usage fixes. + - fix a lot of compiler warnings + - unbreak the build if XTEST is not selected + - use snprintf() instead of sprintf() and strcpy(), just in case + - fix the text of an error message +Forwarded: no +Author: Peter Pentchev +Last-Update: 2010-06-11 + --- xvkbd.c.orig 2012-03-03 01:31:46.000000000 +0100 +++ xvkbd.c 2012-04-01 10:24:40.225558910 +0200 @@ -463,8 +463,8 @@ Modified: head/x11/xvkbd/files/patch-xvkbd.man ============================================================================== --- head/x11/xvkbd/files/patch-xvkbd.man Thu May 7 10:05:51 2015 (r385615) +++ head/x11/xvkbd/files/patch-xvkbd.man Thu May 7 10:06:06 2015 (r385616) @@ -1,3 +1,8 @@ +Description: Escape a lot of minus signs. +Forwarded: no +Author: Peter Pentchev +Last-Update: 2010-06-11 + --- xvkbd.man.orig 2012-03-03 01:55:00.000000000 +0100 +++ xvkbd.man 2012-04-01 10:31:11.073558446 +0200 @@ -29,7 +29,7 @@