[Midnightbsd-cvs] [MidnightBSD/mports] e80256: Devel/valgrind (#205)

Lucas Holt noreply at github.com
Sat May 16 22:53:49 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: e80256058f5845f63086d348f98ec799075f5d1e
      https://github.com/MidnightBSD/mports/commit/e80256058f5845f63086d348f98ec799075f5d1e
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-16 (Sat, 16 May 2026)

  Changed paths:
    M devel/valgrind/Makefile
    M devel/valgrind/files/patch-configure.ac

  Log Message:
  -----------
  Devel/valgrind (#205)

* devel/valgrind: add MidnightBSD 4.x kernel version support

The configure script checks uname -r and only accepts FreeBSD 10-15.
MidnightBSD 4.0 reports kernel 4.0.x which fell through to the error
case. Add a 4.*) case mapped to FREEBSD_14, and set CONFIGURE_TARGET
to freebsd14.0 for MidnightBSD 4.x (OSVERSION >= 400000).

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>

* devel/valgrind: use FREEBSD_13_2 for MidnightBSD 4.x (based on FreeBSD 13.4)

MidnightBSD 4.0 is based on FreeBSD 13.4; correct the 4.*) kernel
mapping to FREEBSD_13_2 (closest supported 13.x in valgrind 3.22.0)
and set CONFIGURE_TARGET to freebsd13.2 accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply at anthropic.com>



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