Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d553081f2a0f5ac02130f0ec19ee54a8b1b0cf03

commit d553081f2a0f5ac02130f0ec19ee54a8b1b0cf03
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Aug 19 23:18:02 2008 +0200

yaboot-1.3.14-1-ppc
- version bump
- the build fix is now in upstream

diff --git a/source/base/yaboot/FrugalBuild b/source/base/yaboot/FrugalBuild
index 32915ec..13c5b73 100644
--- a/source/base/yaboot/FrugalBuild
+++ b/source/base/yaboot/FrugalBuild
@@ -2,24 +2,26 @@
# Maintainer: DNAku <[EMAIL PROTECTED]>

pkgname=yaboot
-pkgver=1.3.13
-pkgrel=2
+pkgver=1.3.14
+pkgrel=1
pkgdesc="Yaboot is an OpenFirmware bootloader for OpenFirmware based machines"
-url="http://penguinppc.org/bootloaders/yaboot/";
+url="http://yaboot.ozlabs.org";
groups=('base')
-depends=('hfsutils' 'binutils' 'bash' 'glibc' 'grep' 'ncurses' 'sed')
+depends=('hfsutils' 'hfsplus' 'mac-fdisk')
+backup=('etc/yaboot.conf')
archs=('!i686' '!x86_64' 'ppc')
-up2date="lynx -dump http://penguinppc.org/bootloaders/yaboot | Flasttar"
-source=(http://penguinppc.org/bootloaders/yaboot/yaboot-$pkgver.tar.gz \
-       yaboot-1.3.13-fix-1.patch)
-sha1sums=('e2269e8dc039a0922d700de831bb185c8a787ca2' \
-         '5049259d7a9b48dfa30fe1cf4e54cb06d1a82ce9')
+up2date="Flasttar $url/releases"
+source=($url/releases/yaboot-$pkgver.tar.gz)
+sha1sums=('2bf7594a921075371acf468a46776d0f93e315a6')
+
+# TODO: add some config tool, generating the config file could be done
+# almost automatically

build()
{
Fpatchall
Fmake PREFIX=/usr
-       Fmakeinstall PREFIX=/usr
+       Fmakeinstall ROOT=$Fdestdir PREFIX=/usr
}

# optimization OK
diff --git a/source/base/yaboot/yaboot-1.3.13-fix-1.patch 
b/source/base/yaboot/yaboot-1.3.13-fix-1.patch
deleted file mode 100644
index 14b15c5..0000000
--- a/source/base/yaboot/yaboot-1.3.13-fix-1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Submitted By: Jeremy Huntwork <[EMAIL PROTECTED]>
-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;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to