From owner-svn-ports-all@FreeBSD.ORG Sun Mar 16 08:52:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84BB6DA7; Sun, 16 Mar 2014 08:52:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D71C74; Sun, 16 Mar 2014 08:52:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2G8qREO066746; Sun, 16 Mar 2014 08:52:27 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2G8qRMN066744; Sun, 16 Mar 2014 08:52:27 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403160852.s2G8qRMN066744@svn.freebsd.org> From: Antoine Brodin Date: Sun, 16 Mar 2014 08:52:27 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 08:52:27 -0000 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