Unmaintained FreeBSD ports which are out of date

2024-09-29 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Some ports overshooting MAKE_JOBS_NUMBER

2024-09-29 Thread Edward Sanford Sutton, III
Was running Poudriere with -J2 and its make.conf set to MAKE_JOBS_NUMBER=6. Noticed a top terminal nearly fill with moc processes and it said 30 processes were in a running state. The two builds at the time were editors/calligra and graphics/digikam. Grabbing part of a pstree view looks like

Using --recursive in Makefile / github clone

2024-09-29 Thread Norbert Grundmann
Hello, is it possible to use something like --recursive in the Makefile for github clone? USE_GITHUB= yes GH_TUPLE=   user:proj:part:${ECLIPSE_TAG} \     user:proj:part:${ECLIPSE_TAG}:a/part \     ... I don't see it here... Thanks!  Norbert -- I love penguins

Re: Using --recursive in Makefile / github clone

2024-09-29 Thread Robert Clausecker
Hi Norbert, This is not supported. You'll have to add one GH_TUPLE entry for each submodule. I agree it would be nice to have some tooling to automatically add the submodules to the list. Yours, Robert Clausecker Am Sun, Sep 29, 2024 at 05:41:25PM +0200 schrieb Norbert Grundmann: > Hello, > >

Re: Using --recursive in Makefile / github clone

2024-09-29 Thread Norbert Grundmann
Hi Robert, Thanks :-)  But is it good and recommended to use an explicit git clone --recursive repo instead of GH_TUPLE?  It would make things more easy... Cheers, Norebrt On 9/29/24 17:43, Robert Clausecker wrote: Hi Norbert, This is not supported. You'll have to add one GH_TUPLE entry fo

Re: Using --recursive in Makefile / github clone

2024-09-29 Thread Daniel Engberg
On 2024-09-29T17:46:16.000+02:00, Norbert Grundmann wrote: > Hi Robert, >  > Thanks :-)  But is it good and recommended to use an explicit >  > git clone --recursive repo >  > instead of GH_TUPLE?  It would make things more easy... >  > Cheers, Norebrt >  > On 9/29/24 17:43, Robert Clausecker wro

Re: Using --recursive in Makefile / github clone

2024-09-29 Thread Robert Clausecker
Hi Norbert, Am Sun, Sep 29, 2024 at 05:46:16PM +0200 schrieb Norbert Grundmann: > Hi Robert, > > Thanks :-)  But is it good and recommended to use an explicit > > git clone --recursive repo > > instead of GH_TUPLE?  It would make things more easy... This is not permitted. We require that dist

Re: Using --recursive in Makefile / github clone

2024-09-29 Thread Norbert Grundmann
Thanks Daniel and Robert, then I must go the recommended way :-) On 9/29/24 17:52, Robert Clausecker wrote: Hi Norbert, Am Sun, Sep 29, 2024 at 05:46:16PM +0200 schrieb Norbert Grundmann: Hi Robert, Thanks :-)  But is it good and recommended to use an explicit git clone --recursive repo ins