Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 21:56:55 +0100
From:      Kurt Jaeger <pi@freebsd.org>
To:        Hans Petter Selasky <hps@selasky.org>
Cc:        ports@freebsd.org
Subject:   Re: Request for commit approval : audio/virtual_oss
Message-ID:  <20190330205655.GF72200@home.opsec.eu>
In-Reply-To: <c4f6648b-34f9-10ce-a9db-4a32392b07d7@selasky.org>
References:  <c4f6648b-34f9-10ce-a9db-4a32392b07d7@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> Separate bluetooth speaker utility into own option.
> This resolves some build failures.
> 
> Approved by:

Approved.

> Index: Makefile
> ===================================================================
> --- Makefile	(revision 497246)
> +++ Makefile	(working copy)
> @@ -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 @@
>  
>  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 @@
>  
>  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"
>  
> Index: distinfo
> ===================================================================
> --- distinfo	(revision 497246)
> +++ distinfo	(working copy)
> @@ -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

> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"


-- 
pi@opsec.eu            +49 171 3101372                    One year to go !



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