OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 25-Dec-2008 19:48:53 Branch: HEAD Handle: 2008122518485300 Modified files: openpkg-src/subversion subversion.patch Log: fix building under with_sasl=yes Summary: Revision Changes Path 1.29 +13 -2 openpkg-src/subversion/subversion.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.patch ============================================================================ $ cvs diff -u -r1.28 -r1.29 subversion.patch --- openpkg-src/subversion/subversion.patch 25 Dec 2008 17:49:49 -0000 1.28 +++ openpkg-src/subversion/subversion.patch 25 Dec 2008 18:48:53 -0000 1.29 @@ -164,8 +164,19 @@ } Index: subversion/svnserve/main.c --- subversion/svnserve/main.c.orig 2008-03-01 04:15:19 +0100 -+++ subversion/svnserve/main.c 2008-12-25 18:35:11 +0100 -@@ -345,6 +345,7 @@ ++++ subversion/svnserve/main.c 2008-12-25 19:46:40 +0100 +@@ -51,6 +51,10 @@ + + #include "server.h" + ++#ifdef SVN_HAVE_SASL ++#include <syslog.h> ++#endif ++ + /* The strategy for handling incoming connections. Some of these may be + unavailable due to platform limitations. */ + enum connection_handling_mode { +@@ -345,6 +349,7 @@ #ifdef SVN_HAVE_SASL SVN_INT_ERR(cyrus_init(pool)); @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
