Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:54:57 wiz Exp $
# $NetBSD: Makefile,v 1.27 2014/01/11 14:42:05 adam Exp $
DISTNAME= tcpillust-1.0a
PKGREVISION= 9
PKGREVISION= 10
CATEGORIES= net
MASTER_SITES= ftp://ftp.sonycsl.co.jp/CSL/nishida/
+3 -2
View File
@@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.4 2012/03/07 17:45:27 hans Exp $
$NetBSD: distinfo,v 1.5 2014/02/21 20:31:08 joerg Exp $
SHA1 (tcpillust-1.0a.tar.gz) = 326f9d16f7fb59aa68d9ffb21697b85adb3c45ad
RMD160 (tcpillust-1.0a.tar.gz) = 11d9f5c9a4dc406c9fda82badf86c8de1b1c0e66
Size (tcpillust-1.0a.tar.gz) = 45364 bytes
SHA1 (patch-aa) = 7ae2f65a2d3946f45da880f2be2ff5e63e6555cd
SHA1 (patch-aa) = 3202a17e41f2976acc3504db95de4c0caaa9741a
SHA1 (patch-ab) = b674343b8036c8ffbe0d2cce371f40f3ed8ee0c0
SHA1 (patch-ac) = 8c1a77f8b123fddefc5db0482839768f292a59d7
SHA1 (patch-tcpillust.c) = 3dda69f3bd8cf8b0560a063e4f3ea6870d9b1dd6
+6 -5
View File
@@ -1,14 +1,16 @@
$NetBSD: patch-aa,v 1.2 2012/03/07 17:45:27 hans Exp $
$NetBSD: patch-aa,v 1.3 2014/02/21 20:31:08 joerg Exp $
--- binread.c- Tue Aug 1 05:10:39 2000
+++ binread.c Tue Aug 1 05:10:48 2000
@@ -31,8 +31,14 @@
--- binread.c.orig 2000-04-21 17:31:26.000000000 +0000
+++ binread.c
@@ -30,8 +30,15 @@
*/
#include "tcpillust.h"
+#include <sys/queue.h>
#include <sys/socket.h>
#include <pcap.h>
+#include <net/if.h>
#include <net/if_arp.h>
+#include <string.h>
+#ifdef __sun
+#define SLIP_HDRLEN 16
+#else
@@ -16,4 +18,3 @@ $NetBSD: patch-aa,v 1.2 2012/03/07 17:45:27 hans Exp $
+#endif
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/if_ether.h>
+26
View File
@@ -0,0 +1,26 @@
$NetBSD: patch-tcpillust.c,v 1.1 2014/02/21 20:31:08 joerg Exp $
--- tcpillust.c.orig 2014-02-20 23:18:55.000000000 +0000
+++ tcpillust.c
@@ -30,6 +30,7 @@
*/
#define MAIN
+#define USE_INTERP_RESULT
#include "tcpillust.h"
static int init_clib __P((ClientData, Tcl_Interp *, int, char **));
@@ -69,11 +70,12 @@ float basesubratio;
float substarttime;
float subendtime;
-void
+int
main(int argc, char* argv[])
{
parser(argc, argv);
init_tk();
+ return 0;
}
void