diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-10 04:54:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-10 04:54:19 +0800 |
commit | 99c13b556cfba9adcea52ed8b020965e75b50b9f (patch) | |
tree | 97f6ab2180d80663a41e55578f07c19f2a118cdc /shells/scponly/Makefile | |
parent | 06e639dd535fc305e742e271a252befa67e220d3 (diff) | |
download | freebsd-ports-gnome-99c13b556cfba9adcea52ed8b020965e75b50b9f.tar.gz freebsd-ports-gnome-99c13b556cfba9adcea52ed8b020965e75b50b9f.tar.zst freebsd-ports-gnome-99c13b556cfba9adcea52ed8b020965e75b50b9f.zip |
shells/scponly cannot work with rsync
From: Hideyuki KURASHINA <rushani@FreeBSD.org>
I've confirmed the rsync compatibility in scponly 4.4 is broken.
Unfortunately, at this moment I don't have enough time to
test the patch you showed us...
PR: ports/96295
Submitted by: UEDA Hiroyuki <ueda@drweb.jp>
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r-- | shells/scponly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index d1e2440ded43..180653cf1028 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -106,6 +106,7 @@ CONFIGURE_ARGS+=--enable-chrooted-binary .endif .if defined(WITH_SCPONLY_RSYNC) +BROKEN= The Rsync compatibility is broken BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS+= ${BUILD_DEPENDS} CONFIGURE_ARGS+=--enable-rsync-compat |