New Port: audio/pd

2016-10-05 Thread Tobias Brodel
Hi, this is my first attempt at an OpenBSD port, it's for audio/pd. Feedback would be greatly appreciated. COMMENT: Realtime computer music and graphics system. DESCR: Pure Data (Pd) is an open source visual programming language. It is used to process and generate sound, video, 2D/3D graphics.

Re: add shared lib target to devel/libowfat

2016-10-05 Thread Alexander Bluhm
On Wed, Oct 05, 2016 at 08:28:14PM +0200, Jan Klemkow wrote: > On Wed, Oct 05, 2016 at 02:18:00AM +0200, Alexander Bluhm wrote: > > On Wed, Oct 05, 2016 at 02:10:15AM +0200, Jan Klemkow wrote: > > > + install-lib: libowfat.a > > > + install -d $(LIBDIR) > > > + install -m 644 libowf

Re: add shared lib target to devel/libowfat

2016-10-05 Thread Jan Klemkow
On Wed, Oct 05, 2016 at 02:18:00AM +0200, Alexander Bluhm wrote: > On Wed, Oct 05, 2016 at 02:10:15AM +0200, Jan Klemkow wrote: > > + install-lib: libowfat.a > > + install -d $(LIBDIR) > > + install -m 644 libowfat.a $(LIBDIR) > > ++ install -m 644 libowfat.so.$(SO_VERSION) $(LIBDIR) > > inst

Re: devel/py-coverage was [UPDATE] net/gpodder 3.1.0 to 3.9.1

2016-10-05 Thread Alexandr Shadchin
On Thu, Sep 29, 2016 at 10:09:56PM -0400, trondd wrote: > On Sat, September 17, 2016 5:00 pm, trondd wrote: > > Daniel Jakots wrote: > > > >> On Sat, 17 Sep 2016 12:59:01 -0400, "trondd" > >> wrote: > >> > >> Yeah, our py-coverage is lagging a bit. If you want to update it, you > >> should verify

Re: Update: wpa_supplicant 2.6

2016-10-05 Thread David Coppa
On Wed, Oct 5, 2016 at 4:52 PM, Pascal Stumpf wrote: > On Wed, 5 Oct 2016 16:30:15 +0200, David Coppa wrote: >> On Tue, 04 Oct 2016, Laurence Tratt wrote: >> >> > On Tue, Oct 04, 2016 at 02:09:30PM +0200, David Coppa wrote: >> > >> > Hello David, >> > >> > I'll give this a try on Thursday (which i

Re: some more info on pkg_add/fw_update changes

2016-10-05 Thread Marc Espie
On Tue, Oct 04, 2016 at 03:15:18PM +0200, Marc Espie wrote: > - the new scheme is slightly more unflexible with respect to unsigned > data: by default, every .tgz is piped thru signify -Zs, so > pkg_add/pkg_info/fw_update WON'T even see any data if it's not signed. > Error reporting is inadequate

Re: Update: wpa_supplicant 2.6

2016-10-05 Thread David Coppa
On Tue, 04 Oct 2016, Laurence Tratt wrote: > On Tue, Oct 04, 2016 at 02:09:30PM +0200, David Coppa wrote: > > Hello David, > > I'll give this a try on Thursday (which is the next time I'm around such a > network) and let you know. > > > Laurie Please try the following diff: Index: Makefile =

Re: py-requests / libressl (verify_cb) segfault

2016-10-05 Thread Stuart Henderson
On 2016/10/05 15:08, Stuart Henderson wrote: > On 2016/10/05 18:05, Alexandr Shadchin wrote: > > On Wed, Oct 05, 2016 at 12:31:27PM +0100, Stuart Henderson wrote: > > > There's a segfault when py-requests GETs an https resource (segv occurs > > > after it calls verify_cb, it happens every time for

Re: Question for LibreSSL hackers (was: Update: wpa_supplicant 2.6)

2016-10-05 Thread David Coppa
On Wed, 05 Oct 2016, Stuart Henderson wrote: > On 2016/10/05 15:30, David Coppa wrote: > > On Wed, Oct 5, 2016 at 3:13 PM, Stuart Henderson > > wrote: > > > > > This is a workaround for an OpenSSL bug affecting EAP-FAST. > > > > > > https://mta.openssl.org/pipermail/openssl-dev/2015-July/002191

Re: py-requests / libressl (verify_cb) segfault

2016-10-05 Thread Stuart Henderson
On 2016/10/05 18:05, Alexandr Shadchin wrote: > On Wed, Oct 05, 2016 at 12:31:27PM +0100, Stuart Henderson wrote: > > There's a segfault when py-requests GETs an https resource (segv occurs > > after it calls verify_cb, it happens every time for every site I've tried). > > e.g. > > > > $ printf "i

