svn commit: r512700 - head/net-mgmt/nfdump/files

Kurt Jaeger pi at FreeBSD.org
Tue Sep 24 05:36:35 UTC 2019


Author: pi
Date: Tue Sep 24 05:36:34 2019
New Revision: 512700
URL: https://svnweb.freebsd.org/changeset/ports/512700

Log:
  net-mgmt/nfdump: add missing patch
  
  Reported by:	pkg-fallout

Added:
  head/net-mgmt/nfdump/files/
  head/net-mgmt/nfdump/files/patch-bin_ipfrag.c   (contents, props changed)

Added: head/net-mgmt/nfdump/files/patch-bin_ipfrag.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nfdump/files/patch-bin_ipfrag.c	Tue Sep 24 05:36:34 2019	(r512700)
@@ -0,0 +1,10 @@
+--- bin/ipfrag.c.orig	2019-09-20 22:19:55.060019000 +0200
++++ bin/ipfrag.c	2019-09-20 22:20:13.307477000 +0200
+@@ -37,6 +37,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
+ #ifdef HAVE_NETINET_IN_SYSTM_H
+ #include <netinet/in_systm.h>
+ #endif


More information about the svn-ports-all mailing list