ports/142364: [patch] /www/glpi port don't install nesseserary devel/php5-json port

Serg mail_of_sergey at mail.ru
Tue Jan 5 21:30:02 UTC 2010


>Number:         142364
>Category:       ports
>Synopsis:       [patch] /www/glpi port don't install nesseserary devel/php5-json port
>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:   Tue Jan 05 21:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Serg
>Release:        FreeBSD 8.0-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD acc.acc.tula.ru 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #4: Mon Dec 14 20:30:51 MSK 2009     root at acc.acc.tula.ru:/usr/src/sys/i386/compile/Z  i386

>Description:
devel/php5-json port is needed for working GLPI port (www/glpi).
If devel/php5-json port not installed then "Test json functions" of GLPI is failed.
>How-To-Repeat:
Uninstall devel/php5-json port
Uninstall /www/glpi port
Install /www/glpi port
Visit 'http://{host.domain}/www/glpi/' in a web-browser and follow the configuration instructions.
At forth screen - "Compatibility checks to use GLPI" - will be one red bullet. It will be "Test json functions failed".
>Fix:
Install devel/php5-json manualy
or apply patch

Patch attached with submission follows:

--- Makefile.old	2009-12-08 13:16:01.000000000 +0300
+++ Makefile	2010-01-05 23:59:25.000000000 +0300
@@ -26,6 +26,7 @@
 
 .include <bsd.port.pre.mk>
 
+RUN_DEPENDS=    ${LOCALBASE}/lib/php/20060613/json.so:${PORTSDIR}/devel/php5-json
 post-extract:
 	@${FIND} ${WRKSRC} -name '*~' -delete
 


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



More information about the freebsd-ports-bugs mailing list