Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2002 13:13:12 -0700 (PDT)
From:      Erik Greenwald <erik@smluc.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40093: databases/libgda needs devel/gconf but doesn't list it as a dependancy
Message-ID:  <200207012013.g61KDCOw056707@www.freebsd.org>

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

>Number:         40093
>Category:       ports
>Synopsis:       databases/libgda needs devel/gconf but doesn't list it as a dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 13:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        -current
>Organization:
>Environment:
>Description:
      databases/libgda files in the build phase if gconf is not installed (missing header warning followed by undefined stuff). configure does not catch this.
>How-To-Repeat:
      ... delete gconf, try to install libgda
>Fix:
      --- Makefile.orig       Mon Jul  1 15:10:05 2002
+++ Makefile    Mon Jul  1 15:09:48 2002
@@ -16,7 +16,8 @@
 MAINTAINER=    gnome@FreeBSD.org

 LIB_DEPENDS=   gdbm.2:${PORTSDIR}/databases/gdbm \
-               bonobo.2:${PORTSDIR}/devel/bonobo
+               bonobo.2:${PORTSDIR}/devel/bonobo \
+               gconf-1.1:${PORTSDIR}/devel/gconf

 USE_BZIP2=     yes
 USE_X_PREFIX=  yes
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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