Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB.
To:
Stuart Cassoff <exokoide@yahoo.ca>, Edd Barrett <edd@openbsd.org>, OpenBSD Ports <ports@openbsd.org>
Date:
Fri, 6 Feb 2026 16:46:30 +0100

Download raw body.

Thread
On Fri, Feb 06, 2026 at 03:43:09PM +0000, Stuart Henderson wrote:
> 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 <edd@openbsd.org>
> >  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..
> 

+1

"PyPy is no longer under active development" says mattip, a pypy core
developer: https://github.com/numpy/numpy/issues/30416