Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2007 14:48:57 +0100 (CET)
From:      Mathias Monnerville <mathias@monnerville.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109088: Update port: www/glpi Useless dependency removal
Message-ID:  <200702121348.l1CDmvIj063427@sritux.univ-paris4.fr>
Resent-Message-ID: <200702121350.l1CDo8VM015958@freefall.freebsd.org>

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

>Number:         109088
>Category:       ports
>Synopsis:       Update port: www/glpi Useless dependency removal
>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:   Mon Feb 12 13:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mathias Monnerville <mathias@monnerville.com>
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
FreeBSD meduse.ocean.gaia 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Sat Feb  3 22:30:23 CET 2007     mathias@meduse.ocean.gaia:/usr/obj/usr/src/sys/GENERIC  i386

	
>Description:
	
	Developpers reported that GLPI does not use gettext to do internationalization stuff.
	This fix removes gettext dependency.

>How-To-Repeat:
	
>Fix:
diff -u Makefile.orig Makefile

--- Makefile.orig	Mon Feb 12 14:25:39 2007
+++ Makefile	Mon Feb 12 14:25:44 2007
@@ -14,7 +14,7 @@
 MAINTAINER=	mathias@monnerville.com
 COMMENT=	Free IT and asset management software
 
-USE_PHP=	gettext mysql pcre session xml
+USE_PHP=	mysql pcre session xml
 WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

	


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



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