diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-14 18:01:16 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-14 18:01:16 +0800 |
commit | 8f17b50833906ce6d00e6bfb97f6a0dda83e2b42 (patch) | |
tree | 6c6ab44827b5aa446399dbb71b33253a3d95c3df /sysutils | |
parent | edb82784a35d03c32c47dee92510de5c5e26a9c1 (diff) | |
download | freebsd-ports-gnome-8f17b50833906ce6d00e6bfb97f6a0dda83e2b42.tar.gz freebsd-ports-gnome-8f17b50833906ce6d00e6bfb97f6a0dda83e2b42.tar.zst freebsd-ports-gnome-8f17b50833906ce6d00e6bfb97f6a0dda83e2b42.zip |
A patch to make duplicity work with the new librsync 0.9.6 in ports.
PR: 55567
Submitted by: Gerhard Haering <gh@ghaering.de>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duplicity-devel/files/patch-librsyncmodule.c | 19 | ||||
-rw-r--r-- | sysutils/duplicity/files/patch-librsyncmodule.c | 19 | ||||
-rw-r--r-- | sysutils/duplicity05/files/patch-librsyncmodule.c | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/duplicity-devel/files/patch-librsyncmodule.c b/sysutils/duplicity-devel/files/patch-librsyncmodule.c new file mode 100644 index 000000000000..d8e0db197e1e --- /dev/null +++ b/sysutils/duplicity-devel/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; diff --git a/sysutils/duplicity/files/patch-librsyncmodule.c b/sysutils/duplicity/files/patch-librsyncmodule.c new file mode 100644 index 000000000000..d8e0db197e1e --- /dev/null +++ b/sysutils/duplicity/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; 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; |