svn commit: r556875 - head/multimedia/libv4l

Jan Beich jbeich at FreeBSD.org
Thu Dec 3 00:56:54 UTC 2020


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 at 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 \


More information about the svn-ports-all mailing list