Download raw body.
lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB.
lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB.
I've been thinking of removing it for some time.
Go ahead.
6 Feb 2026 15:43:13 Stuart Henderson <stu@spacehopper.org>:
> 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..
lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB.
lang/pypy: Use MODTK_WANTLIB for WANTLIB, not MODTCL_LIB + MODTK_LIB.