From: Stuart Henderson Subject: Re: Reminder: 4 new ports, 2 updated ones. To: Thomas Dettbarn , Date: Sat, 20 Jun 2026 11:58:52 +0100 re yosys: you need to figure out what's needed to update the existing port (fixing up other ports that use it as necessary), can't just add this "-takeover" version. +WANTLIB= c c++ c++abi m pthread z should use ${COMPILER_LIBCXX} (as "make port-lib-depends-check" should suggest anyway), and C++ ports need "COMPILER= base-clang ports-gcc" (possibly with addition of "base-gcc" but there's no point for ports using cmake anyway as that will already fail on arch's that only have base-gcc). -- Sent from a phone, apologies for poor formatting. On 20 June 2026 10:57:29 Thomas Dettbarn wrote: > Hello! > > > Last weekend, I was kind of productive, creating and > updating a total number of 6 ports. > I have not received any comments about them, so I do > not know if they are meeting your standards or not... > > > Regardless, since it has been one week, I woold like to > take the opportunity and send out a small reminder: > > Update cad/gtkwave: > https://marc.info/?l=openbsd-ports&m=178143956727927&w=2 > > Update lang/iverilog: > https://marc.info/?l=openbsd-ports&m=178143990928089&w=2 > > New cad/yosys-takeover: (Help me with my naming dilemma) > https://marc.info/?l=openbsd-ports&m=178138490606980&w=2 > > New cad/openfpgaloader: > https://marc.info/?l=openbsd-ports&m=178138728807954&w=2 > > New cad/nextpnr: > https://marc.info/?l=openbsd-ports&m=178138505807059&w=2 > > New cad/prjpeppercorn: > https://marc.info/?l=openbsd-ports&m=178138632007504&w=2 > > > > Thomas