Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy2/files/patch-rpython_rlib_rposix.py @ 199:8b567a874360
Upgrade to PyPy v7.3.19.
BUGS:
- pypy311 not yet supported.
- pypy39 not yet deleted.
- Tests for pypy3 not yet runnable.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 13:45:29 +0100 |
| parents | 9e9df3f25e7d |
| children |
line wrap: on
line diff
--- a/lang/pypy2/files/patch-rpython_rlib_rposix.py Sat Jan 20 07:37:03 2024 +0100 +++ b/lang/pypy2/files/patch-rpython_rlib_rposix.py Wed Mar 12 13:45:29 2025 +0100 @@ -1,6 +1,6 @@ ---- rpython/rlib/rposix.py.orig 2023-12-23 15:29:17 UTC +--- rpython/rlib/rposix.py.orig 2025-02-22 16:54:09 UTC +++ rpython/rlib/rposix.py -@@ -214,6 +214,8 @@ else: +@@ -212,6 +212,8 @@ else: includes.append('sys/sysmacros.h') if sys.platform.startswith('freebsd') or sys.platform.startswith('openbsd'): includes.append('sys/ttycom.h')
