Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 15:16:38 -0700 (PDT)
From:      "Burton M. Strauss III" <BStrauss-freebsd@feliscatus.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43438: ports (textproc) gdome2 has a bad dependency (xml2.5 s/b xml2)
Message-ID:  <200209272216.g8RMGcLQ069994@www.freebsd.org>

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

>Number:         43438
>Category:       ports
>Synopsis:       ports (textproc) gdome2 has a bad dependency (xml2.5 s/b xml2)
>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:   Fri Sep 27 15:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Burton M. Strauss III
>Release:        4.6.2-STABLE
>Organization:
Me, Myself and I - party of 3
>Environment:
FreeBSD tiggerf 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Thu Aug 15 22:52:09 CDT 2002     root@tiggerf:/usr/obj/usr/src/sys/BMS  i386
>Description:
In the ports collection, gdome2 has this line in the Makefile:

LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2

Which always fails with an unresolvable dependency.  It should be:

LIB_DEPENDS=    xml2:${PORTSDIR}/textproc/libxml2
>How-To-Repeat:
cd /usr/ports/textproc/libxml2
make
>Fix:
LIB_DEPENDS=    xml2:${PORTSDIR}/textproc/libxml2
>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?200209272216.g8RMGcLQ069994>