pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/plp Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2aa92f07d7b
branches:  trunk
changeset: 555886:d2aa92f07d7b
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed Mar 11 12:16:21 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 comms/plp/distinfo         |   3 ++-
 comms/plp/patches/patch-at |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r f8129593f68f -r d2aa92f07d7b comms/plp/distinfo
--- a/comms/plp/distinfo        Wed Mar 11 09:20:02 2009 +0000
+++ b/comms/plp/distinfo        Wed Mar 11 12:16:21 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2007/10/10 18:14:07 rillig Exp $
+$NetBSD: distinfo,v 1.15 2009/03/11 12:16:21 hasso Exp $
 
 SHA1 (plp_1_8.tar.gz) = cad586353091895b6efc556d2cb5fa16891a3749
 RMD160 (plp_1_8.tar.gz) = 1a29209fd7def352c9a1c6671b1a90efcd276456
@@ -21,3 +21,4 @@
 SHA1 (patch-aq) = 706c2518c92c1b9ce3098839e5b282933f7904f0
 SHA1 (patch-ar) = 25ec84057553840bb071706ecf143189f7591fc9
 SHA1 (patch-as) = 696b46a9f173cc81083a0c4efa2ffdd8df2d0f19
+SHA1 (patch-at) = d5196efa3423c0d3e897806325ff712dec7f05c2
diff -r f8129593f68f -r d2aa92f07d7b comms/plp/patches/patch-at
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/plp/patches/patch-at        Wed Mar 11 12:16:21 2009 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-at,v 1.1 2009/03/11 12:16:22 hasso Exp $
+
+--- utils/ppsocket.h.orig      2009-03-11 13:51:20 +0200
++++ utils/ppsocket.h   2009-03-11 13:51:50 +0200
+@@ -7,6 +7,7 @@
+ 
+ #include <unistd.h>
+ #include <netdb.h>
++#include <errno.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ 
+@@ -24,8 +25,6 @@
+ #define  SOCKET_ERROR -1
+ #define  INFINITE     0
+ 
+-extern int errno;
+-
+ #include "bool.h"
+ class bufferStore;
+ 



Home | Main Index | Thread Index | Old Index