ports/115920: [patch] port www/sqstat: sqstat.php do not print AVG/CURR speed in user list of Squid users
Anton Lysenok
bart at tapolsky.net.ua
Wed Aug 29 08:40:08 UTC 2007
>Number: 115920
>Category: ports
>Synopsis: [patch] port www/sqstat: sqstat.php do not print AVG/CURR speed in user list of Squid users
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 29 08:40:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Anton Lysenok
>Release: FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System:
>Description:
Sqstat utility is PHP based script, which display current downloads on proxy Squid.
In this table I cannot find average and current speed in users (downloads) table.
I have problem because php5-session do not installed on my machine. This patch
make php5-session as dependent port.
>How-To-Repeat:
>Fix:
--- sqstat_php-session.patch begins here ---
--- Makefile Sun Oct 8 13:36:02 2006
+++ Makefile.new Wed Aug 29 11:18:28 2007
@@ -14,7 +14,7 @@
MAINTAINER= sem at FreeBSD.org
COMMENT= A script which allows to look through active squid users connections
-USE_PHP= pcre
+USE_PHP= pcre session
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
--- sqstat_php-session.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list