Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 19:04:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366930 - head/textproc/zorba/files
Message-ID:  <201409011904.s81J4SlD001259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Sep  1 19:04:28 2014
New Revision: 366930
URL: http://svnweb.freebsd.org/changeset/ports/366930
QAT: https://qat.redports.org/buildarchive/r366930/

Log:
  Fix one error on 8 and 9. Still fails to build on those platforms.

Added:
  head/textproc/zorba/files/patch-src__api__auditimpl.h   (contents, props changed)

Added: head/textproc/zorba/files/patch-src__api__auditimpl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/zorba/files/patch-src__api__auditimpl.h	Mon Sep  1 19:04:28 2014	(r366930)
@@ -0,0 +1,10 @@
+--- ./src/api/auditimpl.h.orig	2014-09-01 14:22:29.528842989 -0400
++++ ./src/api/auditimpl.h	2014-09-01 14:22:55.741771989 -0400
+@@ -18,6 +18,7 @@
+ #ifndef ZORBA_API_AUDIT_IMPL_H
+ #define ZORBA_API_AUDIT_IMPL_H
+ 
++#include <sys/types.h>
+ #include <zorba/audit.h>
+ #include <zorba/audit_scoped.h>
+ #include <map>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011904.s81J4SlD001259>