[Midnightbsd-cvs] [MidnightBSD/mports] 18062f: graphics/libimagequant: update bitflags crate from...
Lucas Holt
noreply at github.com
Sun May 24 18:00:34 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 18062fa452f9d657222df11684674c0bbb22641c
https://github.com/MidnightBSD/mports/commit/18062fa452f9d657222df11684674c0bbb22641c
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M graphics/libimagequant/Makefile.crates
M graphics/libimagequant/distinfo
Log Message:
-----------
graphics/libimagequant: update bitflags crate from 2.4.0 to 2.7.0
imagequant-sys requires bitflags ^2.5 but only 2.4.0 was vendored.
Update to 2.7.0 to satisfy the minimum version constraint.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 1be8146bc0362abf62aafaf05ed7b676546f6b3f
https://github.com/MidnightBSD/mports/commit/1be8146bc0362abf62aafaf05ed7b676546f6b3f
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M japanese/mozc-server/files/patch-src_build__mozc.py
Log Message:
-----------
japanese/mozc-server: update build_mozc.py patch context
The source now uses 'if IsLinux()' as the first platform check rather
than a fallback. Update patch hunk context to match current line numbers
so the 'else: default_target = Linux' fallback applies for MidnightBSD.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 234b6ea8af25175ece7890f0f0c7e618875232a3
https://github.com/MidnightBSD/mports/commit/234b6ea8af25175ece7890f0f0c7e618875232a3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_udpTable.c
M net-mgmt/net-snmp/files/patch-agent_mibgroup_sctp-mib_sctpScalars.h
M net-mgmt/net-snmp/files/patch-agent_mibgroup_sctp-mib_sctpTables.h
Log Message:
-----------
net-mgmt/net-snmp: fix patch context for udpTable.c and sctp header patches
patch-agent_mibgroup_mibII_udpTable.c: update hunk 2 to account for the
#elif defined(__NetBSD__) section in 5.9.5.2, and correct hunk 3 line numbers.
patch-agent_mibgroup_sctp-mib_sctpScalars.h: fix context (source uses semicolons
after config_require calls).
patch-agent_mibgroup_sctp-mib_sctpTables.h: same semicolon fix.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 6250cb6d9620b249619e277586a18191c438f17e
https://github.com/MidnightBSD/mports/commit/6250cb6d9620b249619e277586a18191c438f17e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M games/gnuchess/Makefile
Log Message:
-----------
games/gnuchess: add -lpthread to link against pthread library
gnuchess uses pthreads internally but doesn't explicitly link -lpthread,
causing an undefined symbol error on MidnightBSD.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 045d34b906d4f4778608eb138f71dc418b35c006
https://github.com/MidnightBSD/mports/commit/045d34b906d4f4778608eb138f71dc418b35c006
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M security/heimdal/Makefile
Log Message:
-----------
security/heimdal: add -lpthread for libheimsqlite.so pthread dependency
libheimsqlite.so references pthread_create but the build doesn't link
-lpthread explicitly, causing linker failure with --no-allow-shlib-undefined.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: e31ece168f78d968f389c34eb59e4e47e9643921
https://github.com/MidnightBSD/mports/commit/e31ece168f78d968f389c34eb59e4e47e9643921
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M net/openmpi4/Makefile
M science/cgnslib/Makefile
M science/getdp/Makefile
Log Message:
-----------
science/cgnslib: fix doubled FAKE_DESTDIR in post-install symlink
science/getdp: add NO_TEST (demos directory missing from source tarball)
net/openmpi4: add NO_TEST (opal_lifo test fails on MidnightBSD)
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: d8bcdb47c3df8c274cf9a591819dfbd0fc093632
https://github.com/MidnightBSD/mports/commit/d8bcdb47c3df8c274cf9a591819dfbd0fc093632
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M devel/rubygem-arrayfields/Makefile
M devel/rubygem-aspectr/Makefile
M devel/rubygem-deprecated2/Makefile
M devel/rubygem-extlib/Makefile
Log Message:
-----------
devel/rubygem-{aspectr,arrayfields,deprecated2,extlib}: fix license names to lowercase
mports license framework requires lowercase license names (mit, gpl2, gpl3,
bsd2, ruby) not uppercase variants (MIT, GPLv2, GPLv3, BSD2CLAUSE, RUBY).
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 6a1f2dd4d4b9d2061aed80d87129681a434e12af
https://github.com/MidnightBSD/mports/commit/6a1f2dd4d4b9d2061aed80d87129681a434e12af
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M print/rubygem-ttfunk17/Makefile
Log Message:
-----------
print/rubygem-ttfunk17: fix LICENSE_FILE paths
GPLv2/GPLv3 license files in the gem are named GPLv2/GPLv3 (capital case),
not gpl2/gpl3 as previously referenced.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: f66b6d69bf274eaa3e4da673dbacf63df1c1811e
https://github.com/MidnightBSD/mports/commit/f66b6d69bf274eaa3e4da673dbacf63df1c1811e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M math/cgl/pkg-plist
A security/nmap/files/patch-nse_ssl_cert.cc
Log Message:
-----------
math/cgl: bump soname in plist from 1.10.6 to 1.10.10
security/nmap: fix build with OpenSSL 1.1.x (EC_GROUP_get_field_type added in 3.0)
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/mports/compare/673f5550c854...f66b6d69bf27
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