From owner-cvs-ports@FreeBSD.ORG Tue Sep 21 06:48:51 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39F201065670; Tue, 21 Sep 2010 06:48:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id C5BAE8FC1B; Tue, 21 Sep 2010 06:48:50 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o8L6mnh4057418; Tue, 21 Sep 2010 08:48:49 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 21 Sep 2010 08:48:49 +0200 From: Emanuel Haupt To: Alexey Dokuchaev Message-Id: <20100921084849.8b50d4be.ehaupt@FreeBSD.org> In-Reply-To: <20100921020127.GA98972@FreeBSD.org> References: <201009202309.o8KN96Pl080685@repoman.freebsd.org> <20100921020127.GA98972@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Adam Weinberger , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells/bash-completion Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 06:48:51 -0000 Alexey Dokuchaev wrote: > On Mon, Sep 20, 2010 at 11:09:06PM +0000, Adam Weinberger wrote: > > adamw 2010-09-20 23:09:06 UTC > > > > FreeBSD ports repository > > > > Modified files: > > shells/bash-completion Makefile pkg-plist > > Log: > > Now that shells/bash-completion-classic is in the tree, register a > > conflict with it. Also, remove the rsync-disable hack on amd64, > > and replace it with a simple BROKEN message. > > I was under impression that rsync part does not work at run time, not > at compile time. If this is true, BROKEN should probably be IGNORE > instead. There are other modules I've had problems with, so for instance .ssh/known_hosts completion was behaving very strange - sometimes it would hang, sometimes it would lock up the whole shell. I am planing on debugging this further. I'll commit and attach the shells/bash-completion-classic some time today. Emanuel