[arch-commits] Commit in lilo/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Sat May 30 15:08:45 UTC 2009


    Date: Saturday, May 30, 2009 @ 11:08:45
  Author: tpowa
Revision: 40704

Merged revisions 40702-40703 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/lilo/trunk

................
  r40702 | tpowa | 2009-05-30 17:06:33 +0200 (Sa, 30 Mai 2009) | 2 lines
  
  'fixed locale while building'
................
  r40703 | tpowa | 2009-05-30 17:07:32 +0200 (Sa, 30 Mai 2009) | 9 lines
  
  Merged revisions 40702 via svnmerge from 
  svn+ssh://svn.archlinux.org/srv/svn-packages/lilo/trunk
  
  ........
    r40702 | tpowa | 2009-05-30 17:06:33 +0200 (Sa, 30 Mai 2009) | 2 lines
    
    'fixed locale while building'
  ........
................

Modified:
  lilo/repos/core-x86_64/	(properties)
  lilo/repos/core-x86_64/PKGBUILD
Deleted:
  lilo/repos/core-x86_64/gcc-44.patch

--------------+
 PKGBUILD     |    3 +--
 gcc-44.patch |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)


Property changes on: lilo/repos/core-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /lilo/trunk:1-38708
   + /lilo/trunk:1-40703

Modified: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2009-05-30 15:07:32 UTC (rev 40703)
+++ core-x86_64/PKGBUILD	2009-05-30 15:08:45 UTC (rev 40704)
@@ -22,14 +22,13 @@
 options=(!makeflags)
 source=(#http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz
 	ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-$pkgver.src.tar.gz
-        gcc-44.patch
 	lilo.conf)
 md5sums=('72765f2aafd20e23ecf07ebd22baeec7'
 	 'a3a4c90bead3f9b8672bd384ff9f8db1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ../gcc-44.patch || return 1
+  LANG=EN_US
   make all || return 1
   make ROOT=$pkgdir MAN_DIR=/usr/share/man install
   mkdir -p $pkgdir/etc

Deleted: core-x86_64/gcc-44.patch
===================================================================
--- core-x86_64/gcc-44.patch	2009-05-30 15:07:32 UTC (rev 40703)
+++ core-x86_64/gcc-44.patch	2009-05-30 15:08:45 UTC (rev 40704)
@@ -1,11 +0,0 @@
---- checkit~	2009-05-10 07:20:20.000000000 +0000
-+++ checkit	2009-05-10 07:20:20.000000000 +0000
-@@ -45,7 +45,7 @@
- #echo
- echo GCC version 2.91 or later is required
- gcc -v 1>foo1 2>foo2
--V=`cat foo1 foo2 | grep version | cut -d " " -f 3`
-+V=`cat foo1 foo2 | grep Version | cut -d " " -f 2`
- rm -f foo1 foo2
- if [ -z $V ]; then
- 	echo gcc is not present




More information about the arch-commits mailing list