Bug 251548

Summary: multimedia/libv4l: add gettext-tools build dependency
Product: Ports & Packages Reporter: Martin Neubauer <m.ne>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me CC: hselasky
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
PAtch adding gettext-tools as build dependency none

Description Martin Neubauer 2020-12-02 23:05:03 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-03 00:57:03 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-03 01:00:04 UTC
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
Comment 3 Jan Beich freebsd_committer freebsd_triage 2020-12-03 01:06:11 UTC
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.
Comment 4 Hans Petter Selasky freebsd_committer freebsd_triage 2020-12-03 08:33:36 UTC
Thanks for fixing!