From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 5 19:30:01 2014 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 ESMTPS id 5107AF4D for ; Mon, 5 May 2014 19:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1E85E26 for ; Mon, 5 May 2014 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45JU1qg060596 for ; Mon, 5 May 2014 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45JU1HH060595; Mon, 5 May 2014 19:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 5 May 2014 19:30:01 GMT Resent-Message-Id: <201405051930.s45JU1HH060595@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, Walter Hop 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 8CFE3F36 for ; Mon, 5 May 2014 19:28:38 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (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 7A8C45E18 for ; Mon, 5 May 2014 19:28:38 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s45J7Qto066522 for ; Mon, 5 May 2014 19:07:26 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s45J7QX5066521; Mon, 5 May 2014 19:07:26 GMT (envelope-from nobody) Message-Id: <201405051907.s45J7QX5066521@cgiserv.freebsd.org> Date: Mon, 5 May 2014 19:07:26 GMT From: Walter Hop To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189379: benchmarks/phoronix-test-suite requires php5-dom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 19:30:01 -0000 >Number: 189379 >Category: ports >Synopsis: benchmarks/phoronix-test-suite requires php5-dom >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: Mon May 05 19:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Walter Hop >Release: 9.2-RELEASE-p5 >Organization: >Environment: >Description: The Phoronix Test Suite (benchmarks/phoronix-test-suite) needs the php DOM extension (textproc/php5-dom) to function. This dependency should be made explicit by the port. >How-To-Repeat: 1. Install benchmarks/phoronix-test-suite package or port without a php5-dom package installed. 2. Run 'phoronix-test-suite', which should give the following error message: The following PHP extensions are REQUIRED by the Phoronix Test Suite: DOM The PHP Document Object Model (DOM) is required for XML operations. The following PHP extensions are OPTIONAL but recommended: PHP FPDF PHP FPDF is recommended if wishing to generate PDF reports. >Fix: Require php5 DOM extension. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 353037) +++ Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PHP= zip json openssl gd zlib pcntl posix curl ctype +USE_PHP= zip json openssl gd zlib pcntl posix curl ctype dom USE_PHP_BUILD= yes WANT_PHP_CLI= yes NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted: