Re: Sample go port - considering porting "imaginary" image processing

2023-04-22 Thread Steve Williams (Contractor)
On 4/21/2023 11:43 PM, Stuart Henderson wrote: On 2023/04/21 14:56, Steve Williams (Contractor) wrote: Hi, I am running Nextcloud and it can now use an external service to render thumbnails that's (allegedly) much faster than the php Imagick stuff. Of course, it's built for docker...  I

Sample go port - considering porting "imaginary" image processing

2023-04-21 Thread Steve Williams (Contractor)
Hi, I am running Nextcloud and it can now use an external service to render thumbnails that's (allegedly) much faster than the php Imagick stuff. Of course, it's built for docker...  I was considering to see if it's possible/worth the effort to do a port for it.

Re: OpenBSD 7.3, roundcubemail & php 8.0 vs php 8.1

2023-04-20 Thread Steve Williams (Contractor)
deleted all the php 8.0 packages and have a nice clean system (pkg_delete -a) Thanks for the feedback on my original post. Cheers, Steve W. On 4/19/2023 9:16 AM, Steve Williams (Contractor) wrote: Hi, I just completed the 7.5 upgrade process and after running the pkg_add -u, I ended up

OpenBSD 7.3, roundcubemail & php 8.0 vs php 8.1

2023-04-19 Thread Steve Williams (Contractor)
hp Thanks, Steve Williams

rpi4 ffmpeg core dumps

2022-12-08 Thread Steve Williams
Hi, My old pcengines box died and I had a rpi4 around that I spun up to replace it with as my network router/play machine. The rpi4 is working fantastic except for one thing: I have a webcam that I'm capturing images using fswebcam and those scripts all work perfectly. I try to make a

Re: OpenBSD wrapper for Linux/FreeBSD sendfile?

2021-11-19 Thread Steve Williams
On 19/11/2021 7:53 a.m., Tracey Emery wrote: On Fri, Nov 19, 2021 at 07:14:04AM -0800, Steve Williams wrote: Stuart, You are absolutely amazing!   I have no idea how you find time to respond to all these requests and still manage to accomplish what you do. Thanks very much for the pointer

Re: OpenBSD wrapper for Linux/FreeBSD sendfile?

2021-11-19 Thread Steve Williams
Stuart, You are absolutely amazing!   I have no idea how you find time to respond to all these requests and still manage to accomplish what you do. Thanks very much for the pointer to a WIP port.  I'll have a look at it. Cheers, Steve Williams On 19/11/2021 12:21 a.m., Stuart Henderson

OpenBSD wrapper for Linux/FreeBSD sendfile?

2021-11-18 Thread Steve Williams
reach out here first in case there's already a good solution to this. Thanks, Steve Williams

Re: [root cause] Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-14 Thread Steve Williams
Hi, I can confirm this fix makes my Andriod Nextcloud client version 3.16 (May 5 release) work with OpenBSD 6.9. Thanks very much! Cheers, Steve W. On 14/05/2021 11:07 a.m., Florian Obser wrote: On 2021-05-13 22:00 +01, Chris Narkiewicz wrote: I did this when investigating the problem.

OT: Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-14 Thread Steve Williams
W. On 13/05/2021 3:04 p.m., Chris Narkiewicz wrote: On Tue, May 11, 2021 at 05:46:41PM -0600, Steve Williams wrote: Hi, In the github link that Chris posted is a link to download a "Nextcloud QA" apk. I'd be happy to see some OpenBSD crowd upvoting the bug. When they see affec

Re: Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-11 Thread Steve Williams
OpenBSD.  And likely to do with the APK being a QA version.  It is only 63 meg whereas the one in the Play Store is 130+meg. Thanks for sharing your findings! Cheers, Steve W On 11/05/2021 5:28 p.m., Steve Williams wrote: Hi, I can confirm that my Andriod Nextcloud client (3.16.0) has also quit

Re: Nextcloud stopped working after upgrade to 6.9 - chunked encoding

2021-05-11 Thread Steve Williams
Hi, I can confirm that my Andriod Nextcloud client (3.16.0) has also quit working. I have been running on Nextcloud on OpenBSD since Nextcloud 17 and am currently on 20.0.9. I just checked the date that my Andriod Client was updated and it was May 5, the same day I did my OpenBSD 6.9

Re: Problem getting unsigned package working on new port

2021-05-07 Thread Steve Williams
Hi, pkg_add(1) needs a "-D unsigned" That's how I worked around it when I was playing with creating a new port. Cheers, Steve W. On 07/05/2021 9:43 a.m., Chris Bennett wrote: On Fri, May 07, 2021 at 07:04:49AM +, Dimitri Karamazov wrote: On Fri, May 07, 2021 at 06:00:03AM +, Chris

freerdp (master) & guacamole 1.3.0 - [Was: Using Packages to add a ports dependencies]

