Bug 101469 - [patch] audio/libao: missing lib dependece on the audio/arts port, setting WITH_ARTS=yes WITH_NAS=yes
Summary: [patch] audio/libao: missing lib dependece on the audio/arts port, setting WI...
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 18:50 UTC by Jacula Modyun
Modified: 2006-08-07 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (279 bytes, patch)
2006-08-06 18:50 UTC, Jacula Modyun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2006-08-06 18:50:21 UTC
 When you compile audio/libao, setting WITH_ARTS=yes WITH_NAS=yes, this port miss the lib dependence on the
 audio/arts port.

Fix: This patch correct this problem:

How-To-Repeat:  cd /usr/ports/audio/libao
 make -V LIB_DEPENDS WITH_ARTS=yes WITH_NAS=yes
audio.2:/usr/ports/audio/nas esd.2:/usr/ports/audio/esound  

and not

artsc.0:/usr/ports/audio/arts audio.2:/usr/ports/audio/nas esd.2:/usr/ports/audio/esound
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-06 18:50:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2006-08-07 18:20:38 UTC
State Changed
From-To: open->closed

Committed, thanks.