From owner-freebsd-apache@FreeBSD.ORG Sun Sep 21 04:28:10 2014 Return-Path: Delivered-To: apache@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 ESMTPS id E99B2C73 for ; Sun, 21 Sep 2014 04:28:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D107936F for ; Sun, 21 Sep 2014 04:28:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8L4SAtU076675 for ; Sun, 21 Sep 2014 04:28:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 21 Sep 2014 04:28:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kovert@omniscient.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 04:28:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #23 from kovert@omniscient.com --- Once built, it seems to work fine on FreeBSD 10 STABLE/amd64 against: apache24-2.4.10_1 Version 2.4.x of Apache web server perl5-5.20.0_3 Practical Extraction and Report Language I did notice that when building it, Mk/bsd.apache.mk around line 281 has: .if exists(${HTTPD}) _APACHE_VERSION!= ${HTTPD} -V | ${SED} -ne 's/^Server version: Apache\/\([ 0-9]\)\.\([0-9]*\).*/\1\2/p' .elif defined(APACHE_PORT) _APACHE_VERSION!= ${ECHO_CMD} ${APACHE_PORT} | ${SED} -ne 's,.*/apache\([0 -9]*\).*,\1,p' .endif On a machine that would normally have mod_perl installed but does not because I am rebuilding it, httpd fails to run due to configuration syntax errors and thus the build fails. A quick test shows that httpd -v will work regardless of if the server will start, where -V requires it, so I would suggest switching to -v. Please let me know if that should be in another bugzilla ticket. -Todd -- You are receiving this mail because: You are the assignee for the bug.