svn commit: r348395 - in head/net-im: skype skype-devel

Antoine Brodin antoine at FreeBSD.org
Sun Mar 16 08:52:27 UTC 2014


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


More information about the svn-ports-head mailing list