ports/181294: Missing dependency for GLPI
Loic Blot
loic.blot at unix-experience.fr
Wed Aug 14 14:40:01 UTC 2013
>Number: 181294
>Category: ports
>Synopsis: Missing dependency for GLPI
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 14 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Loic Blot
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
Centre National de la Recherche Scientifique
>Environment:
System: FreeBSD www.unix-experience.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
GLPI needs PHP5-soap.
>How-To-Repeat:
Install GLPI with a fresh Apache and PHP 5 from ports (and let GLPI install the right dependancies.
When you go to the login interface a message says GLPI require soap. This don't block GLPI use but
it may be fixed.
>Fix:
--- glpi.diff begins here ---
--- Makefile.old 2013-08-14 16:28:34.000000000 +0200
+++ Makefile 2013-08-14 16:28:38.000000000 +0200
@@ -11,7 +11,7 @@
MAINTAINER= mathias at monnerville.com
COMMENT= Free IT and asset management software
-USE_PHP= mysql mbstring pcre session xml json ctype
+USE_PHP= mysql mbstring pcre session xml json ctype soap
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
--- glpi.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list