pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/socket++ Make it build on DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e33f42ef42f7
branches: trunk
changeset: 556990:e33f42ef42f7
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue Apr 07 18:05:08 2009 +0000
description:
Make it build on DragonFly.
diffstat:
net/socket++/distinfo | 4 ++--
net/socket++/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r cb1759a40bf7 -r e33f42ef42f7 net/socket++/distinfo
--- a/net/socket++/distinfo Tue Apr 07 17:58:19 2009 +0000
+++ b/net/socket++/distinfo Tue Apr 07 18:05:08 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2006/05/12 07:44:26 joerg Exp $
+$NetBSD: distinfo,v 1.4 2009/04/07 18:05:08 hasso Exp $
SHA1 (socket++-1.12.10.tar.gz) = a59a6d30803a686b65f17f3dae1a67ec601fa5e9
RMD160 (socket++-1.12.10.tar.gz) = d8c2d4d58d36f7f1e46542a670b494982cf1849d
Size (socket++-1.12.10.tar.gz) = 62741 bytes
-SHA1 (patch-aa) = ce6c86c04b1f27abe8f895bb0f657997442c2fc8
+SHA1 (patch-aa) = 7d59c11daba6cd05c7e9bbff032dfb85532e06e4
SHA1 (patch-ab) = 2fa03c7ee83dca495db14887e3c179388f71c71a
SHA1 (patch-ac) = a7e48aa5795fd4d78bc2d133e72c51417172b6f9
SHA1 (patch-ad) = 7f0ffbf79592b340a45f2c7868b7a6904a63c9f3
diff -r cb1759a40bf7 -r e33f42ef42f7 net/socket++/patches/patch-aa
--- a/net/socket++/patches/patch-aa Tue Apr 07 17:58:19 2009 +0000
+++ b/net/socket++/patches/patch-aa Tue Apr 07 18:05:08 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/05/12 07:44:26 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2009/04/07 18:05:08 hasso Exp $
--- socket++/local.h.orig 2003-03-14 18:02:40.000000000 +0000
+++ socket++/local.h
@@ -6,7 +6,7 @@
extern "C" char* inet_ntoa (in_addr ina);
#if !defined (__linux__)
-+#if !defined (__NetBSD__)
++#if !defined (__NetBSD__) && !defined (__DragonFly__)
extern "C" int gethostname (char* hostname, int len);
-#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
+#endif
Home |
Main Index |
Thread Index |
Old Index