Separate bluetooth speaker utility into own option. This resolves some build failures.
Approved by:
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-unsubscr...@freebsd.org"