[Glibc-bsd-commits] r3245 - in trunk/kfreebsd-8/debian: arch/amd64 arch/i386 patches

Robert Millan rmh at alioth.debian.org
Fri Feb 4 12:24:43 UTC 2011


Author: rmh
Date: 2011-02-04 12:24:42 +0000 (Fri, 04 Feb 2011)
New Revision: 3245

Modified:
   trunk/kfreebsd-8/debian/arch/amd64/amd64.config
   trunk/kfreebsd-8/debian/arch/i386/486.config
   trunk/kfreebsd-8/debian/arch/i386/686-smp.config
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/patches/series
Log:
Fix build failure introduced with MIPS port

Modified: trunk/kfreebsd-8/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2011-01-27 15:22:41 UTC (rev 3244)
+++ trunk/kfreebsd-8/debian/arch/amd64/amd64.config	2011-02-04 12:24:42 UTC (rev 3245)
@@ -17,4 +17,4 @@
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
 
-#include         GENERIC
+include         GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config	2011-01-27 15:22:41 UTC (rev 3244)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config	2011-02-04 12:24:42 UTC (rev 3245)
@@ -23,4 +23,4 @@
 device		fb
 
 
-#include		GENERIC
+include		GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-01-27 15:22:41 UTC (rev 3244)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-02-04 12:24:42 UTC (rev 3245)
@@ -18,4 +18,4 @@
 options		SC_PIXEL_MODE	# add support for the raster text mode
 options		TEKEN_UTF8	# UTF-8 output handling
 
-#include		GENERIC
+include		GENERIC

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2011-01-27 15:22:41 UTC (rev 3244)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2011-02-04 12:24:42 UTC (rev 3245)
@@ -21,4 +21,4 @@
 device		fb
 
 
-#include		GENERIC
+include		GENERIC

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2011-01-27 15:22:41 UTC (rev 3244)
+++ trunk/kfreebsd-8/debian/patches/series	2011-02-04 12:24:42 UTC (rev 3245)
@@ -16,6 +16,7 @@
 108_teken_utf8_table.diff
 109_linprocfs_non_x86.diff
 110_disable_trampoline_flavour.diff
+111_nfsroot.diff
 902_version.diff
 903_disable_non-free_drivers.diff 
 904_dev_full.diff




More information about the Glibc-bsd-commits mailing list