From owner-freebsd-www@FreeBSD.ORG Sat Jun 15 08:20:00 2013 Return-Path: Delivered-To: freebsd-www@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A1A40116 for ; Sat, 15 Jun 2013 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 84AA01DCD for ; Sat, 15 Jun 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5F8K0DX018534 for ; Sat, 15 Jun 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5F8K0wj018533; Sat, 15 Jun 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jun 2013 08:20:00 GMT Resent-Message-Id: <201306150820.r5F8K0wj018533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Afanasyev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFD2AD09 for ; Sat, 15 Jun 2013 08:13:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A20731DA3 for ; Sat, 15 Jun 2013 08:13:16 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5F8DGGg037727 for ; Sat, 15 Jun 2013 08:13:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5F8DGMN037726; Sat, 15 Jun 2013 08:13:16 GMT (envelope-from nobody) Message-Id: <201306150813.r5F8DGMN037726@oldred.freebsd.org> Date: Sat, 15 Jun 2013 08:13:16 GMT From: Anton Afanasyev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: www/179568: www/squid STRICT_HTTP option has a typo since rev 319969 (STRUCT_HTTP) X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: **OBSOLETE** FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2013 08:20:00 -0000 >Number: 179568 >Category: www >Synopsis: www/squid STRICT_HTTP option has a typo since rev 319969 (STRUCT_HTTP) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Afanasyev >Release: 9.0-RELEASE-p4 >Organization: >Environment: FreeBSD hexagon.aahome 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0 r242363: Tue Oct 30 15:44:56 PDT 2012 username@machinename:/usr/obj/usr/src/sys/GENERIC i386 >Description: www/squid port Makefile contains a typo in the STRICT_HTTP port option name - it is named STRUCT_HTTP since rev 319969. This manifests itself in the port not showing the option description, and all the other obvious symptoms. >How-To-Repeat: Update ports tree to 319969 or later and try running config on the www/squid port >Fix: s/STRUCT_HTTP/STRICT_HTTP/g Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www-squid-Makefile_struct_http.patch # echo x - www-squid-Makefile_struct_http.patch sed 's/^X//' >www-squid-Makefile_struct_http.patch << '4135c53d6ec4c1db185a95f084ccbb20' X--- Makefile.old 2013-06-15 00:52:38.903467587 -0700 X+++ Makefile 2013-06-15 00:52:46.876469124 -0700 X@@ -133,3 +133,3 @@ X SSL PINGER DNS_HELPER HTCP VIA_DB CACHE_DIGESTS WCCP WCCPV2 \ X- STRUCT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \ X+ STRICT_HTTP IDENT REFERER_LOG USERAGENT_LOG ARP_ACL PF IPFILTER \ X FOLLOW_XFF AUFS COSS KQUEUE LARGEFILE STACKTRACES 4135c53d6ec4c1db185a95f084ccbb20 exit >Release-Note: >Audit-Trail: >Unformatted: