pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44701: audio/arts: DEPENDS problem (qt3-libs)



The following reply was made to PR pkg/44701; it has been noted by GNATS.

From: Steven Drake <sbd%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44701: audio/arts: DEPENDS problem (qt3-libs)
Date: Wed, 9 Mar 2011 21:11:17 +1300 (NZDT)

 On Tue, 8 Mar 2011, cheusov%tut.by@localhost wrote:
 
 > >Description:
 > audio/arts packages REQUIRES /usr/pkg/qt3/lib/libqt-mt.so.3 library
 > (ldd /usr/pkg/lib/libqtmcop.so)
 > provided by qt3-libs package, but qt3-libs is not in DEPENDS of arts.
 > Also it is not installed as a recursive dependency.
 
 This is caused be the following fragment from meta-pkgs/kde3/kde3.mk:
 
 _IN_ARTS_BUILD?=        no
 .if !empty(_IN_ARTS_BUILD:M[nN][oO])
 BUILDLINK_API_DEPENDS.qt3-libs+=        qt3-libs>=3.3.3nb1
 .include "../../x11/qt3-libs/buildlink3.mk"
 .endif
 
 With qt3-libs being available at build time by the usage of qt3-tools which
 depends on qt3-libs.
 
 audio/arts is the only package that sets _IN_ARTS_BUILD=yes, there is no
 notes in the cvs log to say why this exclusion is made and building arts
 works fine if this setting is removed. 
 
 -- 
 Steven
 


Home | Main Index | Thread Index | Old Index