Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Sep 2015 10:50:37 +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-DXCIB3JX1X@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 #10 from FreeBSD@ShaneWare.Biz ---
I can't get it to ignore libarchive, adding -
CMAKE_ARGS+=    -DWANT_LIBARCHIVE:BOOL=OFF -DWANT_LIBTAR:BOOL=ON
LIB_DEPENDS+=    libtar.so:${PORTSDIR}/devel/libtar

I get

* libtar                       : ? available but not desired  (
/usr/local/lib/libtar.so )
* libarchive                   : + used  ( /usr/local/lib/libarchive.so )


# ldd work/stage/usr/local/bin/hydrogen | grep arch
    libarchive.so.13 => /usr/local/lib/libarchive.so.13 (0x802ea2000)

and I get the same in every poudriere setup

-- 
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-DXCIB3JX1X>