Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 20:04:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492069 - head/multimedia/webcamoid
Message-ID:  <201902032004.x13K4Auw083332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  3 20:04:10 2019
New Revision: 492069
URL: https://svnweb.freebsd.org/changeset/ports/492069

Log:
  Mark BROKEN: fails to package
  
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/webcamoid/Makefile

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Sun Feb  3 20:02:17 2019	(r492068)
+++ head/multimedia/webcamoid/Makefile	Sun Feb  3 20:04:10 2019	(r492069)
@@ -11,6 +11,8 @@ COMMENT=	Full featured webcam suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to package
+
 BUILD_DEPEDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libavcodec.so:multimedia/ffmpeg \



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