Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 00:34:09 +0900 (JST)
From:      Hideyuki KURASHINA <rushani@FreeBSD.org>
To:        ueda@drweb.jp
Cc:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, rushani@FreeBSD.org, edwin@FreeBSD.org
Subject:   Re: ports/96295: shells/scponly cannot work with rsync
Message-ID:  <20060510.003409.74730619.rushani@FreeBSD.org>
In-Reply-To: <200604250144.k3P1iEGF098700@freefall.freebsd.org>
References:  <200604250144.k3P1iEGF098700@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060510.003409.74730619.rushani>