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. 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 #</IfModule> +Include @rel_sysconfdir@/Includes/*.conf How-To-Repeat: cd /usr/ports/www/apache24 make
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Fix will be committed with the next version update since it triggers a rebuild on the package build cluster
State Changed From-To: analyzed->closed Committed in r 331790 Thanks!