[arch-commits] Commit in lftp/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Nov 11 20:15:10 UTC 2008
Date: Tuesday, November 11, 2008 @ 15:15:10
Author: andyrtr
Revision: 18934
Merged revisions 18932 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/lftp/trunk
........
r18932 | andyrtr | 2008-11-11 20:12:10 +0000 (Di, 11 Nov 2008) | 1 line
upgpkg: lftp 3.7.5-1
........
Added:
lftp/repos/extra-i686/compilefix.patch
(from rev 18932, lftp/trunk/compilefix.patch)
Modified:
lftp/repos/extra-i686/ (properties)
lftp/repos/extra-i686/PKGBUILD
------------------+
PKGBUILD | 15 +++++++++------
compilefix.patch | 10 ++++++++++
2 files changed, 19 insertions(+), 6 deletions(-)
Property changes on: lftp/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /lftp/trunk:1-9696
+ /lftp/trunk:1-18933
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-11 20:13:31 UTC (rev 18933)
+++ extra-i686/PKGBUILD 2008-11-11 20:15:10 UTC (rev 18934)
@@ -1,21 +1,24 @@
# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgname=lftp
-pkgver=3.7.4
-pkgrel=2.1
+pkgver=3.7.5
+pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('i686' 'x86_64')
license=('GPL')
-depends=(gcc-libs readline 'openssl>=0.9.8h-3' 'expat>=2.0.1')
+depends=('gcc-libs' 'readline' 'openssl>=0.9.8i-1' 'expat>=2.0.1-2' 'perl')
url="http://lftp.yar.ru/"
backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('56f3b47f13788f4d97ed288857e4282a')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2
+ compilefix.patch)
+md5sums=('08f577dc1fac96bcf24a847e8ce64554'
+ '4251c4be4d1345396c1b94363a9a49ec')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -Np0 -i ${srcdir}/compilefix.patch || return 1
./configure --prefix=/usr --without-gnutls \
--with-openssl
make || return 1
Copied: lftp/repos/extra-i686/compilefix.patch (from rev 18932, lftp/trunk/compilefix.patch)
===================================================================
--- extra-i686/compilefix.patch (rev 0)
+++ extra-i686/compilefix.patch 2008-11-11 20:15:10 UTC (rev 18934)
@@ -0,0 +1,10 @@
+--- src/commands.cc 2008-11-06 10:56:35.000000000 +0000
++++ src/commands.cc.new 2008-11-11 20:06:45.848555689 +0000
+@@ -30,6 +30,7 @@
+ #include <ctype.h>
+ #include <pwd.h>
+ #include <sys/types.h>
++#include <sys/wait.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <assert.h>
More information about the arch-commits
mailing list