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.
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
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
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
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
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
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
=
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
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
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
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
-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
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
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.
> >
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
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/
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-
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
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
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
20 matches
Mail list logo