From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 7 19:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D089953E for ; Wed, 7 Aug 2013 19:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9640721BE for ; Wed, 7 Aug 2013 19:10: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 r77JA0DN044817 for ; Wed, 7 Aug 2013 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r77JA0E7044816; Wed, 7 Aug 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 Aug 2013 19:10:00 GMT Resent-Message-Id: <201308071910.r77JA0E7044816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wall Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1013E262 for ; Wed, 7 Aug 2013 19:03:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F20F9214C for ; Wed, 7 Aug 2013 19:03:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r77J3Drl027944 for ; Wed, 7 Aug 2013 19:03:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r77J3Dae027937; Wed, 7 Aug 2013 19:03:13 GMT (envelope-from nobody) Message-Id: <201308071903.r77J3Dae027937@oldred.freebsd.org> Date: Wed, 7 Aug 2013 19:03:13 GMT From: Steve Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181120: apache24 patch places "Include" line in the wrong place X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 19:10:00 -0000 >Number: 181120 >Category: ports >Synopsis: apache24 patch places "Include" line in the wrong place >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 07 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wall >Release: 9.1 >Organization: >Environment: FreeBSD XXXX 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #28 r4604: Mon Jul 29 12:48:20 EDT 2013 root@XXXXX:/usr/obj/space/src/sys/GENERIC amd64 >Description: apache24/files/patch-docs__conf__httpd.conf.in includes a chunk that in apache22 placed "Include @rel_sysconfdir@/Includes/*.conf" at the end of httpd.conf.in. It does not place it at the end in apache24, instead placing it before a (commented out) block of statements that have been added to the file in apache24. Granted, fairly trivial, but still mildly annoying. And will probably recur in the future, because diff/patch have no indicator for end-of-file. >How-To-Repeat: cd /usr/ports/www/apache24 make >Fix: Change the final chunk in apache24/files/patch-docs__conf__httpd.conf.in to this: @@ -418,3 +418,4 @@ #RequestHeader unset DNT env=bad_DNT # +Include @rel_sysconfdir@/Includes/*.conf >Release-Note: >Audit-Trail: >Unformatted: