[Glibc-bsd-commits] r2040 - in trunk/kfreebsd-6/debian: . patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Mon Nov 19 12:23:24 UTC 2007


Author: ps-guest
Date: 2007-11-19 12:23:23 +0000 (Mon, 19 Nov 2007)
New Revision: 2040

Added:
   trunk/kfreebsd-6/debian/patches/913_uudecode.diff
Modified:
   trunk/kfreebsd-6/debian/changelog
   trunk/kfreebsd-6/debian/patches/series
Log:
* add 913_uudecode.diff also for kfreebsd-6



Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog	2007-11-19 10:41:24 UTC (rev 2039)
+++ trunk/kfreebsd-6/debian/changelog	2007-11-19 12:23:23 UTC (rev 2040)
@@ -2,6 +2,8 @@
 
   [ Petr Salinger ]
   * New upstream snapshot (RELENG_6)
+    - refresh of some patches
+    - add 913_uudecode.diff
   * Backport packaging changes from kfreebsd-7
 
  -- Aurelien Jarno <aurel32 at debian.org>  Wed, 11 Nov 2007 05:12:02 +0200

Added: trunk/kfreebsd-6/debian/patches/913_uudecode.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/913_uudecode.diff	                        (rev 0)
+++ trunk/kfreebsd-6/debian/patches/913_uudecode.diff	2007-11-19 12:23:23 UTC (rev 2040)
@@ -0,0 +1,12 @@
+diff -ur sys.orig/modules/cxgb/Makefile sys/modules/cxgb/Makefile
+--- sys.orig/modules/cxgb/Makefile	2007-05-30 18:42:07.000000000 +0200
++++ sys/modules/cxgb/Makefile
+@@ -15,7 +15,7 @@
+ .if ${MACHINE_ARCH} != "ia64"
+ # ld is broken on ia64
+ t3fw-4.7.0.bin: ${CXGB}/t3fw-4.7.0.bin.gz.uu
+-	uudecode -p < ${CXGB}/t3fw-4.7.0.bin.gz.uu \
++	uudecode -o- < ${CXGB}/t3fw-4.7.0.bin.gz.uu \
+ 	| gzip -dc > ${.TARGET}
+ 
+ FIRMWS= t3fw-4.7.0.bin:t3fw470

Modified: trunk/kfreebsd-6/debian/patches/series
===================================================================
--- trunk/kfreebsd-6/debian/patches/series	2007-11-19 10:41:24 UTC (rev 2039)
+++ trunk/kfreebsd-6/debian/patches/series	2007-11-19 12:23:23 UTC (rev 2040)
@@ -20,4 +20,5 @@
 910_GENERIC_hints.diff -p0
 911_no_werror.diff -p0
 912_binutils.diff -p0
+913_uudecode.diff -p0
 999_config.diff -p0




More information about the Glibc-bsd-commits mailing list