Re: UPDATE: Boost 1.73

2021-03-19 Thread Brad Smith
On Sun, Feb 07, 2021 at 09:55:34PM -0500, Brad Smith wrote: > Here is an update to Boost 1.73. > > I have provided patches to fix building leatherman, gnuradio, pokerth, and > rstudio. > > That leaves monotone, mongodb, and returntotheroots that need fixing. > > Looking for any assistance with

Re: [patch] exim 4.94 add dmarc

2021-03-19 Thread Renaud Allard
On 19/03/2021 16:55, Stuart Henderson wrote: On 2021/03/19 09:31, Renaud Allard wrote: Hello, Here is a quick patch to add dmarc functionality to exim. committed with a tweak, Thanks # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # using the nam

aarch64 bulk build report

2021-03-19 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Mar 17 01:35:39 MDT 2021 finished at Fri Mar 19 13:46:14 MDT 2021 lasted 2D12h10m done with kern.version=OpenBSD 6.9-beta (GENERIC.MP) #1078: Tue Mar 16 14:20:05 MDT 2021 built packages:11034 Mar 17:3872 Mar 18:2065 Mar 19:5096 critical path

Re: [patch] exim 4.94 add dmarc

2021-03-19 Thread Stuart Henderson
On 2021/03/19 09:31, Renaud Allard wrote: > Hello, > > Here is a quick patch to add dmarc functionality to exim. committed with a tweak, > > # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory > # using the name "exim-daemon.pid". > +@@ -1494,3 +1494,12 @@ EXIM_TM

Re: [UPDATE] textproc/lowdown to 0.8.3

2021-03-19 Thread Bryan Vyhmeister
On Thu, Mar 18, 2021 at 11:50:04AM +0100, Frederic Cambus wrote: > Hi ports@, > > Here is a diff to update lowdown to 0.8.3. > > Those versions bring several bugfixes and split lowdown(1) into > lowdown-diff(1) for easier reading. > > Comments? OK? > > Index: Makefile >

Re: Move audacious to qt5

2021-03-19 Thread Stuart Henderson
On 2021/03/19 14:12, Bjorn Ketelaars wrote: > I would like to fix this issue as it is likely that a release is coming > up soon. There are two solutions: > 1. Temporarily disable the qt5 flavor and work on a solution after >release > 2. Move away from gtk in favor of qt5 > > It seems that upst

Move audacious to qt5

2021-03-19 Thread Bjorn Ketelaars
Recently a qt5-flavor has been added to audacious, which ran in a dpb-related issue: audacious/plugins, depends on audacious/player, audacious/plugins,qt5 depends on audacious/player,qt5 audacious/player, and audacious/player,qt5 conflict, which means that whichever flavor is built first p

[patch] exim 4.94 add dmarc

2021-03-19 Thread Renaud Allard
Hello, Here is a quick patch to add dmarc functionality to exim. Best Regards Index: Makefile === RCS file: /cvs/ports/mail/exim/Makefile,v retrieving revision 1.131 diff -u -p -r1.131 Makefile --- Makefile 2 Jun 2020 12:44:19 -

portgen go: Check for go binary

2021-03-19 Thread Martin Vahlensieck
Hi I was trying out portgen go, but I didn't have Go installed. As I gather from the source code the program uses Go to determine dependencies. If you try to run portgen go without go installed it produces a number of errors like so: Can't exec "go": No such file or directory at /usr/ports