2021-01-09 Thread Steve Williams
On 09/01/2021 3:03 a.m., Stefan Hagen wrote: Stuart Henderson wrote: On 2021/01/08 14:49, Steve Williams wrote: I want to work on a port that is a pet project (guacamole/xfreerdp). There are a bunch of dependencies on the port  and I was wondering if there is an easy way to either 1) Tell

Using Packages to add a ports dependencies

2021-01-08 Thread Steve Williams
Hi, I have rebuilt my development system to get a nice clean starting point.  I'm following -current on amd64. I want to work on a port that is a pet project (guacamole/xfreerdp).  There are a bunch of dependencies on the port  and I was wondering if there is an easy way to either 1)

Re: pkg_add git failing on gettext for snapshot #259: Sun Jan 3 15:25:58 MST 2021

2021-01-04 Thread Steve Williams
Thanks for the info! I usually use https to get the packages, but don't know how to do a "dir gettext-*" when using the https world.  I'm kind of old school :D Cheers, Steve W. On 04/01/2021 1:46 p.m., Stuart Henderson wrote: On 2021/01/04 13:31, Steve Williams wrote: Hi,

pkg_add git failing on gettext for snapshot #259: Sun Jan 3 15:25:58 MST 2021

2021-01-04 Thread Steve Williams
Hi, I wanted to refresh my development system for the new year so today I did a sysupgrade and everything appears to have gone fine, ending up with (full dmesg @ end). OpenBSD 6.8-current (GENERIC.MP) #259: Sun Jan  3 15:25:58 MST 2021

Re: Best/Easiest way to work with git repository for testing ports

2020-06-25 Thread Steve Williams
On 25/06/2020 10:28 a.m., Stuart Henderson wrote: On 2020/06/25 10:06, Steve Williams wrote: Hi, I'm working on freerdp and guacamole clones. I've got ports built for both thanks to various assistance from Stuart et al. However, they are both under active development and rather than working

Best/Easiest way to work with git repository for testing ports

2020-06-25 Thread Steve Williams
Hi, I'm working on freerdp and guacamole clones. I've got ports built for both thanks to various assistance from Stuart et al. However, they are both under active development and rather than working with the tarballs, I want to work with the git repository. I've done this a couple of

Re: Creating new port issue - including WANTLIB in package

2020-05-29 Thread Steve Williams
On 29/05/2020 2:30 p.m., Stuart Henderson wrote: On 2020/05/29 13:12, Steve Williams wrote: Hi I am working on understanding the ports environment and at the same time, creating a port for guacamole.  I know it's not going to fully work at this point in time because of issues with freerdp

Creating new port issue - including WANTLIB in package

2020-05-29 Thread Steve Williams
b" CFLAGS +=   -D_BSD_SOURCE .include --- Thanks, Steve Williams

Re: Shared Libraries challenges - FreeRDP 2.0.0

2020-04-21 Thread Steve Williams
wrote: On 2020/04/20 21:05, Steve Williams wrote: However, this new fangled CMAKE stuff is a bit annoying.  lol. It's usually much simpler to build things using ports infrastructure which already knows how to deal with OpenBSD, e.g. At some point, the libwinpr2.so.2.0.0 gets symbolically linked

Shared Libraries challenges - FreeRDP 2.0.0

2020-04-20 Thread Steve Williams
Hi, I heard back from cheloha@ and while there is a "Work in Progress" for Posix Timers, it's not in the imminent future.  Rather than trying to debug an ancient version of FreeRDP, I am going to investigate what it would take to implement OpenBSD specific timers in FreeRDP.  There's a lot

Re: FreeRDP 2.0.0 released April 9, 2020

2020-04-19 Thread Steve Williams
On 19/04/2020 10:08 a.m., Stuart Henderson wrote: On 2020/04/19 09:17, Steve Williams wrote: I am missing something on building the Debug packages.  I modified the Makefile per your other email thread but there must be more magic as I don't see any of the output pertaining to "Extra

Re: FreeRDP 2.0.0 released April 9, 2020

2020-04-19 Thread Steve Williams
On 19/04/2020 12:20 a.m., Landry Breuil wrote: On Sun, Apr 19, 2020 at 07:59:04AM +0200, Landry Breuil wrote: On Sat, Apr 18, 2020 at 11:29:11PM -0600, Steve Williams wrote: Hi, OpenBSD 6.6 (GENERIC.MP) #7: Thu Mar 12 11:55:22 MDT 2020 I am working on trying to get Apache Guacamole

FreeRDP 2.0.0 released April 9, 2020

2020-04-18 Thread Steve Williams
in _rthread_start (v=Variable "v" is not available. ) at /usr/src/lib/librthread/rthread.c:96 #13 0x059692c69c48 in __tfork_thread () at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:77 #14 0x00000000 in ?? () Thanks, Steve Williams