From owner-svn-ports-all@freebsd.org Thu Sep 5 11:20:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87029E3773; Thu, 5 Sep 2019 11:20:02 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PJBV31FJz4bR8; Thu, 5 Sep 2019 11:20:02 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A9A732E2; Thu, 5 Sep 2019 11:20:02 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85BK27b089617; Thu, 5 Sep 2019 11:20:02 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85BK1K3089615; Thu, 5 Sep 2019 11:20:01 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201909051120.x85BK1K3089615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Thu, 5 Sep 2019 11:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511175 - head/multimedia/webcamd X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/multimedia/webcamd X-SVN-Commit-Revision: 511175 X-SVN-Commit-Repository: ports 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.29 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: Thu, 05 Sep 2019 11:20:02 -0000 Author: hselasky Date: Thu Sep 5 11:20:01 2019 New Revision: 511175 URL: https://svnweb.freebsd.org/changeset/ports/511175 Log: Update webcamd to version 5.3.7.0 This change adds support for 32-bit compat IOCTL's and updates the Linux sources to the latest version. Approved by: pi@ Modified: head/multimedia/webcamd/Makefile head/multimedia/webcamd/distinfo Modified: head/multimedia/webcamd/Makefile ============================================================================== --- head/multimedia/webcamd/Makefile Thu Sep 5 11:06:53 2019 (r511174) +++ head/multimedia/webcamd/Makefile Thu Sep 5 11:20:01 2019 (r511175) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webcamd -PORTVERSION= 4.20.0.1 -PORTREVISION= 2 +PORTVERSION= 5.3.7.0 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ @@ -22,13 +21,20 @@ USE_RC_SUBR= webcamd SUB_FILES= webcamd.conf USE_LDCONFIG= yes -OPTIONS_DEFINE= CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM +OPTIONS_DEFINE= COMPAT32 CUSE DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM OPTIONS_DEFAULT=DVB HAL INPUT RADIO WEBCAM .if exists(/usr/lib/libcuse.so) OPTIONS_DEFAULT+= CUSE .else OPTIONS_EXCLUDE+= CUSE +.endif + +COMPAT32_DESC= Enable 32-bit compatibility support +COMPAT32_MAKE_ARGS= HAVE_COMPAT32="YES" + +.if exists(/usr/lib32/libcuse.so) +OPTIONS_DEFAULT+= COMPAT32 .endif CUSE_DESC= Use cuse(3) over multimedia/cuse4bsd-kmod Modified: head/multimedia/webcamd/distinfo ============================================================================== --- head/multimedia/webcamd/distinfo Thu Sep 5 11:06:53 2019 (r511174) +++ head/multimedia/webcamd/distinfo Thu Sep 5 11:20:01 2019 (r511175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544709894 -SHA256 (webcamd-4.20.0.1.tar.bz2) = c4741e68fef6f51bd6eeda232446d9dcac8d6b9e2a4709ca68f4a6696ec986ea -SIZE (webcamd-4.20.0.1.tar.bz2) = 13416890 +TIMESTAMP = 1567670836 +SHA256 (webcamd-5.3.7.0.tar.bz2) = f205dac6c4160e56897dc376ce4924189f9c2a6e738112e6f8200dc44caa7330 +SIZE (webcamd-5.3.7.0.tar.bz2) = 13903783