svn commit: r364708 - head/sysutils/pflogx/files

Adam Weinberger adamw at FreeBSD.org
Tue Aug 12 15:01:16 UTC 2014


Author: adamw
Date: Tue Aug 12 15:01:16 2014
New Revision: 364708
URL: http://svnweb.freebsd.org/changeset/ports/364708
QAT: https://qat.redports.org/buildarchive/r364708/

Log:
  Include sys/types.h to fix build.

Added:
  head/sysutils/pflogx/files/
  head/sysutils/pflogx/files/patch-include__Options.h   (contents, props changed)

Added: head/sysutils/pflogx/files/patch-include__Options.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pflogx/files/patch-include__Options.h	Tue Aug 12 15:01:16 2014	(r364708)
@@ -0,0 +1,10 @@
+--- ./include/Options.h.orig	2014-08-12 10:59:56.000000000 -0400
++++ ./include/Options.h	2014-08-12 11:00:09.000000000 -0400
+@@ -33,6 +33,7 @@
+ 
+ #include <string>
+ #include <vector>
++#include <sys/types.h>
+ 
+ using namespace std;
+ 


More information about the svn-ports-all mailing list