Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 04:17:28 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342631 - head/editors/openoffice-devel/files
Message-ID:  <201402050417.s154HSrp029129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Wed Feb  5 04:17:27 2014
New Revision: 342631
URL: http://svnweb.freebsd.org/changeset/ports/342631
QAT: https://qat.redports.org/buildarchive/r342631/

Log:
  Update to a better patch for cosmetic reason.

Modified:
  head/editors/openoffice-devel/files/patch-webdav

Modified: head/editors/openoffice-devel/files/patch-webdav
==============================================================================
--- head/editors/openoffice-devel/files/patch-webdav	Wed Feb  5 03:59:10 2014	(r342630)
+++ head/editors/openoffice-devel/files/patch-webdav	Wed Feb  5 04:17:27 2014	(r342631)
@@ -5,7 +5,7 @@
  #define INCLUDED_SERFURI_HXX
  
 -#include <apr-util/apr_uri.h>
-+#include <apr-1/apr_uri.h>
++#include <apr_uri.h>
  #include <rtl/ustring.hxx>
  #include "DAVException.hxx"
  
@@ -16,7 +16,7 @@
  
  #include "AprEnv.hxx"
 -#include <apr/apr_strings.h>
-+#include <apr-1/apr_strings.h>
++#include <apr_strings.h>
  
  #include "DAVAuthListener.hxx"
  #include "SerfTypes.hxx"
@@ -28,7 +28,7 @@
  #define INCLUDED_SERFTYPES_HXX
  
 -#include <serf/serf.h>
-+#include <serf-1/serf.h>
++#include <serf.h>
  
  typedef serf_connection_t SerfConnection;
  



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