summaryrefslogtreecommitdiff
path: root/sysutils/duplicity05
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-14 10:01:16 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-14 10:01:16 +0000
commitebdc9229acc070e4d2c1708a979ba7a36e4a6462 (patch)
treecc09b183bd6bda496c5835ae4687d2923db3364f /sysutils/duplicity05
parentUpdate to newest version of rdiff-backup (0.12.3) (diff)
A patch to make duplicity work with the new librsync 0.9.6 in ports.
PR: 55567 Submitted by: Gerhard Haering <gh@ghaering.de>
Notes
Notes: svn path=/head/; revision=86922
Diffstat (limited to 'sysutils/duplicity05')
-rw-r--r--sysutils/duplicity05/files/patch-librsyncmodule.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/duplicity05/files/patch-librsyncmodule.c b/sysutils/duplicity05/files/patch-librsyncmodule.c
new file mode 100644
index 000000000000..d8e0db197e1e
--- /dev/null
+++ b/sysutils/duplicity05/files/patch-librsyncmodule.c
@@ -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;