misc/182637: editors/abiword has non-existent dependencies in Makefile

Sergey nbspjr at gmail.com
Fri Oct 4 14:00:03 UTC 2013


>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 at 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:


More information about the freebsd-bugs mailing list