Re: Can't run pkg-static install on rpi3 at r339840

2018-10-30 Thread Nathan Owens via freebsd-ports
This is assuming you’re getting same error I did after I did a clean install of 
12b2 


Sent from Yahoo Mail for iPhone


On Tuesday, October 30, 2018, 12:23 PM, Nathan Owens via freebsd-ports 
 wrote:

Ok what you do is install OpenSSL 1.1.0 and then ln -sf 
/usr/local/lib/libcrypto.so /usr/local/lib/libcrypto.so.9 and do same for 
gcrypt as it’s gonna be your next error


Sent from Yahoo Mail for iPhone


On Monday, October 29, 2018, 5:00 PM, bob prohaska http://www.zefox.net>. 
 wrote:
On Mon, Oct 29, 2018 at 07:35:38PM +, Nathan Owens via freebsd-ports wrote:
> Try pkg-static update first
> 
> 
> 
Alas, no luck. Same result as before.

Running 
pkg -N reports
ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version OPENSSL_1_1_0 required by 
/usr/local/lib/libpkg.so.4 not defined,

running 
pkg-static -N reports
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static 
install -f pkg" recommended
pkg-static: 511 packages installed


So maybe this is fallout of the SSL update.

It's unclear to me if the "Warning" message can simply be ignored.
Make doesn't seem to stop.

I'd be grateful for any pointers to a way out of this pickle.

Thanks for reading,

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"



___
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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Can't run pkg-static install on rpi3 at r339840

2018-10-30 Thread Nathan Owens via freebsd-ports
Ok what you do is install OpenSSL 1.1.0 and then ln -sf 
/usr/local/lib/libcrypto.so /usr/local/lib/libcrypto.so.9 and do same for 
gcrypt as it’s gonna be your next error


Sent from Yahoo Mail for iPhone


On Monday, October 29, 2018, 5:00 PM, bob prohaska http://www.zefox.net>. 
 wrote:
On Mon, Oct 29, 2018 at 07:35:38PM +, Nathan Owens via freebsd-ports wrote:
> Try pkg-static update first
> 
> 
> 
Alas, no luck. Same result as before.

Running 
pkg -N reports
ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version OPENSSL_1_1_0 required by 
/usr/local/lib/libpkg.so.4 not defined,

running 
pkg-static -N reports
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static 
install -f pkg" recommended
pkg-static: 511 packages installed


So maybe this is fallout of the SSL update.

It's unclear to me if the "Warning" message can simply be ignored.
Make doesn't seem to stop.

I'd be grateful for any pointers to a way out of this pickle.

Thanks for reading,

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"



___
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: Request for commit approval (virtual_oss)

2018-10-30 Thread Kurt Jaeger
Hi!

> Update virtual_oss to 1.2.0
>- Buffering improvements to avoid jitter and
>  artifacts when playing back audio.
> 
> Approved by:

Approved.

-- 
p...@opsec.eu+49 171 31013722 years 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"


Request for commit approval (virtual_oss)

2018-10-30 Thread Hans Petter Selasky

Update virtual_oss to 1.2.0
  - Buffering improvements to avoid jitter and
artifacts when playing back audio.

Approved by:

--HPS
Index: Makefile
===
--- Makefile	(revision 483463)
+++ Makefile	(working copy)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	virtual_oss
-PORTVERSION=	1.1.6
+PORTVERSION=	1.2.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
-		http://home.selasky.org:8192/distfiles/
+		http://home.selasky.org/distfiles/
 
 MAINTAINER=	hsela...@freebsd.org
 COMMENT=	Virtual OSS multi device mixer application
Index: distinfo
===
--- distinfo	(revision 483463)
+++ distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532798817
-SHA256 (virtual_oss-1.1.6.tar.bz2) = 4357914d96b4a9885e0692bbba1348fbb72614fb3d97153d176b720e1851e587
-SIZE (virtual_oss-1.1.6.tar.bz2) = 34615
+TIMESTAMP = 1540895195
+SHA256 (virtual_oss-1.2.0.tar.bz2) = 3d2402f699a2eea0002ec6216c736562efd69b5f6bddef35be64f88da50a73c4
+SIZE (virtual_oss-1.2.0.tar.bz2) = 35101
___
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"