Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 13:57:28 GMT
From:      Sergey <nbspjr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/182637: editors/abiword has non-existent dependencies in Makefile
Message-ID:  <201310041357.r94DvSAA060164@oldred.freebsd.org>
Resent-Message-ID: <201310041400.r94E02eX067166@freefall.freebsd.org>

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

>Number:         182637
>Category:       misc
>Synopsis:       editors/abiword has non-existent dependencies in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 14:00:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sergey
>Release:        FreeBSD 9.1-RELEASE
>Organization:
Home
>Environment:
FreeBSD vbox-freebsd64 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Abiword has the following library dependencies which are no longer exist:

LIB_DEPENDS+=   wpg-0.1:${PORTSDIR}/graphics/libwpg01 \
                wpd-0.8:${PORTSDIR}/textproc/libwpd08

According to /usr/ports/UPDATING there are graphics/libwpg and textproc/libwpd port origins available.

>How-To-Repeat:
1. Update ports tree
2. cd /usr/ports/editors/abiwords && make build
>Fix:
I've removed 01 and 08 suffixes from the mentioned ports' origins and currently trying to build editors/abiword port. I.e. the LIB_DEPENDS section looks like this:

LIB_DEPENDS+=   wpg-0.1:${PORTSDIR}/graphics/libwpg \
                wpd-0.8:${PORTSDIR}/textproc/libwpd



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



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