Re: firefox: fix keepassxc browser addon

2020-05-29 Thread Landry Breuil
On Fri, May 29, 2020 at 03:30:12PM +0200, Klemens Nanni wrote: > > Firefox is simply missing an unveil to the program, with it added the > addon just works and I can fill input forms just perfectly. > > Also, shouldn't we add CVS revision markers to all files under > /etc/firefox/? Otherwise dif

lang/ghc: more cleanups

2020-05-29 Thread Matthias Kilian
Hi, this is mainly for getting rid of overriding things via CONFIGURE_ENV and CFLAGS in favor of patching aclocal.m4 and configure.ac (and running autoconf), which may help getting this merged upstream. It also kills some left-over -fno-pie which came from patches/patch-configure. I decided to d

Re: what is the proper procedure for submitting changes to existing ports?

2020-05-29 Thread Alex Free
> > Are these diffs in the links below in proper format? Thanks for the help > > as I’ve > > never done this before. > > No - please send "cvs diff -u" or "git diff" depending on where you got your > ports tree from. > > > > The AltiVec patches are crucial to playing 360p > > x264 MP4 files on

Re: what is the proper procedure for submitting changes to existing ports?

2020-05-29 Thread Stuart Henderson
On 2020/05/30 01:30, Alex Free wrote: > > Sent: Saturday, May 30, 2020 at 12:35 AM > > From: "Stuart Henderson" > > To: "Alex Free" > > Cc: ports@openbsd.org > > Subject: Re: what is the proper procedure for submitting changes to > > existing ports? > > > > On 2020/05/30 00:23, Alex Free wrote:

Re: what is the proper procedure for submitting changes to existing ports?

2020-05-29 Thread Alex Free
> Sent: Saturday, May 30, 2020 at 12:35 AM > From: "Stuart Henderson" > To: "Alex Free" > Cc: ports@openbsd.org > Subject: Re: what is the proper procedure for submitting changes to existing > ports? > > On 2020/05/30 00:23, Alex Free wrote: > > What is the proper procedure for sending changes a

Re: what is the proper procedure for submitting changes to existing ports?

2020-05-29 Thread Stuart Henderson
On 2020/05/30 00:23, Alex Free wrote: > What is the proper procedure for sending changes and patches to existing > ports? I have modified 3 ports and would like my changes to be commuted. > My modifications are to: > > games/ioquake3 (adds PowerPC support for OpenBSD. IOQuake3 does > currently sup

Re: Creating new port issue - including WANTLIB in package

2020-05-29 Thread Stuart Henderson
On 2020/05/29 15:23, Steve Williams wrote: > 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

what is the proper procedure for submitting changes to existing ports?

2020-05-29 Thread Alex Free
What is the proper procedure for sending changes and patches to existing ports? I have modified 3 ports and would like my changes to be commuted. My modifications are to: games/ioquake3 (adds PowerPC support for OpenBSD. IOQuake3 does currently support any PowerPC *BSD OS, I had to add support mys

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, but

Re: Creating new port issue - including WANTLIB in package

2020-05-29 Thread Marc Espie
On Fri, May 29, 2020 at 01:12:42PM -0600, Steve Williams wrote: > It applies patches and compiles clean.  However, when I try to create a > package, it seems to want to include the libraries that I have in WANTLIB. WANTLIB doesn't work by itself. It also requires LIB_DEPENDS/RUN_DEPENDS Basically

Re: Creating new port issue - including WANTLIB in package

2020-05-29 Thread Stuart Henderson
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, but I'm working on freerdp as > well.  However

Re: firefox: fix keepassxc browser addon

2020-05-29 Thread Klemens Nanni
On Fri, May 29, 2020 at 03:30:12PM +0200, Klemens Nanni wrote: > Also, shouldn't we add CVS revision markers to all files under > /etc/firefox/? Otherwise diffing them makes it hard for users to see > when particular entries where added without consulting the ports tree. Here's a diff for that wit

Re: [update] redis 6.0.4

2020-05-29 Thread Daniel Jakots
On Thu, 28 May 2020 20:51:10 +0200, Theo Buehler wrote: > the diff below Too lazy to review it again (or to diff it from the 6.0.1 I reviewed ealier) :p, but if you're confident on the change you made on top of it, ok danj@ It runs fine on my amd64 machine. Cheers, Daniel

Creating new port issue - including WANTLIB in package

2020-05-29 Thread Steve Williams
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, but I'm working on freerdp as well.  However, Stuart gave patches that I've updated to get fre

Re: NOW IN CURRENT: shotcut

2020-05-29 Thread Marc Espie
One important note for non-technical readers: *porting* shotcut to OpenBSD meant fixing *three bugs* in the ported software: - mlt (the framework shotcut is based on) uses mutexes extensively, but does NOT initialize them completely *even though the mutex default type is unspecified by posix - ml

Re: NOW IN CURRENT: shotcut

2020-05-29 Thread prx
Thank you a lot ! À video editor was missing, indeed. Just like you, I hated to use Linux for this recently, and ffmpeg alone was a bit painful. Again, thank you ! Le 29 mai 2020 17:12:28 GMT+02:00, Marc Espie a écrit : >A few days ago, I imported shotcut, then fixed quite a few bugs so >that

NOW IN CURRENT: shotcut

2020-05-29 Thread Marc Espie
A few days ago, I imported shotcut, then fixed quite a few bugs so that it's now usable. Now that snapshots have rolled over, it is available as a package. shotcut is modern video editing software. With the current medical situation, I had needs to prepare online video courses, and having to go

Re: UPDATE: net/prosody 0.11.5 from maintainer

2020-05-29 Thread Lucas
Lucas wrote: > Okey, updated patch in here. It still runs OK in my server. The bump never ends. -Lucas Index: Makefile === RCS file: /home/cvs/ports/net/prosody/Makefile,v retrieving revision 1.56 diff -u -p -r1.56 Makefile --- Ma

firefox: fix keepassxc browser addon

2020-05-29 Thread Klemens Nanni
Firefox is simply missing an unveil to the program, with it added the addon just works and I can fill input forms just perfectly. Also, shouldn't we add CVS revision markers to all files under /etc/firefox/? Otherwise diffing them makes it hard for users to see when particular entries where add

update games/godot to 3.2.1

2020-05-29 Thread Omar Polo
Hello, This updates games/godot to the latest stable 3.2.1. For about two months now me and a friend have been using this on a nearly daily basis. On my machine (amdgpu) it leaves a core file around but otherwise is working; on my friend machine (inteldrm) it doesn't core dumps. We tested

Re: NEW: x11/picom

2020-05-29 Thread Omar Polo
Stuart Henderson writes: On 2020/05/28 20:41, Omar Polo wrote: Bryan Steele writes: > On Wed, May 27, 2020 at 09:33:57PM +0200, Omar Polo wrote: > > > > Hi, > > > > This is a port for picom, a compositor for X11. It's an > > actively > > developed fork of compton. > > > > I've been

Re: NEW: x11/picom

2020-05-29 Thread Stuart Henderson
On 2020/05/28 20:41, Omar Polo wrote: > > Bryan Steele writes: > > > On Wed, May 27, 2020 at 09:33:57PM +0200, Omar Polo wrote: > > > > > > Hi, > > > > > > This is a port for picom, a compositor for X11. It's an actively > > > developed fork of compton. > > > > > > I've been running for a mo