Re: Request for commit approval : audio/virtual_oss

2019-03-30 Thread Kurt Jaeger
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-unsubscr...@freebsd.org"


-- 
p...@opsec.eu+49 171 3101372One year to go !
___
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"


Re: pkg-fallout - virtual_oss FreeBSD 11.2 and 12.0-p3

2019-03-30 Thread Hans Petter Selasky

On 3/30/19 12:45 PM, Christoph Moench-Tegeder wrote:

## Hans Petter Selasky (h...@selasky.org):


virtual_oss needs some new bluetooth definitions to build.
Else bluetooth support can be switched off.


How about testing the FreeBSD version? That's in OSVERSION:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-after-port-mk.html



Doesn't work because OSVERSION is not defined before package options are 
evaluated by bsd.port.mk ??


I'll just make the new utility optionally buildable for now.

--HPS

___
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"


Request for commit approval : audio/virtual_oss

2019-03-30 Thread Hans Petter Selasky

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"


RPI3, error: invalid operand in inline asm: 'rev16 ${0:w}, ${1:w}'

2019-03-30 Thread bob prohaska
In a recent attempt to compile www/chromium on an RPI3 running r345516
compilation stopped with repeated reports of 

/usr/include/machine/endian.h:89:19: error: invalid operand in inline asm: 
'rev16 ${0:w}, ${1:w}'

Chromium compiled on the same host a couple of months ago, but the 
executable failed on a runtime library error. Now attempts to upgrade
stop during compilation. Ports are presently at revision 496949.

Thanks for reading, and any guidance.

bob prohaska


 

___
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"


Re: pkg-fallout - virtual_oss FreeBSD 11.2 and 12.0-p3

2019-03-30 Thread Christoph Moench-Tegeder
## Hans Petter Selasky (h...@selasky.org):

> virtual_oss needs some new bluetooth definitions to build.
> Else bluetooth support can be switched off.

How about testing the FreeBSD version? That's in OSVERSION:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-after-port-mk.html

Regards,
Christoph

-- 
Spare Space
___
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"


pkg-fallout - virtual_oss FreeBSD 11.2 and 12.0-p3

2019-03-30 Thread Hans Petter Selasky

Hi,

virtual_oss needs some new bluetooth definitions to build.
Else bluetooth support can be switched off.

How can I test for this in the Makefile?

I tried something like this, but it doesn't work:

--HPS

Index: Makefile
===
--- Makefile(revision 497246)
+++ Makefile(working copy)
@@ -17,8 +17,14 @@
 USES=  tar:bzip2 uidfix

 OPTIONS_DEFINE=BLUETOOTH DEBUG EQUALIZER
-OPTIONS_DEFAULT=BLUETOOTH EQUALIZER
+OPTIONS_DEFAULT=EQUALIZER

+SINK_PROFILE!=${GREP} sdp_audio_sink_profile /usr/include/sdp.h
+
+.if ${SINK_PROFILE} != ""
+OPTIONS_DEFAULT+= BLUETOOTH
+.endif
+
 .if exists(/usr/lib/libcuse.so)
 MAKE_ARGS= HAVE_CUSE="YES"
 .else
___
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"


FreeBSD ports you maintain which are out of date

2019-03-30 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
mail/sieve-connect  | 0.89| 0.90
+-+
science/psychopy| 1.90.3  | 3.0.7
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"


Re: FreeCAD 0.17 && /lib//libgcc_s.so.1

2019-03-30 Thread Gleb Popov
Sorry for being late to the party, but this Differential revision looks
related: https://reviews.freebsd.org/D11482
___
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"