From 11e9cd253e5604b2b460f7bddb5855cf1c466fb6 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Thu, 8 Jan 2009 13:08:55 -0500 Subject: pts: Update tcsh external dependency for Fedora Plus other stuff --- CHANGE-LOG | 1 + phoronix-test-suite | 4 ++-- pts-core/options/result_file_to_pdf.php | 6 ------ pts/distro-xml/fedora-packages.xml | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGE-LOG b/CHANGE-LOG index 812ce00..97a411c 100644 --- a/CHANGE-LOG +++ b/CHANGE-LOG @@ -7,6 +7,7 @@ Phoronix Test Suite (Git) - pts-core: Miscellaneous fixes - pts: Add smokin-guns test profile for Quake 3 Smokin' Guns game - pts: Minor update to iozone test profile +- pts: Update tcsh external dependency for Fedora - install-sh: Add $DESTDIR support to make packaging easier Phoronix Test Suite 1.6.0 Beta 2 diff --git a/phoronix-test-suite b/phoronix-test-suite index 129f324..7a333f4 100755 --- a/phoronix-test-suite +++ b/phoronix-test-suite @@ -52,8 +52,8 @@ if [ "X$PHP_BIN" = "X" ] then cat <<'EOT' -PHP5 CLI Must Be Installed To Run The Phoronix Test Suite. -Only PHP For The Command Line Is Needed, Not A Complete PHP w/ Web Server Installation +PHP 5.x CLI Must Be Installed To Run The Phoronix Test Suite. +Only PHP For The Command Line Is Needed, Not A Complete PHP Web Server Installation The PHP CLI package is usually called php-cli or php5-cli. Also recommended is the PHP GD library (php-gd) For support visit: http://www.phoronix-test-suite.com/ diff --git a/pts-core/options/result_file_to_pdf.php b/pts-core/options/result_file_to_pdf.php index 50e0636..c620722 100644 --- a/pts-core/options/result_file_to_pdf.php +++ b/pts-core/options/result_file_to_pdf.php @@ -72,11 +72,6 @@ class result_file_to_pdf implements pts_option_interface $placement = 1; for($i = 1; $i <= count($tests); $i++) { - /* $pdf->SetFont("Arial", "B", 18); - $pdf->SetFillColor(255, 255, 255); - $pdf->Ln(30 + (($i - 1) * 100)); - $pdf->Cell(0, 0, $tests[$i], 0, 0, "L", true); */ - if(is_file(SAVE_RESULTS_DIR . $r[0] . "/result-graphs/" . $i . ".jpg")) { $pdf->Ln(100); @@ -95,7 +90,6 @@ class result_file_to_pdf implements pts_option_interface $placement++; } - $pdf->Output($r[0] . ".pdf"); echo "\nSaved To: " . $r[0] . ".pdf\n\n"; } diff --git a/pts/distro-xml/fedora-packages.xml b/pts/distro-xml/fedora-packages.xml index 1b4331e..f224df6 100644 --- a/pts/distro-xml/fedora-packages.xml +++ b/pts/distro-xml/fedora-packages.xml @@ -18,7 +18,7 @@ csh tcsh - /usr/bin/tcsh + /bin/tcsh libpng-development -- cgit