Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2012 17:25:32 GMT
From:      Cristiano Rolim Pereira <cristianorolim@outlook.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174719: [maintainer-update] - sysutils/loganalyzer now needs php5-zlib
Message-ID:  <201212261725.qBQHPWCm019680@red.freebsd.org>
Resent-Message-ID: <201212261730.qBQHU00w069270@freefall.freebsd.org>

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

>Number:         174719
>Category:       ports
>Synopsis:       [maintainer-update] - sysutils/loganalyzer now needs php5-zlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 17:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        9.1-RELEASE
>Organization:
>Environment:
>Description:
This new version needs php5-zlib at runtime.

The attached diff file corrects the dependency and sets PORTREVISION to 1.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../loganalyzer.orig/Makefile ./Makefile
--- ../loganalyzer.orig/Makefile	2012-12-26 13:41:13.000000000 -0200
+++ ./Makefile	2012-12-26 15:12:33.000000000 -0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	loganalyzer
 PORTVERSION=	3.4.5
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://download.adiscon.com/loganalyzer/
 
@@ -30,7 +31,7 @@
 		PDO_SQLITE "SQLite PDO driver" Off
 
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	session pdo gd xml
+USE_PHP=	session pdo gd xml zlib
 WANT_PHP_WEB=	YES
 IGNORE_WITH_PHP=4
 DEFAULT_PHP_VER=5


>Release-Note:
>Audit-Trail:
>Unformatted:



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