pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsscript Don't try including <net/if.h> on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/302fa6b74abb
branches:  trunk
changeset: 502647:302fa6b74abb
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 21:42:22 2005 +0000

description:
Don't try including <net/if.h> on Interix.

diffstat:

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

diffs (30 lines):

diff -r d362fab0936b -r 302fa6b74abb net/libsscript/distinfo
--- a/net/libsscript/distinfo   Mon Nov 07 21:33:37 2005 +0000
+++ b/net/libsscript/distinfo   Mon Nov 07 21:42:22 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:52 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/11/07 21:42:22 tv Exp $
 
 SHA1 (sscript-lib2.0.tar) = f2de038ea95f2b553b57c5694fa6cd2530b6af30
 RMD160 (sscript-lib2.0.tar) = 55fd459cb5d8b99a1bb6b0d4a846383a2ebef6e7
 Size (sscript-lib2.0.tar) = 30720 bytes
 SHA1 (patch-aa) = a055668a994db3d865867f28fc64f5072b47933e
+SHA1 (patch-ab) = 2992654b4109c6751f350676192980755f163835
diff -r d362fab0936b -r 302fa6b74abb net/libsscript/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsscript/patches/patch-ab   Mon Nov 07 21:42:22 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/11/07 21:42:22 tv Exp $
+
+--- sscript.c.orig     2000-02-01 20:21:05.000000000 -0500
++++ sscript.c
+@@ -10,7 +10,9 @@
+ #include <sys/socket.h>
+ #include <sys/time.h>
+ #include <netinet/in.h>
++#ifndef __INTERIX
+ #include <net/if.h>
++#endif
+ #include <strings.h>
+ #include <sys/file.h>
+ #include <signal.h>



Home | Main Index | Thread Index | Old Index