Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2007 11:34:31 +0300 (EEST)
From:      Anton Lysenok <bart@tapolsky.net.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115920: [patch] port www/sqstat: sqstat.php do not print AVG/CURR speed in user list of Squid users
Message-ID:  <200708290834.l7T8YV5f060473@mail.midland.com.ua>
Resent-Message-ID: <200708290840.l7T8e72u074641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708290834.l7T8YV5f060473>