svn commit: r330082 - head/net/wireshark/files

Joe Marcus Clarke marcus at FreeBSD.org
Fri Oct 11 15:30:43 UTC 2013


Author: marcus
Date: Fri Oct 11 15:30:42 2013
New Revision: 330082
URL: http://svnweb.freebsd.org/changeset/ports/330082

Log:
  Fix the build on 10.X and HEAD.
  
  Submitted by:	Gustau Pérez <gustau.perez at gmail.com>

Added:
  head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h   (contents, props changed)

Added: head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wireshark/files/patch-epan_dissectors_packet-gluster.h	Fri Oct 11 15:30:42 2013	(r330082)
@@ -0,0 +1,19 @@
+--- epan/dissectors/packet-gluster.h.orig	2013-10-10 23:19:31.007195841 +0000
++++ epan/dissectors/packet-gluster.h	2013-10-10 23:20:32.550304872 +0000
+@@ -354,6 +354,8 @@
+ 	GFS3_OP_MAXVALUE
+ };
+ 
++# if !defined(__FreeBSD__)
++
+ /* dir-entry types from libglusterfs/src/compat.h */
+ enum gluster_entry_types {
+ 	DT_UNKNOWN = 0,
+@@ -367,6 +369,7 @@
+ 	DT_WHT = 14
+ };
+ 
++# endif
+ 
+ /* LOCKING operators come from libglusterfs/src/glusterfs.h */
+ 


More information about the svn-ports-head mailing list