[Midnightbsd-cvs] [MidnightBSD/mports] bc4930: cad/spice: use -ltinfo instead of -ltermcap
Lucas Holt
noreply at github.com
Sat May 23 21:00:23 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: bc49308c8717f1cfa398600ed017f8591a01cbd8
https://github.com/MidnightBSD/mports/commit/bc49308c8717f1cfa398600ed017f8591a01cbd8
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M cad/spice/files/Makefile
Log Message:
-----------
cad/spice: use -ltinfo instead of -ltermcap
MidnightBSD does not ship libtermcap; termcap functionality is provided
by libtinfo (part of ncurses). The linker failure was silent, leaving no
binary in FreeBSD/obj/bin and causing make fake to fail with "don't know
how to make spice3".
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 00d63f734bcb808a3150b1279bc5daa7dc138fa4
https://github.com/MidnightBSD/mports/commit/00d63f734bcb808a3150b1279bc5daa7dc138fa4
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M textproc/opensearch-dashboards/Makefile
Log Message:
-----------
textproc/opensearch-dashboards: fix plist staging path leak
post-install used \${WWWDIR} in @dir entries, but during make fake
PREFIX is set to the staging path so WWWDIR expands to the full
fake-inst-amd64 path. Use WWWDIR_REL (relative form) so plist entries
contain only the path relative to PREFIX, consistent with how ETCDIR_REL
is already used on the @sample line.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 8e0abf4a98798912b58551f080c789344a618a3b
https://github.com/MidnightBSD/mports/commit/8e0abf4a98798912b58551f080c789344a618a3b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M devel/iscd-commons/Makefile
Log Message:
-----------
devel/iscd-commons: remove cmake:testing, project has no tests
The upstream CMakeLists.txt has no enable_testing() or add_test() calls,
so ninja has no 'test' target. Drop the :testing suffix to avoid the
failed ninja test invocation.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 6bcce6748432e791485aa851005c57d3edea1efd
https://github.com/MidnightBSD/mports/commit/6bcce6748432e791485aa851005c57d3edea1efd
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M devel/py-pkgconfig/Makefile
M lang/gawk/Makefile
M math/coinutils/pkg-plist
M net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_icmp.h
M security/krb5-121/Makefile
M security/p5-Crypt-OpenSSL-RSA/pkg-plist
M sysutils/cmocka/Makefile
Log Message:
-----------
Fix multiple run 639 build failures
- security/krb5: use autoreconf:2.69 to fix configure.ac AC_INIT detection failure with autoconf 2.73
- security/p5-Crypt-OpenSSL-RSA: remove .al autoloaded stubs from plist (no longer generated by 0.35)
- sysutils/cmocka: update plist for 2.0.2 (libcmocka.so.1.0.2, add cmocka_version.h and cmake targets files)
- math/coinutils: update library version in plist from 3.11.9 to 3.11.13
- devel/py-pkgconfig: switch from distutils to pep517 (no setup.py in 1.6.0)
- net-mgmt/net-snmp: update patch-agent_mibgroup_mibII_icmp.h for 5.9.5.2 (darwin not darwin10, updated netbsd defines)
- lang/gawk: skip PMA test which fails on MidnightBSD 4.0
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: 8d62e4a5e141dbde26da3414cc4d5e64833e4994
https://github.com/MidnightBSD/mports/commit/8d62e4a5e141dbde26da3414cc4d5e64833e4994
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M databases/rubygem-activerecord70/Makefile
M databases/rubygem-activerecord70/distinfo
M devel/rubygem-activesupport72/Makefile
M devel/rubygem-activesupport72/distinfo
M math/asl/pkg-plist
Log Message:
-----------
Fix more run 639 build failures
- math/asl: update libcoinasl.so version in plist from 2.0.0 to 2.1.0
- devel/rubygem-activesupport72: update to 7.2.3 to match rubygem-activejob72 dependency requirement
- databases/rubygem-activerecord70: update to 7.0.10 to match activemodel70/activesupport70 (already at 7.0.10)
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: fb8d6cf6d724c27ed806f400bff6dc01e0ddcfd6
https://github.com/MidnightBSD/mports/commit/fb8d6cf6d724c27ed806f400bff6dc01e0ddcfd6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M devel/py-pluggy/Makefile
M devel/py-pluggy/distinfo
M sysutils/rubygem-fluentd/Makefile
Log Message:
-----------
Fix more run 639 build failures
- devel/py-pluggy: downgrade to 1.5.0 which requires setuptools>=45.0, not >=65.0 (py-setuptools is 63.1.0)
- sysutils/rubygem-fluentd: relax base64 dependency to accept 0.3.x (installed version is 0.3.0, gemspec says ~>0.2)
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/mports/compare/7fd9815cbf2b...fb8d6cf6d724
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