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:
19
sysutils/duplicity-devel/files/patch-librsyncmodule.c
Normal file
19
sysutils/duplicity-devel/files/patch-librsyncmodule.c
Normal 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;
|
||||
19
sysutils/duplicity/files/patch-librsyncmodule.c
Normal file
19
sysutils/duplicity/files/patch-librsyncmodule.c
Normal 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;
|
||||
19
sysutils/duplicity05/files/patch-librsyncmodule.c
Normal file
19
sysutils/duplicity05/files/patch-librsyncmodule.c
Normal 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;
|
||||
Reference in New Issue
Block a user