[Midnightbsd-cvs] [MidnightBSD/mports] 458810: editors/neovim-gtk: fix fake-inst path contaminati...

Lucas Holt noreply at github.com
Sat May 16 19:43:50 EDT 2026


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

  Changed paths:
    M editors/neovim-gtk/Makefile

  Log Message:
  -----------
  editors/neovim-gtk: fix fake-inst path contamination and missing gdk-pixbuf dep

- Add gdkpixbuf to USE_GNOME: binary links libgdk_pixbuf-2.0.so.0 but
  it was not declared as a dependency
- Add CARGO_ENV+=PREFIX=${LOCALBASE}: build.rs reads PREFIX to construct
  a compile-time RUNTIME_PATH; during make fake MAKE_ENV sets PREFIX to
  the fake-inst directory, baking a wrong path into the binary
- Replace SED desktop file install with INSTALL_DATA: the sed expansion
  of ${PREFIX} wrote the fake-inst path into Exec= in the .desktop file;
  bare 'Exec=nvim-gtk' is valid per the desktop file spec
- Remove atk from USE_GNOME: flagged as an unnecessary explicit dep

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