reinstalling a port with new compile option

2007-06-03 Thread Juan Miscara
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 ___ freebsd-questions@freebsd.org mailing list

Re: reinstalling a port with new compile option

2007-06-03 Thread Joe Holden
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

Re: reinstalling a port with new compile option

2007-06-03 Thread Garrett Cooper
Joe Holden wrote: 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