From owner-freebsd-ports@freebsd.org Tue Apr 26 08:46:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3D7EAABAB9 for ; Tue, 26 Apr 2016 08:46:34 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.kissl.de (host64.kissl.de [213.239.241.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.shmhost.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC5CB12C9 for ; Tue, 26 Apr 2016 08:46:34 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.lastsummer.de (ipservice-092-217-228-193.092.217.pools.vodafone-ip.de [92.217.228.193]) (Authenticated sender: web104p1) by host64.kissl.de (Postfix) with ESMTPSA id BB224600C3; Tue, 26 Apr 2016 10:41:04 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: www/squid: reconsider enabling all options From: Franco Fichtner In-Reply-To: Date: Tue, 26 Apr 2016 10:41:04 +0200 Cc: Nick Rogers , "freebsd-ports@freebsd.org" Content-Transfer-Encoding: 7bit Message-Id: <05F80BCC-A94E-43F5-ACFD-7240EC7507B4@lastsummer.de> References: To: Pavel Timofeev X-Mailer: Apple Mail (2.3124) X-Virus-Scanned: clamav-milter 0.99 at host64.kissl.de X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 08:46:35 -0000 Hi, > On 26 Apr 2016, at 10:31 AM, Pavel Timofeev wrote: > > 2016-04-26 1:32 GMT+03:00 Nick Rogers : >> >> I was able to fix my issue by recompiling without the TP_IP and TP_IPF >> options, but I believe more thought/discussion should be given to all the >> new options that are now enabled by default in the port. > > Do you think all three should be disabled by default, or we can enable > one of them mostly used? Well, the breakage only occurs with local modified builds because the transparent proxy options weren't enabled at all before. It probably needs an OPTIONS_RADIO along with TP_NONE, and others will have to discuss whether to use TP_IPFW or TP_PF as the main use case. ;) FWIW, OPNsense uses TP_PF. Cheers, Franco