svn commit: r546871 - head/net-mgmt/flow-tools/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 06:33:21 UTC 2020


Author: tcberner
Date: Sat Aug 29 06:33:20 2020
New Revision: 546871
URL: https://svnweb.freebsd.org/changeset/ports/546871

Log:
  net-mgmt/flow-tools: fix build on recent current

Added:
  head/net-mgmt/flow-tools/files/patch-src_acl2.c   (contents, props changed)

Added: head/net-mgmt/flow-tools/files/patch-src_acl2.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/flow-tools/files/patch-src_acl2.c	Sat Aug 29 06:33:20 2020	(r546871)
@@ -0,0 +1,11 @@
+--- src/acl2.c.orig	2020-08-29 06:28:09 UTC
++++ src/acl2.c
+@@ -46,7 +46,7 @@
+ 
+ #include "acl2.h"
+ 
+-struct acl_list acl_list;
++// struct acl_list acl_list;
+ 
+ #define E acl_list.acl_ip_ext[index]
+ 


More information about the svn-ports-head mailing list