From owner-svn-ports-head@freebsd.org Sat Mar 30 23:00:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D123C1567089; Sat, 30 Mar 2019 23:00:09 +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 7739F83AC6; Sat, 30 Mar 2019 23:00:09 +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 52DDC1DAB4; Sat, 30 Mar 2019 23:00:09 +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 x2UN09X7002046; Sat, 30 Mar 2019 23:00:09 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2UN09s3002045; Sat, 30 Mar 2019 23:00:09 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201903302300.x2UN09s3002045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Sat, 30 Mar 2019 23:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497368 - head/audio/virtual_oss X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/virtual_oss X-SVN-Commit-Revision: 497368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7739F83AC6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2019 23:00:10 -0000 Author: hselasky (src committer) Date: Sat Mar 30 23:00:08 2019 New Revision: 497368 URL: https://svnweb.freebsd.org/changeset/ports/497368 Log: Update virtual_oss to 1.2.2 Separate bluetooth speaker utility into own option. This resolves some build failures. Approved by: pi Modified: head/audio/virtual_oss/Makefile head/audio/virtual_oss/distinfo Modified: head/audio/virtual_oss/Makefile ============================================================================== --- head/audio/virtual_oss/Makefile Sat Mar 30 22:25:07 2019 (r497367) +++ head/audio/virtual_oss/Makefile Sat Mar 30 23:00:08 2019 (r497368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate USES= tar:bzip2 uidfix -OPTIONS_DEFINE= BLUETOOTH DEBUG EQUALIZER +OPTIONS_DEFINE= BLUETOOTH BT_SPEAKER DEBUG EQUALIZER OPTIONS_DEFAULT=BLUETOOTH EQUALIZER .if exists(/usr/lib/libcuse.so) @@ -28,8 +28,11 @@ LIB_DEPENDS+= libcuse4bsd.so:multimedia/cuse4bsd-kmod BLUETOOTH_DESC= Build with bluetooth support BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES" -BLUETOOTH_PLIST_FILES= sbin/virtual_bt_speaker \ + +BT_SPEAKER_DESC= Build with bluetooth speaker utility +BT_SPEAKER_PLIST_FILES= sbin/virtual_bt_speaker \ man/man8/virtual_bt_speaker.8.gz +BT_SPEAKER_MAKE_ARGS= HAVE_BLUETOOTH_SPEAKER="YES" DEBUG_MAKE_ARGS= HAVE_DEBUG="YES" Modified: head/audio/virtual_oss/distinfo ============================================================================== --- head/audio/virtual_oss/distinfo Sat Mar 30 22:25:07 2019 (r497367) +++ head/audio/virtual_oss/distinfo Sat Mar 30 23:00:08 2019 (r497368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553804799 -SHA256 (virtual_oss-1.2.1.tar.bz2) = 3d039c3e839cd3b5c0341e929c17863afac10debd6e1ae35d6fcd7f80c7b6e97 -SIZE (virtual_oss-1.2.1.tar.bz2) = 45907 +TIMESTAMP = 1553974911 +SHA256 (virtual_oss-1.2.2.tar.bz2) = f92302f13a02ac4dbb2e5ee14f8382157179a90459f67e1607225fc9b7cf183c +SIZE (virtual_oss-1.2.2.tar.bz2) = 45860