Rust port: CARGO_CRATES in a file

2022-07-11 Thread Nuno Teixeira
Hello, I'm looking for the correct way of using CARGO_CRATES list in a file instead of Makefile. I've found an example in www/so port: --- USES= cargo ssl ... .include "${.CURDIR}/bsd.so.mk" --- where bsd.so.mk is the CARGO_CRATES file list. What you think about it? IMO a CARGO_CRATES

RE: Rust port: CARGO_CRATES in a file

2022-07-11 Thread driesm
From: owner-freebsd-po...@freebsd.org On Behalf Of Nuno Teixeira Sent: Monday, 11 July 2022 09:19 To: FreeBSD Mailing List Subject: Rust port: CARGO_CRATES in a file Hello, I'm looking for the correct way of using CARGO_CRATES list in a file instead of Makefile. I've found an exampl

Re: Rust port: CARGO_CRATES in a file

2022-07-11 Thread Nuno Teixeira
Hello Dries! Thanks for the tip: Makefile.crates as defined in Mk/Uses/cargo.mk Cheers escreveu no dia segunda, 11/07/2022 à(s) 08:55: > > > *From:* owner-freebsd-po...@freebsd.org *On > Behalf Of *Nuno Teixeira > *Sent:* Monday, 11 July 2022 09:19 > *To:* FreeBSD Mailing List > *Subject:* R

graphics/gmic missing binary

2022-07-11 Thread Andrea Venturoli
Hello. I was using gmic last month from command line. After the switch to 2022Q3 branch I see the port does not provide a binary anymore (although, curiously, the man page is still there). What's the reason? Can I get it back somehow? Has it been moved to another port? bye & Thanks