On 2023/09/25 22:25, Evan Silberman wrote: > Hi ports, > > Here's a port of Nickel (https://nickel-lang.org/), a programmable > configuration language that allows both strong-typing and more dynamic > contract-driven specification of configurations. > > There doesn't seem to be a uniform approach to building ports of > applications that happen to be distributed as Rust crates; I'm just > using the cargo index as SITES here.
That approach seema reasonable to me. Two things I noticed: - see line 1 of crates.inc - LIB_DEPENDS is not valid unless there's a WANTLIB coming from that port - there should be an error message due to this when running "make package", it's explained in bsd.port.mk(5) This is for after 7.4 I think.
