[arch-commits] CVS update of core/base/libdownload (PKGBUILD largefiles.patch)

Aaron Griffin aaron at archlinux.org
Wed Nov 28 07:21:23 UTC 2007


    Date: Wednesday, November 28, 2007 @ 02:21:23
  Author: aaron
    Path: /home/cvs-core/core/base/libdownload

Modified: PKGBUILD (1.6 -> 1.7)
 Removed: largefiles.patch (1.1)

upgpkg: libdownload 1.3-1
Upgrade to 1.3, no debug compilation


------------------+
 PKGBUILD         |   17 +++++------------
 largefiles.patch |   12 ------------
 2 files changed, 5 insertions(+), 24 deletions(-)


Index: core/base/libdownload/PKGBUILD
diff -u core/base/libdownload/PKGBUILD:1.6 core/base/libdownload/PKGBUILD:1.7
--- core/base/libdownload/PKGBUILD:1.6	Thu Nov 15 18:53:17 2007
+++ core/base/libdownload/PKGBUILD	Wed Nov 28 02:21:23 2007
@@ -1,27 +1,20 @@
-# $Id: PKGBUILD,v 1.6 2007/11/15 23:53:17 daniel Exp $
+# $Id: PKGBUILD,v 1.7 2007/11/28 07:21:23 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=libdownload
-pkgver=1.1
-pkgrel=4
+pkgver=1.3
+pkgrel=1
 pkgdesc="URL based download library, forked from libfetch"
 arch=('i686' 'x86_64')
 license=('BSD')
 groups=('base')
 depends=('glibc')
-source=(http://phraktured.net/libdownload/dist/$pkgname-$pkgver.tar.gz
-        largefiles.patch)
+source=(http://phraktured.net/libdownload/dist/$pkgname-$pkgver.tar.gz)
 url="http://phraktured.net/libdownload"
-md5sums=('8a284202a8ba575cc1696afb15e34dad'
-         '1a6fd8290b58177e4a70a6695292bd50')
+md5sums=('77e10293fd4262745110eb423a10490c')
 
 build() {
   cd $startdir/src/${pkgname}-${pkgver}
-  # patch with support for large files as pacman is built with it
-  if [ "$CARCH" = "i686" ]; then
-    patch -p1 -i ../largefiles.patch || return 1
-  fi
-
   [ "$CARCH" = "x86_64" ] && sed -i -e "s/-O2\ -pipe/-O2\ -pipe\ \-fPIC/g" Makefile
   make || return 1
   make DESTDIR=$startdir/pkg install
Index: core/base/libdownload/largefiles.patch
diff -u core/base/libdownload/largefiles.patch:1.1 core/base/libdownload/largefiles.patch:removed
--- core/base/libdownload/largefiles.patch:1.1	Fri Aug 17 20:08:24 2007
+++ core/base/libdownload/largefiles.patch	Wed Nov 28 02:21:23 2007
@@ -1,12 +0,0 @@
-diff -u libdownload-1.1/Makefile libdownload-1.1-new/Makefile
---- libdownload-1.1/Makefile	2006-11-17 10:19:53.000000000 -0500
-+++ libdownload-1.1-new/Makefile	2007-08-17 19:53:21.000000000 -0400
-@@ -3,7 +3,7 @@
- DEBUG = true
- ENABLE_HTTPS = true
- 
--CFLAGS   = -O2 -pipe -I. -DINET6 -D_GNU_SOURCE
-+CFLAGS   = -O2 -pipe -I. -DINET6 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
- WARNINGS = -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts \
-            -Wpointer-arith -Wcast-align -Wsign-compare
- CFLAGS  += $(WARNINGS)




More information about the arch-commits mailing list