2025-03-31 15:30:25 by Jonathan A. Kollasch | Files touched by this commit (2) |
Log message:
restore gettext-lib buildlink3.mk from previous python versions
needed to successfully build embedded python for tevent package
|
2025-01-07 20:35:09 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python*: No need for :U with USE_CROSS_COMPILE.
After including bsd.prefs.mk or bsd.fast.prefs.mk, this is guaranteed
to be defined. If it isn't, there's a bug (like misspelling it),
which we should flag early rather than quietly suppress.
|
2025-01-07 20:34:41 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python3*: Use PY_VER_SUFFIX instead of copying & pasting it.
Change is limited to cross-builds.
No change to generated package; CONFIGURE_ARGS should be unchanged by
this.
|
2024-12-06 07:19:12 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
lang/python*: Use libreadline unconditionally.
libedit breaks some applications. Maybe we can fix it later but for
now let's just go back to using libreadline unconditionally like we
did before.
PKGREVISION++ because this materially affects the build product -- it
built before this change but didn't work right for some applications.
(No change to platforms without libedit -- which is most non-NetBSD
platforms, probably -- but we don't have per-platform PKGREVISION, so
gotta bump it for everyone.)
No change to 2.7, 3.9, or 3.10 because they already use libreadline
unconditionally; respecting READLINE_TYPE is a new change in >=3.11
since April which broke applications.
ok jperkin
PR pkg/58875: python: terminal colours broke in some applications
|
2024-12-05 08:51:12 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
python311 py311-html-docs: updated to 3.11.11
Python 3.11.11
Tools/Demos
gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15 and multissltests to \
use 3.0.15, 3.1.7, and 3.2.3.
Tests
gh-125041: Re-enable skipped tests for zlib on the s390x architecture: only skip \
checks of the compressed bytes, which can be different between zlib’s software \
implementation and the hardware-accelerated implementation.
Security
gh-126623: Upgrade libexpat to 2.6.4
gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to consistently use the \
mapped IPv4 address value for deciding properties. Properties which have their \
behavior fixed are is_multicast, is_reserved, is_link_local, is_global, and \
is_unspecified.
Library
gh-124651: Properly quote template strings in venv activation scripts.
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) |  |
Log message:
revbump after icu and protobuf updates
|
2024-05-02 10:37:43 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Do not include ../../devel/gettext-lib/buildlink3.mk from buildlink3.mk as it is \
not included from Makefile
|