[Glibc-bsd-commits] r5302 - in trunk/kfreebsd-11/debian: . arch/i386

rmh at alioth.debian.org rmh at alioth.debian.org
Sun Jan 5 21:13:03 UTC 2014


Author: rmh
Date: 2014-01-05 21:13:03 +0000 (Sun, 05 Jan 2014)
New Revision: 5302

Modified:
   trunk/kfreebsd-11/debian/arch/i386/486.config
   trunk/kfreebsd-11/debian/arch/i386/686.config
   trunk/kfreebsd-11/debian/changelog
Log:
s/xboxfb/vt_xboxfb/ to fix FTBFS on kfreebsd-i386.

Modified: trunk/kfreebsd-11/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-11/debian/arch/i386/486.config	2014-01-03 16:51:32 UTC (rev 5301)
+++ trunk/kfreebsd-11/debian/arch/i386/486.config	2014-01-05 21:13:03 UTC (rev 5302)
@@ -12,8 +12,6 @@
 
 # Xbox support
 options 	XBOX
-device		xboxfb
-device		fb
 
 include		GENERIC
 
@@ -22,6 +20,7 @@
 nodevice	sc
 device		vt
 device		vt_vga
+device		vt_xboxfb
 
 # Options used by all Debian kernels
 include		DEBIAN

Modified: trunk/kfreebsd-11/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-11/debian/arch/i386/686.config	2014-01-03 16:51:32 UTC (rev 5301)
+++ trunk/kfreebsd-11/debian/arch/i386/686.config	2014-01-05 21:13:03 UTC (rev 5302)
@@ -10,8 +10,6 @@
 
 # Xbox support
 options 	XBOX
-device		xboxfb
-device		fb
 
 include		GENERIC
 
@@ -20,6 +18,7 @@
 nodevice	sc
 device		vt
 device		vt_vga
+device		vt_xboxfb
 
 # Options used by all Debian kernels
 include		DEBIAN

Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2014-01-03 16:51:32 UTC (rev 5301)
+++ trunk/kfreebsd-11/debian/changelog	2014-01-05 21:13:03 UTC (rev 5302)
@@ -1,3 +1,9 @@
+kfreebsd-11 (11.0~svn260207-2) UNRELEASED; urgency=low
+
+  * s/xboxfb/vt_xboxfb/ to fix FTBFS on kfreebsd-i386.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 05 Jan 2014 22:12:54 +0100
+
 kfreebsd-11 (11.0~svn260207-1) experimental; urgency=low
 
   * New upstream snapshot.




More information about the Glibc-bsd-commits mailing list