Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2010 11:02:11 GMT
From:      Cristiano <cris@gufi.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144417: www/bacula-web miss gd dependencies
Message-ID:  <201003021102.o22B2Bs9031314@www.freebsd.org>
Resent-Message-ID: <201003021110.o22BA1lj086070@freefall.freebsd.org>

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

>Number:         144417
>Category:       ports
>Synopsis:       www/bacula-web miss gd dependencies
>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 Mar 02 11:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano
>Release:        7.3-p5
>Organization:
GUFI
>Environment:
>Description:
Installing www/bacula-web should be installed graphics/phpX-gd to draw graphics
>How-To-Repeat:

>Fix:
install graphics/phpX-gd

Patch attached with submission follows:

--- Makefile.orig	2010-03-02 11:43:13.000000000 +0100
+++ Makefile	2010-03-02 12:00:05.000000000 +0100
@@ -14,11 +14,10 @@
 
 MAINTAINER=	dan@langille.org
 COMMENT=	Bacula-web provides a summarized output of Bacula jobs
-
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
 
 NO_BUILD=	yes
-USE_PHP=	yes
+USE_PHP=	gd
 WANT_PHP_WEB=	yes
 
 OPTIONS=	POSTGRESQL "Use PostgreSQL database instead of MySQL" on


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



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