Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jun 2007 17:26:42 +0100
From:      Joe Holden <joe@joeholden.co.uk>
To:        Juan Miscara <pmatulis@sympatico.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: reinstalling a port with new compile option
Message-ID:  <4662EBC2.3090802@joeholden.co.uk>
In-Reply-To: <200706031208.10948.pmatulis@sympatico.ca>
References:  <200706031208.10948.pmatulis@sympatico.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4662EBC2.3090802>