From owner-freebsd-ports@FreeBSD.ORG Thu Aug 9 03:44:10 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C805B106566C for ; Thu, 9 Aug 2012 03:44:10 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9F96E8FC15 for ; Thu, 9 Aug 2012 03:44:10 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id DC8935C34; Wed, 8 Aug 2012 23:44:03 -0400 (EDT) Date: Wed, 8 Aug 2012 23:44:03 -0400 From: Wesley Shields To: Yanhui Shen Message-ID: <20120809034403.GA39604@atarininja.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: net/mosh conflicts with lang/mosh X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 03:44:10 -0000 On Thu, Aug 09, 2012 at 12:12:32AM +0800, Yanhui Shen wrote: > Hi, > > net/mosh is a mobile terminal, while lang/mosh is a R6RS scheme interpreter, > and both of them have "bin/mosh". > > So is there any way to make both of them installed? > Or actually, one of which needs to be renamed? No decent way to have both of them installed under the same prefix. You can always install one in a chroot somewhere. One of them would need to rename bin/mosh to something else. -- WXS