Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 05:47:02 GMT
From:      Matt Dawson <matt@chronos.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151054: audio/amarok-kde4 missing build time dep on dockbook-xml
Message-ID:  <201009290547.o8T5l2dt066067@www.freebsd.org>
Resent-Message-ID: <201009290550.o8T5o1dE020154@freefall.freebsd.org>

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

>Number:         151054
>Category:       ports
>Synopsis:       audio/amarok-kde4 missing build time dep on dockbook-xml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 29 05:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 8.1-RELEASE p1 (manual bzip2 patch)
>Organization:
n/a
>Environment:
FreeBSD workstation2 8.1-RELEASE FreeBSD 8.1-RELEASE #0 r210314: Tue Jul 20 23:11:51 BST 2010     md001@tinderbox:/usr/obj/usr/src/sys/WORKSTATION2  amd64
>Description:
audio/amarok-kde4 fails on missing dockbook-xml when built on a tinderbox.
>How-To-Repeat:
Try to build audio/amarok-kde4 on a tinderbox.
>Fix:
--- ports/audio/amarok-kde4/Makefile.orig       2010-09-29 06:33:16.000000000 +0100
+++ ports/audio/amarok-kde4/Makefile    2010-09-29 06:33:32.000000000 +0100
@@ -18,7 +18,8 @@
                lastfm.0:${PORTSDIR}/audio/liblastfm \
                qca.2:${PORTSDIR}/devel/qca

-BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator
+BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator \
+               ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
 RUN_DEPENDS=   ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator

 LATEST_LINK=   ${PORTNAME}-kde4

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



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