[Midnightbsd-cvs] [MidnightBSD/mports] 9040e9: irc/znc: replace Perl one-liner with Python for Py...
Lucas Holt
noreply at github.com
Sun May 17 21:47:46 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 9040e94081dfe477cc41944b29c2db8ebd06f813
https://github.com/MidnightBSD/mports/commit/9040e94081dfe477cc41944b29c2db8ebd06f813
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M irc/znc/Makefile
A irc/znc/files/patch-modules_modpython_codegen.pl
Log Message:
-----------
irc/znc: replace Perl one-liner with Python for Python 3 patch
The post-patch-PYTHON-on target used ${PERL} which may not be available
during patching. Since python:3.5+ is already in USES, use ${PYTHON_CMD}
for the multi-line substitution in modules/modpython/codegen.pl.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 328a3b4aea119936dceefda51b537be48d6fc666
https://github.com/MidnightBSD/mports/commit/328a3b4aea119936dceefda51b537be48d6fc666
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
R irc/znc/files/patch-modules_modpython_codegen.pl
Log Message:
-----------
irc/znc: remove incorrect patch file for codegen.pl
The patch file had wrong context line indentation. The Python-based
post-patch-PYTHON-on target in the Makefile handles the substitution
correctly without needing a separate patch file.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/mports/compare/1d4a87b82000...328a3b4aea11
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list