[Lunar-commits] r17306 - moonbase/trunk/utils/kbd

Florin Braescu florin at lunar-linux.org
Mon Nov 14 05:39:17 UTC 2005


Author: florin
Date: 2005-11-14 05:39:16 +0000 (Mon, 14 Nov 2005)
New Revision: 17306

Modified:
   moonbase/trunk/utils/kbd/BUILD
   moonbase/trunk/utils/kbd/DETAILS
Log:
fix an ANSI C violation when using gcc 4.x.

Modified: moonbase/trunk/utils/kbd/BUILD
===================================================================
--- moonbase/trunk/utils/kbd/BUILD	2005-11-14 05:37:13 UTC (rev 17305)
+++ moonbase/trunk/utils/kbd/BUILD	2005-11-14 05:39:16 UTC (rev 17306)
@@ -1,7 +1,9 @@
 (
   
-  sedit "s:(LOADKEYS_BINDIR):(BINDIR):" src/Makefile.in   &&
+  sedit "s:(LOADKEYS_BINDIR):(BINDIR):" src/Makefile.in  &&
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   ./configure  &&
 	       
   default_make 

Modified: moonbase/trunk/utils/kbd/DETAILS
===================================================================
--- moonbase/trunk/utils/kbd/DETAILS	2005-11-14 05:37:13 UTC (rev 17305)
+++ moonbase/trunk/utils/kbd/DETAILS	2005-11-14 05:39:16 UTC (rev 17306)
@@ -1,19 +1,19 @@
-           MODULE=kbd
+          MODULE=kbd
          VERSION=1.12
           SOURCE=$MODULE-$VERSION.tar.gz
-    SOURCE_URL[0]=ftp://ftp.win.tue.nl/pub/linux-local/utils/$MODULE/
-      SOURCE_VFY=md5:7892c7010512a9bc6697a295c921da25
+	 SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
+      SOURCE_URL=ftp://ftp.win.tue.nl/pub/linux-local/utils/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:d4917da308e01e74d67d7b814bf527063b3919fc
+     SOURCE2_VFY=sha1:74b3e5fabd12865524e74930cf22df9871f4fd58
         WEB_SITE=http://www.kernel.org/pub/linux/utils/$MODULE/
          ENTERED=20040217
-         UPDATED=20040217
-        MAINTAINER=florin at lunar-linux.org
-        SHORT="kbd allows you to configure and manipulate Linux consoles."
+         UPDATED=20051114
+      MAINTAINER=florin at lunar-linux.org
+           SHORT="kbd allows you to configure and manipulate Linux consoles."
 
 cat << EOF
-The kbd package allows you to set-up and manipulate the Linux console (ie. 
-text screen and keyboard), and manipulate console-font files. 
-This package contains keytable files and keyboard utilities compatible with 
-kernel version 1.1.54 and later. Setfont requires 1.1.92 or later.
-Major changes in keyboard and console handling occurred in 1.3.1.
-The current version of kbd might not work anymore on kernels older than that.
+The kbd package allows you to set-up and manipulate the Linux console 
+(ie. text screen and keyboard), and manipulate console-font files. 
+This package contains keytable files and keyboard utilities.
 EOF



More information about the Lunar-commits mailing list