Re: pkg search dependency tree

2018-01-14 Thread Marko Cupać
On Fri, 12 Jan 2018 15:38:20 + matt...@freebsd.org wrote: > On 12/01/2018 11:09, Marko Cupać wrote: > > > > Is there a way to get dependency tree from pkg search? > > > > Thank you in advance, > > > > This is usually done by: > > pkg query -e '%a == 0' %o > > which gives you the lis

WRKSRC/WRKSRC_SUBDIR/USE_GITHUB

2018-01-14 Thread Larry Rosenman
Greetings, I'm (finally) getting around to updating net/boinc-client, and when I changed it to use USE_GITHUB, I get the following warning: You are using USE_GITHUB and WRKSRC is set which is wrong. Set GH_PROJECT correctly, set WRKSRC_SUBDIR or remove WRKSRC entirely. But if I don't set W

Re: WRKSRC/WRKSRC_SUBDIR/USE_GITHUB

2018-01-14 Thread Larry Rosenman
On Sun, Jan 14, 2018 at 05:44:56PM +, Chris Rees wrote: > You can set PATCH_WRKSRC if that helps? Is it just patching that breaks? > > By the way, NO_WRKSUBDIR is what you should put instead of redefining WRKSRC. NO_WRKSUBDIR is what I needed to shut it up and do the right thing. I didn't k

Re: WRKSRC/WRKSRC_SUBDIR/USE_GITHUB

2018-01-14 Thread Chris Rees
On 14 January 2018 17:25:54 GMT+00:00, Larry Rosenman wrote: >Greetings, > I'm (finally) getting around to updating net/boinc-client, and >when I changed it to use USE_GITHUB, I get the following warning: > >You are using USE_GITHUB and WRKSRC is set which is wrong. Set >GH_PROJECT >correc

Re: pkg search dependency tree

2018-01-14 Thread Sergey Akhmatov
I got off-list reply on how to achieve this with locally installed packages, by using `pkg prime-origins', which is apparently an alias to the command you suggested. It will solve my problem, as I have no more than 20 servers using this repo, I just need to run the command on all of them and un

problem with meson

2018-01-14 Thread Walter Schwarzenfeld
I have USES=meson in the Makefile. but it only configures if I pass CONFIGURE_ARGS+="--buildtype=release _build" on the commandline. meson.mk shows: .if defined(WITH_DEBUG) CONFIGURE_ARGS+=    --buildtype debug .else CONFIGURE_ARGS+=    --buildtype release \     --