[Glibc-bsd-commits] r3527 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Jul 3 14:58:44 UTC 2011


Author: rmh
Date: 2011-07-03 14:58:44 +0000 (Sun, 03 Jul 2011)
New Revision: 3527

Added:
   trunk/kfreebsd-9/debian/patches/101_fdc_make_syntax.diff
Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
101_fdc_make_syntax.diff: Workaround for bug in freebsd-make (fix FTBFS on i386)

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-07-03 14:21:41 UTC (rev 3526)
+++ trunk/kfreebsd-9/debian/changelog	2011-07-03 14:58:44 UTC (rev 3527)
@@ -1,3 +1,10 @@
+kfreebsd-9 (9.0~svn223728-2) UNRELEASED; urgency=low
+
+  * 101_fdc_make_syntax.diff: Workaround for bug in freebsd-make (fix
+    FTBFS on i386).
+
+ -- Robert Millan <rmh at debian.org>  Sun, 03 Jul 2011 16:58:10 +0200
+
 kfreebsd-9 (9.0~svn223728-1) experimental; urgency=low
 
   * New upstream snapshot.

Added: trunk/kfreebsd-9/debian/patches/101_fdc_make_syntax.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/101_fdc_make_syntax.diff	                        (rev 0)
+++ trunk/kfreebsd-9/debian/patches/101_fdc_make_syntax.diff	2011-07-03 14:58:44 UTC (rev 3527)
@@ -0,0 +1,11 @@
+--- a/sys/modules/fdc/Makefile
++++ b/sys/modules/fdc/Makefile
+@@ -18,7 +18,7 @@
+ 
+ FDC_DEBUG?=	0	# 0/1
+ 
+-.if ${FDC_DEBUG} > 0
++.if ${FDC_DEBUG} == 1
+ 	echo "#define FDC_DEBUG 1" >> ${.TARGET}
+ .endif
+ 

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-07-03 14:21:41 UTC (rev 3526)
+++ trunk/kfreebsd-9/debian/patches/series	2011-07-03 14:58:44 UTC (rev 3527)
@@ -6,6 +6,7 @@
 009_disable_duped_modules.diff
 013_ip_packed.diff
 020_linker.diff 
+101_fdc_make_syntax.diff
 103_stat_pipe.diff
 #107_mount_update.diff
 108_teken_utf8_table.diff




More information about the Glibc-bsd-commits mailing list