[Frugalware-darcs] frugalware-current: yaboot-1.3.13-1-ppc

DNAku DNAku at frugalware.org
Tue Jan 3 16:47:34 CET 2006


[yaboot-1.3.13-1-ppc
DNAku <DNAku at frugalware.org>**20060103144553
 Initial import / new package
] {
adddir ./source/base/yaboot
addfile ./source/base/yaboot/FrugalBuild
hunk ./source/base/yaboot/FrugalBuild 1
+# Last Modified: Tue, 03 Jan 2006 15:30:00 +0100
+# Compiling Time: 0.01 SBU
+# Maintainer: DNAku <DNAku at frugalware.org>
+
+pkgname=yaboot
+pkgver=1.3.13
+pkgrel=1
+pkgdesc="Yaboot is an OpenFirmware bootloader for OpenFirmware based machines"
+url="http://penguinppc.org/bootloaders/yaboot/"
+groups=('base')
+depends=('hfsutils' 'binutils' 'bash' 'glibc' 'grep' 'ncurses' 'sed')
+archs=('ppc')
+up2date="lynx -dump http://penguinppc.org/bootloaders/yaboot |grep -m1 'tar.gz'|sed 's/.*ot-//g'|sed 's/.ta.*//g'"
+source=(http://penguinppc.org/bootloaders/yaboot/yaboot-$pkgver.tar.gz \
+	yaboot-1.3.13-fix-1.patch)
+sha1sums=('e2269e8dc039a0922d700de831bb185c8a787ca2' \
+	  '5049259d7a9b48dfa30fe1cf4e54cb06d1a82ce9')
+
+build()
+{
+	Fbuild --PREFIX=/usr
+}
+
+# vim: ft=sh
+
+# optimalization OK
addfile ./source/base/yaboot/yaboot-1.3.13-fix-1.patch
hunk ./source/base/yaboot/yaboot-1.3.13-fix-1.patch 1
+Submitted By: Jeremy Huntwork <jhuntwork at linuxfromscratch.org>
+Date: 2005-03-23
+Initial Package Version: 1.3.13
+Upstream Status: Applied
+Origin: Jeremy Huntwork
+Description: Fixes Compile Error.
+
+diff -Naur yaboot-1.3.13.orig/lib/strstr.c yaboot-1.3.13/lib/strstr.c
+--- yaboot-1.3.13.orig/lib/strstr.c	2001-09-20 09:15:31.000000000 -0400
++++ yaboot-1.3.13/lib/strstr.c	2005-02-20 22:03:10.215796824 -0500
+@@ -76,7 +76,9 @@
+ 	      a = *++haystack;
+ 	      if (a == '\0')
+ 		goto ret0;
+-shloop:	    }
++shloop:	
++		a = a;
++	}
+           while (a != b);
+ 
+ jin:	  a = *++haystack;
}


More information about the Frugalware-darcs mailing list