summaryrefslogtreecommitdiff
path: root/shells/scponly
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-09 20:54:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-09 20:54:19 +0000
commite945f71e7d2621237e617f602ba6c7a8febe5bb1 (patch)
tree54a65b809c326640eada5aed7c6b25e1a7296197 /shells/scponly
parentUpgrade to 1.7.13. (diff)
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>
Notes
Notes: svn path=/head/; revision=161838
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/Makefile1
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