On 2017/11/22 11:51, Stephen Graf wrote:
> Is there a new build for the arm packages in progress?  The current build no
> longer works on snaphots.
> 
>  
> 
> I was able to build nano from ports but when I tried to build bacula the
> system was going to build mysql, sqlite, postgress and two versions of
> python. Is there a way to just build bacula client which I think does not
> need all the additional stuff.
> 

In the new update I've just committed to Bacula, you can lighten the
deps with 

FLAVOR="no_bat no_pgsql no_mysql" make package

You can't build just the client. Upstream's configure script does have an
--enable-client-only mode, but some of the parts needed for the client
are tangled up with the server build.

Reply via email to