Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 08:12:09 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556887 - head/multimedia/libv4l
Message-ID:  <202012030812.0B38C9Mj079182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Thu Dec  3 08:12:09 2020
New Revision: 556887
URL: https://svnweb.freebsd.org/changeset/ports/556887

Log:
  libv4l: fix build
  
  libv4l's configure now requires gettext-tools, else it fails with
  'Can't exec "autopoint": No such file or directory at
  /usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.'
  
  Approved by:	just-fix-it

Modified:
  head/multimedia/libv4l/Makefile

Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile	Thu Dec  3 05:39:40 2020	(r556886)
+++ head/multimedia/libv4l/Makefile	Thu Dec  3 08:12:09 2020	(r556887)
@@ -12,7 +12,7 @@ COMMENT?=	Video4Linux library
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-USES=		compiler:c11 tar:bzip2
+USES=		compiler:c11 gettext-tools tar:bzip2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	hselasky



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012030812.0B38C9Mj079182>