From owner-freebsd-ports@FreeBSD.ORG Tue Sep 16 09:50:16 2008 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 34FA11065671 for ; Tue, 16 Sep 2008 09:50:16 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id C05088FC27 for ; Tue, 16 Sep 2008 09:50:15 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1464828nfh.33 for ; Tue, 16 Sep 2008 02:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=FGQ7UaheqrvikW/Q513gvKXgclTz9cKljM2mKHXkLNs=; b=KuRuJINkReBS5KS0uW49pxVwzXUDEXBTeWAi3l1uGUHwAJGbve1DujC98Tnswa9x1S Ai86rS6ObBiAjVtO+dbIVu6sJLMHVrwUFdU/cI71UuVF4ADS46ndN9lymh1aFScDS8VS hHA+OW8hrAhtS/HBzF14tKqjZwVvN507u+qro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hiO9YzbJsEw+B23/5NWLX+fM2JxSaSM+dZE6DrA2vKgEYinrWOTGgUaFB9Ya9mC6MR 4yQxH3rDLX/wXkJNe2zbAq9e7Q15DvmX9Tu7HsCgcLimx8NjhIf6bYET2z5Qcd4LkXtH meBXMzcx3/+echFhURmrIl+YgHcCSwI8ZZIxk= Received: by 10.86.29.8 with SMTP id c8mr568291fgc.30.1221558614452; Tue, 16 Sep 2008 02:50:14 -0700 (PDT) Received: by 10.86.62.14 with HTTP; Tue, 16 Sep 2008 02:50:14 -0700 (PDT) Message-ID: <7d6fde3d0809160250w50e40ee5rbe64a89b02a4ea69@mail.gmail.com> Date: Tue, 16 Sep 2008 02:50:14 -0700 From: "Garrett Cooper" To: FreeBSD In-Reply-To: <48CE949F.9060002@optiksecurite.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48CE949F.9060002@optiksecurite.com> Cc: freebsd-ports@freebsd.org Subject: Re: Multiple installation of one ports 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: Tue, 16 Sep 2008 09:50:16 -0000 On Mon, Sep 15, 2008 at 10:00 AM, FreeBSD wrote: > Hi everyone, > > I've been asked by a customer to install Drupal on one server to manage a > new site. No problem yet. But, he also asked if it would be possible to > install it for other sites. > > I know that there is a warning if you want to install a port that is already > installed, but is there a way to bypass this? I know I could install it from > the tarball from the website, but I want to be able to use portupgrade and > portaudit to deal with it. > > Any suggestions? > > Thank you for your time, > > Martin I believe you're looking for the -f flag to pkg_add(1). -Garrett