[Bug 270184] graphics/gstreamer1-plugins-gl: fetches source from git
Date: Wed, 23 Oct 2024 08:23:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270184 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9d2a05e0208992300ac5be4a84e99d675d801b4 commit c9d2a05e0208992300ac5be4a84e99d675d801b4 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-10-23 07:58:55 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-10-23 08:23:02 +0000 graphics/gstreamer1-plugins-gl: Prevent fetch during build If git(1) was found on the system, the port would attempt to download OpenGL headers for a meson subproject from [1], which seems to only be necessary/intended for Windows. Add '--wrap-mode=nodownload' to MESON_ARGS to prevent this behavior. This only affects builds on live systems. While here: Remove unused glu dep from USE_GL and add jpeg dep as this will link to libjpeg if found on the system. Tiny Makefile order fix. [1] https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers PR: 270184 Reported by: amdmi3 graphics/gstreamer1-plugins-gl/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.