Re: armv7 packages

2017-11-22 Thread Stuart Henderson
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.



Re: armv7 packages

2017-11-22 Thread Peter Hessler
arm packages are currently building, and provided my signature is not
accurate it will take about another 6-7 days to finish.


On 2017 Nov 22 (Wed) at 11:51:24 -0800 (-0800), Stephen Graf wrote:
:Is there a new build for the arm packages in progress?  The current build no
:longer works on snaphots.


-- 
If anything can go wrong, it will.



armv7 packages

2017-11-22 Thread Stephen Graf
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.