Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 00:56:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556875 - head/multimedia/libv4l
Message-ID:  <202012030056.0B30usNU007624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec  3 00:56:54 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

Modified:
  head/multimedia/libv4l/Makefile   (contents, props changed)

Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile	Thu Dec  3 00:46:44 2020	(r556874)
+++ head/multimedia/libv4l/Makefile	Thu Dec  3 00:56:54 2020	(r556875)
@@ -34,7 +34,7 @@ BUILD_DEPENDS+= gsed>0:textproc/gsed \
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES+=		autoreconf gmake iconv jpeg libtool pathfix pkgconfig
+USES+=		autoreconf gettext-tools:build gmake iconv jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	\
 	--disable-qv4l2 \



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