[arch-commits] CVS update of arch/build/system/parted (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Aug 12 11:08:44 UTC 2007


    Date: Sunday, August 12, 2007 @ 07:08:44
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/system/parted

Modified: PKGBUILD (1.31 -> 1.32)
 Removed: parted-1.7.1-fix-seg.patch (1.1)

x86_64 updated; patch removed


----------------------------+
 PKGBUILD                   |    4 +---
 parted-1.7.1-fix-seg.patch |   13 -------------
 2 files changed, 1 insertion(+), 16 deletions(-)


Index: arch/build/system/parted/PKGBUILD
diff -u arch/build/system/parted/PKGBUILD:1.31 arch/build/system/parted/PKGBUILD:1.32
--- arch/build/system/parted/PKGBUILD:1.31	Sun Aug 12 04:52:55 2007
+++ arch/build/system/parted/PKGBUILD	Sun Aug 12 07:08:44 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.31 2007/08/12 08:52:55 aaron Exp $
+# $Id: PKGBUILD,v 1.32 2007/08/12 11:08:44 andyrtr Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
@@ -16,8 +16,6 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  #Arch64 fix - still needed?
-  [ "$CARCH" = "x86_64" ] &&  patch -Np1 -i ../parted-1.7.1-fix-seg.patch
   ./configure --prefix=/usr --disable-debug --disable-Werror
   make || return 1
   make DESTDIR=$startdir/pkg install
Index: arch/build/system/parted/parted-1.7.1-fix-seg.patch
diff -u arch/build/system/parted/parted-1.7.1-fix-seg.patch:1.1 arch/build/system/parted/parted-1.7.1-fix-seg.patch:removed
--- arch/build/system/parted/parted-1.7.1-fix-seg.patch:1.1	Wed Oct  4 13:22:18 2006
+++ arch/build/system/parted/parted-1.7.1-fix-seg.patch	Sun Aug 12 07:08:44 2007
@@ -1,13 +0,0 @@
---- parted-1.7.1/libparted/fs/hfs/probe.c	2006-05-25 13:28:58.000000000 -0400
-+++ parted-1.7.1.new/libparted/fs/hfs/probe.c	2006-06-09 16:58:35.000000000 -0400
-@@ -42,8 +42,9 @@
- {
- 	PedDevice* dev;
- 
-+	dev = geom->dev;
- 	PED_ASSERT (geom != NULL, return 0);
--	PED_ASSERT ((dev = geom->dev) != NULL, return 0);
-+	PED_ASSERT (dev != NULL, return 0);
- 
- 	if (dev->sector_size != PED_SECTOR_SIZE_DEFAULT) {
- 		ped_exception_throw (




More information about the arch-commits mailing list