Bug 151054 - audio/amarok-kde4 missing build time dep on dockbook-xml
Summary: audio/amarok-kde4 missing build time dep on dockbook-xml
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 06:50 UTC by Matt Dawson
Modified: 2010-09-29 08:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Dawson 2010-09-29 06:50:01 UTC
audio/amarok-kde4 fails on missing dockbook-xml when built on a tinderbox.

Fix: 

-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--vI7MJEM5SgRkLa4QoXGMSTe3cbd7NqgrMArzP3ik3l55Ct2k
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
How-To-Repeat: Try to build audio/amarok-kde4 on a tinderbox.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-29 06:50:05 UTC
Maintainer of audio/amarok-kde4,

Please note that PR ports/151054 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151054

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-29 06:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-29 08:37:23 UTC
fluffy      2010-09-29 07:37:17 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok-kde4    Makefile 
  Log:
  - Add missing build time dependency on dockbook-xml
  
  PR:             151054
  Submitted by:   Matt Dawson <matt AT chronos DOT org DOT uk>
  Approved by:    maintainer (implicit)
  
  Revision  Changes    Path
  1.114     +2 -1      ports/audio/amarok-kde4/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dima Panov freebsd_committer freebsd_triage 2010-09-29 08:40:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!