Bug 251548 - multimedia/libv4l: add gettext-tools build dependency
Summary: multimedia/libv4l: add gettext-tools build dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-02 23:05 UTC by Martin Neubauer
Modified: 2020-12-03 08:33 UTC (History)
1 user (show)

See Also:


Attachments
PAtch adding gettext-tools as build dependency (450 bytes, patch)
2020-12-02 23:05 UTC, Martin Neubauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!