From owner-freebsd-questions@FreeBSD.ORG Sat Feb 19 01:48:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E3311065672 for ; Sat, 19 Feb 2011 01:48:03 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 042DC8FC13 for ; Sat, 19 Feb 2011 01:48:02 +0000 (UTC) Received: by wwf26 with SMTP id 26so4264744wwf.31 for ; Fri, 18 Feb 2011 17:48:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=EjHpIk2qyirPzhOEPCwBmB+bl4RLnsqJwBrfZRq4m/M=; b=YHtyI4Lakaqj1Z2e3p/QyUZDONUlKY96h/N3vpvPYmY7SwvvQSwhz9pMlvh22WHIwL 9ygU7+NgcfCL54+7T2+tEMnZHYUuoNNUG2X69QcuXiM+Vi8BRqsaaovSGkbQfFFUMrxI QqsSi7WLAgJ/S3tXMz2KFxg0F0VDoP4vcdl9k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=J2EKi355ZJT4HEUmMIuENxHwv4efew1JJ15nrX4RtN1c06k+si9cliQfQJFZSzH5Z6 KM381Ie1r8xChjnjlAcyUwa5ja+Pd3StCPanqioTn3qnlgveV9svJJdp9yJe1MOMQ0Ln W/YVPsI4ywjahAnU69PT6INiN8kxit3PvX5Ig= Received: by 10.227.133.212 with SMTP id g20mr1292652wbt.65.1298080081421; Fri, 18 Feb 2011 17:48:01 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id f27sm311351wbf.1.2011.02.18.17.47.59 (version=SSLv3 cipher=OTHER); Fri, 18 Feb 2011 17:48:00 -0800 (PST) Date: Sat, 19 Feb 2011 01:47:57 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110219014757.19194bdd@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Install Squid on FBSD with different configure options? 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: Sat, 19 Feb 2011 01:48:03 -0000 On Fri, 18 Feb 2011 08:53:27 -0800 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, Don't do that or you will have to maintain it. Revert the change, then run "make config" in the port directory and select "Enable ACLs based on ethernet address" from the menu. The option will be remembered for future upgrades too. Alternately set WITH_SQUID_ARP_ACL=yes in make.conf.