From owner-freebsd-ports@FreeBSD.ORG Mon May 17 08:16:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEB716A4CE for ; Mon, 17 May 2004 08:16:48 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A43443D48 for ; Mon, 17 May 2004 08:16:48 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 4.32 #2) id 1BPjrB-00065A-Vd for ports@freebsd.org; Mon, 17 May 2004 11:16:46 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16552.55129.364919.362152@jerusalem.litteratus.org> Date: Mon, 17 May 2004 11:16:41 -0400 To: ports@freebsd.org In-Reply-To: <20040517145546.M47010@mignon.ki.iif.hu> References: <000701c43c0d$5ee2a690$090410ac@mbrd.ru> <20040517145546.M47010@mignon.ki.iif.hu> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: FreeBSD Port: rancid-2.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 15:16:48 -0000 Mohacsi Janos writes: > Do you know a method to check, if a certain port does > not overwrite a file from another port? Such a thing exists, though I do not know the details. Look at net/samba and net/libsmbclient. If you install either and then try to install the other, the install will abort with a warning about overwriting existing files. (There is a flag one can pass to "make install" to install them anyway.) Robert Huff