From owner-freebsd-questions@FreeBSD.ORG Sun Jun 3 16:47:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05F1916A400 for ; Sun, 3 Jun 2007 16:47:06 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from scarlett.lon.rewt.org.uk (scarlett.lon.rewt.org.uk [62.84.188.34]) by mx1.freebsd.org (Postfix) with ESMTP id C181A13C457 for ; Sun, 3 Jun 2007 16:47:05 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by scarlett.lon.rewt.org.uk (Postfix) with ESMTP id 597DF398F8; Sun, 3 Jun 2007 17:28:19 +0100 (BST) X-Virus-Scanned: amavisd-new at scarlett.lon.rewt.org.uk Received: from scarlett.lon.rewt.org.uk ([127.0.0.1]) by localhost (scarlett.lon.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uc6GEY7s5r-d; Sun, 3 Jun 2007 17:27:54 +0100 (BST) Received: from [192.168.10.230] (unknown [78.86.5.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by scarlett.lon.rewt.org.uk (Postfix) with ESMTP id 7D2D0398F7; Sun, 3 Jun 2007 17:27:54 +0100 (BST) Message-ID: <4662EBC2.3090802@joeholden.co.uk> Date: Sun, 03 Jun 2007 17:26:42 +0100 From: Joe Holden User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Juan Miscara References: <200706031208.10948.pmatulis@sympatico.ca> In-Reply-To: <200706031208.10948.pmatulis@sympatico.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: reinstalling a port with new compile option X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2007 16:47:06 -0000 Juan Miscara wrote: > I have net/samba3 installed on my FreeBSD 6.2 box. I now want to have > ACL_SUPPORT compiled in. Without updating my sources, what is the safest way > to achieve this? > > Thank you, > > Juan > _______________________________________________ cd /usr/ports/net/samba3 make deinstall clean make WITH_ACL_SUPPORT=yes install clean HTH, Joe