Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2001 13:40:46 -0400 (EDT)
From:      dgilbert@velocet.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27689: bonobo depends on libxml.
Message-ID:  <20010527174046.D99463853E@strike.velocet.ca>

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

>Number:         27689
>Category:       ports
>Synopsis:       bonobo depends on libxml
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 10:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     David Gilbert
>Release:        FreeBSD 4.3-RC i386
>Organization:
Velocet Communications
>Environment:
System: FreeBSD strike.velocet.ca 4.3-RC FreeBSD 4.3-RC #1: Mon Apr 16 22:17:39 EDT 2001 root@strike.velocet.ca:/usr/src/sys/compile/STRIKE i386


I don't believe this is target specific.
>Description:
It would appear that bonobo depends (among other things) on libxml.  I
found this out because I was trying to install things ... and in that
process I had to weed out old libraries.  If (specifically) libxml doesn't
exist, the bonobo port fails to build.
>How-To-Repeat:
pkg_delete libxml* and then try to build bonobo.
>Fix:

--- Makefile.old	Sun May 27 13:34:11 2001
+++ Makefile	Sun May 27 13:34:16 2001
@@ -14,7 +14,8 @@
 
 MAINTAINER=	gnome@FreeBSD.org
 
-LIB_DEPENDS=	gnomeprint.16:${PORTSDIR}/print/gnomeprint
+LIB_DEPENDS=	gnomeprint.16:${PORTSDIR}/print/gnomeprint \
+		xml.5:${PORTSDIR}/textproc/libxml
 
 USE_X_PREFIX=	yes
 USE_PERL5=	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?20010527174046.D99463853E>