pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/btget Include sys/types.h before openssl/sha.h to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/71794275d0d7
branches: trunk
changeset: 506020:71794275d0d7
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jan 10 19:50:46 2006 +0000
description:
Include sys/types.h before openssl/sha.h to get size_t on DragonFly.
diffstat:
net/btget/distinfo | 3 ++-
net/btget/patches/patch-ac | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 43df9ea5bcfb -r 71794275d0d7 net/btget/distinfo
--- a/net/btget/distinfo Tue Jan 10 19:33:00 2006 +0000
+++ b/net/btget/distinfo Tue Jan 10 19:50:46 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/09/05 23:41:13 reinoud Exp $
+$NetBSD: distinfo,v 1.3 2006/01/10 19:50:46 joerg Exp $
SHA1 (libbt-1.04.tar.gz) = ee65205f3e5575d86d5fec0b2958bb8855ec0fa5
RMD160 (libbt-1.04.tar.gz) = a6b827fa1d5dc7a27ab78fefe2ac5009ef115f2a
Size (libbt-1.04.tar.gz) = 309186 bytes
SHA1 (patch-aa) = 3f045800da8d372d45fcf59fe2f1f9fb0a288a20
SHA1 (patch-ab) = 9111ce4a3f5332fd02dc218990f1e75a3e71b563
+SHA1 (patch-ac) = b9e6c75dcb433227dc54047f48b87815ea303d67
diff -r 43df9ea5bcfb -r 71794275d0d7 net/btget/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/btget/patches/patch-ac Tue Jan 10 19:50:46 2006 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2006/01/10 19:50:46 joerg Exp $
+
+--- src/btlist.c.orig 2006-01-10 19:47:43.000000000 +0000
++++ src/btlist.c
+@@ -1,5 +1,6 @@
+ #include "config.h"
+
++#include <sys/types.h>
+ #include <openssl/sha.h>
+ #include <stdlib.h>
+ #include <string.h>
Home |
Main Index |
Thread Index |
Old Index