A patch to make duplicity work with the new librsync 0.9.6 in ports.

PR:		55567
Submitted by:	Gerhard Haering <gh@ghaering.de>
This commit is contained in:
Yen-Ming Lee
2003-08-14 10:01:16 +00:00
parent 0daff35eff
commit ebdc9229ac
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003
--- _librsyncmodule.c Sat Aug 9 17:26:59 2003
***************
*** 13,19 ****
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <rsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;
--- 13,19 ----
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <librsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;

View File

@@ -0,0 +1,19 @@
*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003
--- _librsyncmodule.c Sat Aug 9 17:26:59 2003
***************
*** 13,19 ****
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <rsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;
--- 13,19 ----
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <librsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;

View File

@@ -0,0 +1,19 @@
*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003
--- _librsyncmodule.c Sat Aug 9 17:26:59 2003
***************
*** 13,19 ****
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <rsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;
--- 13,19 ----
* ----------------------------------------------------------------------- */
#include <Python.h>
! #include <librsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;