Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Sep 2015 21:12:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202737] [patch] audio/hydrogen: fix dependencies, add more options
Message-ID:  <bug-202737-13-2h3TPjhYpN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202737-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202737-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202737

--- Comment #9 from Andriy Voskoboinyk <s3erios@gmail.com> ---
(In reply to FreeBSD from comment #7)
> Disabling OSS does nothing, as oss is part of the base system hydrogen finds it 
> and uses it even if you say you don't want it.
> The same goes for libarchive and libtar, hydrogen uses a tar format to combine 
> multiple samples into one file, libarchive provides the same functionality with 
> the addition of compression. If libarchive is found hydrogen will use it and 
> ignore libtar, even if you say you don't want libarchive, as it is in the base 
> system it will be found and libtar will never be use, so adding it as an option 
> is pointless. The addition of USES=libarchive is useful so that the newer port 
> version can be used.

I cannot agree with this statements - at least, poudriere logs say the
opposite:
poudriere-9.3-i386-nothing.log:
OSS                          : ? available but not desired  ( /usr/lib/libc.so
)

poudriere-9.3-i386-all.log
libarchive                   : ? available but not desired  (
/usr/local/lib/libarchive.so )
...
====>> Checking shared library dependencies
 0x00000001 (NEEDED)                     Shared library: [libQtCore.so.4]
 0x00000001 (NEEDED)                     Shared library: [libQtGui.so.4]
 0x00000001 (NEEDED)                     Shared library: [libQtNetwork.so.4]
 0x00000001 (NEEDED)                     Shared library: [libQtXml.so.4]
 0x00000001 (NEEDED)                     Shared library:
[libQtXmlPatterns.so.4]
 0x00000001 (NEEDED)                     Shared library: [libasound.so.2]
 0x00000001 (NEEDED)                     Shared library: [libc.so.7]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library:
[libhydrogen-core-0.9.6.1.so]
 0x00000001 (NEEDED)                     Shared library: [libjack.so.0]
 0x00000001 (NEEDED)                     Shared library: [liblash.so.1]
 0x00000001 (NEEDED)                     Shared library: [liblrdf.so.2]
 0x00000001 (NEEDED)                     Shared library: [libm.so.5]
 0x00000001 (NEEDED)                     Shared library: [libportaudio.so.2]
 0x00000001 (NEEDED)                     Shared library: [libpulse.so.0]
 0x00000001 (NEEDED)                     Shared library: [librubberband.so.2]
 0x00000001 (NEEDED)                     Shared library: [libsndfile.so.1]
 0x00000001 (NEEDED)                     Shared library: [libstdc++.so.6]
 0x00000001 (NEEDED)                     Shared library: [libtar.so.0]    
<<<<<
 0x00000001 (NEEDED)                     Shared library: [libthr.so.3]
 0x00000001 (NEEDED)                     Shared library: [libz.so.6]

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202737-13-2h3TPjhYpN>