svn commit: r342631 - head/editors/openoffice-devel/files

Maho Nakata maho at FreeBSD.org
Wed Feb 5 04:17:28 UTC 2014


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;
  


More information about the svn-ports-all mailing list