Re: Question for LibreSSL hackers (was: Update: wpa_supplicant 2.6)

2016-10-05 Thread Stuart Henderson
On 2016/10/05 15:30, David Coppa wrote: > On Wed, Oct 5, 2016 at 3:13 PM, Stuart Henderson wrote: > > > This is a workaround for an OpenSSL bug affecting EAP-FAST. > > > > https://mta.openssl.org/pipermail/openssl-dev/2015-July/002191.html > > So it's not needed, I suppose. > > Thanks! > David

Re: NEW: devel/p5-Proc-Fork

2016-10-05 Thread Giovanni Bechis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/05/16 14:50, Alexander Bluhm wrote: > On Wed, Oct 05, 2016 at 09:19:05AM +0200, Giovanni Bechis wrote: >> pkg/DESCR: >> Proc::Fork - simple, intuitive interface to the fork() system call. >> >> Ok to import ? Comments ? > > I did not find the

Re: Question for LibreSSL hackers (was: Update: wpa_supplicant 2.6)

2016-10-05 Thread David Coppa
On Wed, Oct 5, 2016 at 3:13 PM, Stuart Henderson wrote: > This is a workaround for an OpenSSL bug affecting EAP-FAST. > > https://mta.openssl.org/pipermail/openssl-dev/2015-July/002191.html So it's not needed, I suppose. Thanks! David

Re: Question for LibreSSL hackers (was: Update: wpa_supplicant 2.6)

2016-10-05 Thread Stuart Henderson
On 2016/10/05 14:20, David Coppa wrote: > > On Mon, Oct 3, 2016 at 1:22 PM, Edd Barrett wrote: > > > Testing against eduroam: > > > > ---8<--- > > $ doas wpa_supplicant -i iwn0 -c /etc/wpa_supplicant.conf > > Successfully initialized wpa_supplicant > > SSL: Failed to initialize TLS context. > >

Re: UPDATE: net/profanity

2016-10-05 Thread Theo Buehler
On Fri, Sep 30, 2016 at 07:56:08AM +0200, Rafael Sadowski wrote: > New diff: > > - without e2fsprogs and nghttp2 LIB_DEPENDS > -- port-lib-depends-check looks good > - replace /usr/local with $TRUEPREFIX > - portcheck is happy again This looks good to me: tested this since Friday on amd64. The i

Re: py-requests / libressl (verify_cb) segfault

2016-10-05 Thread Alexandr Shadchin
On Wed, Oct 05, 2016 at 12:31:27PM +0100, Stuart Henderson wrote: > There's a segfault when py-requests GETs an https resource (segv occurs > after it calls verify_cb, it happens every time for every site I've tried). > e.g. > > $ printf "import requests\nr = requests.get('https://www.openbsd.org/

Re: NEW: devel/p5-Proc-Fork

2016-10-05 Thread Alexander Bluhm
On Wed, Oct 05, 2016 at 09:19:05AM +0200, Giovanni Bechis wrote: > pkg/DESCR: > Proc::Fork - simple, intuitive interface to the fork() system call. > > Ok to import ? Comments ? I did not find the CATEGORIES cpan in other ports, I think you should remove that. .../p5-Proc-Fork$ portcheck -N non-

Question for LibreSSL hackers (was: Update: wpa_supplicant 2.6)

2016-10-05 Thread David Coppa
On Mon, Oct 3, 2016 at 1:22 PM, Edd Barrett wrote: > Testing against eduroam: > > ---8<--- > $ doas wpa_supplicant -i iwn0 -c /etc/wpa_supplicant.conf > Successfully initialized wpa_supplicant > SSL: Failed to initialize TLS context. > Failed to initialize EAPOL state machines. > --->8--- > On

py-requests / libressl (verify_cb) segfault

2016-10-05 Thread Stuart Henderson
There's a segfault when py-requests GETs an https resource (segv occurs after it calls verify_cb, it happens every time for every site I've tried). e.g. $ printf "import requests\nr = requests.get('https://www.openbsd.org/')\n" | python2.7 Segmentation fault (core dumped) Any ideas who is to bl

NEW: devel/p5-Proc-Fork

2016-10-05 Thread Giovanni Bechis
pkg/DESCR: Proc::Fork - simple, intuitive interface to the fork() system call. Ok to import ? Comments ? Cheers Giovanni p5-Proc-Fork-0.804.tgz Description: application/tar-gz signature.asc Description: PGP signature