Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 16:34:28 +0200 (CEST)
From:      Loic Blot <loic.blot@unix-experience.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181294: Missing dependency for GLPI
Message-ID:  <20130814143428.D1AC05C8A8@www.unix-experience.fr>
Resent-Message-ID: <201308141440.r7EEe0SV022672@freefall.freebsd.org>

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

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



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