Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 08:52:27 +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: r348395 - in head/net-im: skype skype-devel
Message-ID:  <201403160852.s2G8qRMN066744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 16 08:52:26 2014
New Revision: 348395
URL: http://svnweb.freebsd.org/changeset/ports/348395
QAT: https://qat.redports.org/buildarchive/r348395/

Log:
  Remove checks for V4L2 wrapper, it is included in the linuxulator of all
  supported versions of FreeBSD

Modified:
  head/net-im/skype-devel/Makefile
  head/net-im/skype/Makefile

Modified: head/net-im/skype-devel/Makefile
==============================================================================
--- head/net-im/skype-devel/Makefile	Sun Mar 16 08:38:59 2014	(r348394)
+++ head/net-im/skype-devel/Makefile	Sun Mar 16 08:52:26 2014	(r348395)
@@ -49,13 +49,9 @@ USE_LINUX_APPS+=dri
 .endif
 
 .if ${PORT_OPTIONS:MVIDEO}
-. include "${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod/Makefile.sub"
 RUN_DEPENDS+=	webcamd>0:${PORTSDIR}/multimedia/webcamd
 USE_LINUX_APPS+=libv4l
 SUB_LIST+=	VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
-. if ${LINUX_V4L2_AVAILABLE} != "1"
-RUN_DEPENDS+=	linux_v4l2wrapper-kmod>=1.0:${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod
-. endif
 .else
 SUB_LIST+=	VIDEO=""
 .endif

Modified: head/net-im/skype/Makefile
==============================================================================
--- head/net-im/skype/Makefile	Sun Mar 16 08:38:59 2014	(r348394)
+++ head/net-im/skype/Makefile	Sun Mar 16 08:52:26 2014	(r348395)
@@ -46,13 +46,9 @@ USE_LINUX_APPS+=dri
 .endif
 
 .if ${PORT_OPTIONS:MVIDEO}
-. include "${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod/Makefile.sub"
 RUN_DEPENDS+=	webcamd>0:${PORTSDIR}/multimedia/webcamd
 USE_LINUX_APPS+=libv4l
 SUB_LIST+=	VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
-. if ${LINUX_V4L2_AVAILABLE} != "1"
-RUN_DEPENDS+=	linux_v4l2wrapper-kmod>=1.0:${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod
-. endif
 .else
 SUB_LIST+=	VIDEO=""
 .endif



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