pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent Include unistd.h to get close() and get...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4de86012ad2a
branches:  trunk
changeset: 500185:4de86012ad2a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 18:09:55 2005 +0000

description:
Include unistd.h to get close() and getpagesize() on DragonFly.

diffstat:

 net/libtorrent/distinfo         |   3 ++-
 net/libtorrent/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 62022f1a3d65 -r 4de86012ad2a net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Mon Oct 03 17:52:42 2005 +0000
+++ b/net/libtorrent/distinfo   Mon Oct 03 18:09:55 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/08/08 08:38:49 adam Exp $
+$NetBSD: distinfo,v 1.3 2005/10/03 18:09:55 joerg Exp $
 
 SHA1 (libtorrent-0.7.0-1.tar.gz) = e5a70b3690be8eed04bf64640c73631755317f57
 RMD160 (libtorrent-0.7.0-1.tar.gz) = 6d5e29ec07e61560b5c678078364fbf8200973b6
 Size (libtorrent-0.7.0-1.tar.gz) = 316763 bytes
 SHA1 (patch-aa) = bb40555e2f7507879711000d510c0d3d9e3d6cd0
+SHA1 (patch-ab) = 054b46692c9e9793e14d494ece0c7950f4bca207
diff -r 62022f1a3d65 -r 4de86012ad2a net/libtorrent/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libtorrent/patches/patch-ab   Mon Oct 03 18:09:55 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/03 18:09:55 joerg Exp $
+
+--- src/data/file.cc.orig      2005-08-03 19:44:11.000000000 +0000
++++ src/data/file.cc
+@@ -43,6 +43,7 @@
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+ #include <sys/mman.h>
++#include <unistd.h>
+ 
+ #if HAS_XFS == 1
+ #include <xfs/libxfs.h>



Home | Main Index | Thread Index | Old Index