FreeBSD ports you maintain which are out of date

2021-02-10 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your 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. If any ports have already been updated,

Re: ZFSync for FreeBSD 12.x

2021-02-10 Thread Jacques Foucry
Le mardi 09 févr. 2021 à 17:36:32 (+0100), Cédric MAUNOURY à écrit: > Hi all, Hi Cédric, > > I created a GitHub repository called ZFSync ( > https://github.com/cedricmaunoury/zfsync) which is a MultiThreaded ZFS > Dataset Synchro tool. Philippe Beaumont made a great job to improve the >

Building a port with poudriere that depends on a cargo crate that needs net access

2021-02-10 Thread Adam Jimerson
I'm trying to make a port that depends on a number of cargo crates, both direct and indirect dependencies, one of these crates needs network access to build. The crate in question is psl (https://crates.io/crates/psl). When building the port with `poudriere testport` the build fails with the

Re: Building a port with poudriere that depends on a cargo crate that needs net access

2021-02-10 Thread Jan Beich
Adam Jimerson writes: > I'm trying to make a port that depends on a number of cargo crates, both > direct and indirect dependencies, one of these crates needs network access to > build. The crate in question is psl (https://crates.io/crates/psl). To avoid network see cargo-configure in

Re: Building a port with poudriere that depends on a cargo crate that needs net access

2021-02-10 Thread Matthew D. Fuller
On Wed, Feb 10, 2021 at 08:24:46AM -0500 I heard the voice of Adam Jimerson, and lo! it spake thus: > > The crate in question is psl (https://crates.io/crates/psl). Note that the docs.rs build also blocks network access, so crates that require it tend to break there too, and people notice and