Created attachment 220193 [details] PAtch adding gettext-tools as build dependency I just tried having an update run and was stopped by the libv4l configure script requiring the autopoint executable. A quick look at the ports tree showed sysutils/libudisks having dealt with the same issue. Coming up with the attached patch was therefore quite straightforward.
A commit references this bug: Author: jbeich Date: Thu Dec 3 00:56:54 UTC 2020 New revision: 556875 URL: https://svnweb.freebsd.org/changeset/ports/556875 Log: multimedia/libv4l: unbreak clean build after r556854 ===> Configuring for libv4l-1.20.0 Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345. autoreconf-2.69: failed to run autopoint: No such file or directory autoreconf-2.69: autopoint is needed because this package uses Gettext *** Error code 1 PR: 251548 Submitted by: m.ne@gmx.net Changes: head/multimedia/libv4l/Makefile
A commit references this bug: Author: jbeich Date: Thu Dec 3 00:59:03 UTC 2020 New revision: 556876 URL: https://svnweb.freebsd.org/changeset/ports/556876 Log: multimedia/libv4l: drop default value of USES=gettext-tools PR: 251548 Changes: head/multimedia/libv4l/Makefile
Thanks for the fix. libv4l bustage could've skipped a few hundreds of consumers (including browsers) while the next build starts today at 01:00 UTC.
Thanks for fixing!