ports/96295: shells/scponly cannot work with rsync

Hideyuki KURASHINA rushani at FreeBSD.org
Tue May 9 15:34:13 UTC 2006


Hi,

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...

Edwin, could you please commit following patch to mark this port
broken if it will be built with WITH_SCPONLY_RSYNC knob?

Regards,

-- rushani

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	31 Jan 2006 14:05:46 -0000	1.22
+++ Makefile	9 May 2006 15:13:34 -0000
@@ -106,6 +106,7 @@
 .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



More information about the freebsd-ports-bugs mailing list