Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2011 14:06:11 -0300
From:      Rodrigo Gonzalez <rjgonzale@estrads.com.ar>
To:        freebsd-questions@freebsd.org
Cc:        Ed Flecko <edflecko@gmail.com>
Subject:   Re: Install Squid on FBSD with different configure options?
Message-ID:  <201102181406.11978.rjgonzale@estrads.com.ar>
In-Reply-To: <AANLkTinOcNgPRc6W2vndz01LnVM3QGX5G2YWf9BbBVDR@mail.gmail.com>
References:  <AANLkTinOcNgPRc6W2vndz01LnVM3QGX5G2YWf9BbBVDR@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, February 18, 2011 01:53:27 PM Ed Flecko wrote:
> Hi folks,
> I want to install squid from the ports package (i.e.,
> /usr/ports/www/squid) instead of installing from source (which, it's
> my understanding, would force me to create a squid user, squid group,
> etc. manually).
> 
> However, I want squid to be installed with the ability to restrict end
> users internet access based upon their PCs MAC address, which means I
> need the --enable-arp-acl option when installing squid.
> 
> I have modified the Makefile (/usr/ports/www/squid/Makefile) to
> include this option, but now I'm a little confused - if I use the
> standard pkg_add squid command, won't that just fetch the package from
> the internet?
> 
> How do I install squid from the ports package that's on my hard drive?
> 


cd /usr/ports/www/squid
make config
make install clean



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