From: Stuart Henderson Subject: Re: lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB. To: Stuart Cassoff Cc: Edd Barrett , OpenBSD Ports Date: Fri, 6 Feb 2026 15:43:09 +0000 On 2026/02/06 10:38, Stuart Cassoff wrote: > diff -Nurp /usr/ports//lang/pypy/Makefile ./Makefile > --- /usr/ports//lang/pypy/Makefile Mon Dec 23 04:09:22 2024 > +++ ./Makefile Fri Feb 6 09:55:09 2026 > @@ -45,8 +45,7 @@ MAINTAINER = Edd Barrett > PERMIT_PACKAGE = Yes > > WANTLIB += bz2 c crypto curses expat ffi gdbm iconv intl m > -WANTLIB += panel pthread sqlite3 ssl ${MODTCL_LIB} > -WANTLIB += ${MODTK_LIB} util z > +WANTLIB += panel pthread sqlite3 ssl ${MODTK_WANTLIB} util z > > LIB_DEPENDS += databases/sqlite3 > > might make more sense to remove pypy at this point, it's been BROKEN for quite a while, and if someone can get it going again it's no trouble to reimport..