svn commit: r385616 - head/x11/xvkbd/files

Jan Beich jbeich at FreeBSD.org
Thu May 7 10:06:07 UTC 2015


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 <roam at FreeBSD.org>
+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 <roam at FreeBSD.org>
+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 @@


More information about the svn-ports-all mailing list