Jason E. Hale d3186fa355 accessibility/*speech-dispatcher: Upate to 0.12.0
Introduce a rudimentary automated testing mechanism.

Improve Makefile readability and decruft. On this line, remove VOXIN
option that was added almost 4 years ago and marked BROKEN from the very
start. libvoxin seems like an abandoned project, anyways, with no
activity in the last 2.5 years.

https://github.com/brailcom/speechd/releases/tag/0.12.0
2025-02-27 08:41:59 -05:00

18 lines
630 B
Plaintext

Fix staging violations. We currently only account for one level of Python
bytecode optimization in the ports tree.
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.opt-2.pyc
--- py-compile.orig 2025-02-23 21:19:45 UTC
+++ py-compile
@@ -210,7 +210,7 @@ case $python_major.$python_minor in
# Then byte compile w/more optimization.
# Only do this for Python 3.5+, see https://bugs.gnu.org/38043 for background.
case $python_major.$python_minor in
-2.*|3.[0-4])
+2.*|3.*)
;;
*)
$PYTHON -OO -c "