diff options
author | seb <seb@pkgsrc.org> | 2003-02-06 14:22:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-06 14:22:16 +0000 |
commit | 266d8bff24d96940781aea5c21a3672d18b4e1d3 (patch) | |
tree | f9256658a4725001c0262c50394e694af7186f54 /net/lftp | |
parent | a93fb0253fc06dcd4c0ba4e3ccf46406f9b80601 (diff) | |
download | pkgsrc-266d8bff24d96940781aea5c21a3672d18b4e1d3.tar.gz |
Fix build for NetBSD < 1.6.
Bump PKGREVISION
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 3 | ||||
-rw-r--r-- | net/lftp/distinfo | 3 | ||||
-rw-r--r-- | net/lftp/patches/patch-ad | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 1b1a0857a73..22e28a57cb4 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2003/01/31 17:01:57 salo Exp $ +# $NetBSD: Makefile,v 1.21 2003/02/06 14:22:16 seb Exp $ # DISTNAME= lftp-2.6.4 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index acd2a584187..21329a5f374 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.7 2003/01/31 17:01:57 salo Exp $ +$NetBSD: distinfo,v 1.8 2003/02/06 14:22:16 seb Exp $ SHA1 (lftp-2.6.4.tar.bz2) = 5237e08132eabd4166f466e7f73db27bbe143716 Size (lftp-2.6.4.tar.bz2) = 1129181 bytes SHA1 (patch-aa) = 727d216e32d66671e2c74e08e32c1f1017acc87e SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381 SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2 +SHA1 (patch-ad) = 1cbea05135253e5cfa63aad9435d21552d31d1de diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad new file mode 100644 index 00000000000..cfc9f9d17ca --- /dev/null +++ b/net/lftp/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2003/02/06 14:22:16 seb Exp $ + +--- src/NetAccess.cc.orig Wed Dec 25 13:44:31 2002 ++++ src/NetAccess.cc +@@ -24,6 +24,9 @@ + + #include <errno.h> + #include <assert.h> ++#ifdef HAVE_SYS_TYPES_H ++#include <sys/types.h> ++#endif + #include <math.h> + #include <netinet/in.h> + #include <arpa/inet.h> |