Re: HylaFax Port - Broken since OpenBSD 5.7

2021-05-25 Thread George Koehler
On Sun, 23 May 2021 08:52:19 -0700 Greg Steuck wrote: > Larry Moore writes: > > > I've installed release of 6.9 and the problem still exists. > > > > I've attached a patch created on OpenBSD 6.9 which appears to overcome > > the high CPU utilisation, also included is a change which configures

Re: UPDATE archivers/zstd-1.5.0

2021-05-25 Thread Bjorn Ketelaars
On Sun 16/05/2021 11:51, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.0, which is a major release featuring > large performance improvements as well as API changes. Overview on > changes can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.0. > > Changes to the port: > -

Re: Update: ruby-tk 0.3.0 -> 0.4.0

2021-05-25 Thread Stuart Cassoff
Nice! OK On Tue, 25 May 2021, Jeremy Evans wrote: > On 05/25 07:13, Jeremy Evans wrote: > > On 05/25 05:18, Stuart Cassoff wrote: > > > Have you tried this with Tcl/Tk 8.6? > > > I think it's a good idea for ports to move to using 8.6 if possible. > > > Also, you might want to use the Tk port mod

Re: mail/py-authres, mail/py-spf, mail/py-policyd-spf - Remove?

2021-05-25 Thread J Doe
On 2021-05-25 10:44 p.m., Daniel Jakots wrote: On Wed, 27 Nov 2019 11:00:07 +, Stuart Henderson wrote: On 2019/11/26 19:08, Kurt Mosiejczuk wrote: These 3 are python2-only, and the only consumers are in a chain from one to the next. (py-policyd-spf needs py-spf which needs py-authres).

Re: mail/py-authres, mail/py-spf, mail/py-policyd-spf - Remove?

2021-05-25 Thread Daniel Jakots
On Wed, 27 Nov 2019 11:00:07 +, Stuart Henderson wrote: > On 2019/11/26 19:08, Kurt Mosiejczuk wrote: > > These 3 are python2-only, and the only consumers are in a chain from > > one to the next. (py-policyd-spf needs py-spf which needs > > py-authres). > > > > Is anyone using these? > >

Re: [update] protobuf 3.17.1, py-protobuf 3.17.0

2021-05-25 Thread Greg Steuck
Theo Buehler writes: > The update to 3.17.0 went through two amd64 bulk builds and I have > tested it on amd64 and sparc64 over the past week. Nothing really > noteworthy in the change log compared to 3.16.0. Of course, symbols > were added and removed and all librariers need a major bump. > > ht

Re: libexecinfo-0.3p2v0 fails to build on loongson

2021-05-25 Thread George Koehler
On Sun, 23 May 2021 07:08:38 -0700 manp...@gmail.com wrote: > cc -O2 -pipe -D__BUILTIN_HACK -Wall -ggdb3 -I/usr/local/include -MD -MP > -nostdinc -idirafter /usr/include -c backtrace.c -o backtrace.o > error: return address can be determined only for current frame > error: return address can be

Re: NEW: patchelf

2021-05-25 Thread Aaron Bieber
Klemens Nanni writes: > With ld.so(1) fixed as of today, patchelf(1) (and now the resulting ELF > executable as well) just works on OpenBSD in that it passes 28/29 tests > and allows to replace interpreter as well as libraries in ELF files. > > Information for inst:patchelf-0.12 > >

NEW: patchelf

2021-05-25 Thread Klemens Nanni
With ld.so(1) fixed as of today, patchelf(1) (and now the resulting ELF executable as well) just works on OpenBSD in that it passes 28/29 tests and allows to replace interpreter as well as libraries in ELF files. Information for inst:patchelf-0.12 Comment: utility for modi

Re: nginx 1.20.1

2021-05-25 Thread Robert Nagy
okay On 25/05/21 20:34 +0100, Stuart Henderson wrote: > updates to the most recent stable branch, only lightly tested but seems ok so > far. > > Index: Makefile > === > RCS file: /cvs/ports/www/nginx/Makefile,v > retrieving revision

nginx 1.20.1

2021-05-25 Thread Stuart Henderson
updates to the most recent stable branch, only lightly tested but seems ok so far. Index: Makefile === RCS file: /cvs/ports/www/nginx/Makefile,v retrieving revision 1.152 diff -u -p -r1.152 Makefile --- Makefile10 May 2021 15:06:

Re: [M. UPDATE] net/qbittorrent 4.3.1 to 4.3.5

2021-05-25 Thread Elias M . Mariani
New diff based on the excellent recommendation from sthen@. Comments? OK? Cheers. Elias mariani@ Index: Makefile.inc === RCS file: /cvs/ports/net/qbittorrent/Makefile.inc,v retrieving revision 1.14 diff -u -p -r1.14 Makefile.inc ---

fix CVE: databases/postgresql(-previous)

2021-05-25 Thread Mark Patruck
Hi Pierre-Emmanuel, Jeremy, ports@ the attached diffs update - databases/postgresql -> 13.3 - databases/postgresql-previous -> 12.7 to fix multiple security vulnerabilities https://www.postgresql.org/support/security/ I've been running this for one week w/o issues. -Mark -- Mark Pat

Re: Update: ruby-tk 0.3.0 -> 0.4.0

2021-05-25 Thread Jeremy Evans
On 05/25 07:13, Jeremy Evans wrote: > On 05/25 05:18, Stuart Cassoff wrote: > > Have you tried this with Tcl/Tk 8.6? > > I think it's a good idea for ports to move to using 8.6 if possible. > > Also, you might want to use the Tk port module. > > ruby-tk is still designed for Tk 8.5. See > https:/

Re: Tweak ruby UNMESSAGE

2021-05-25 Thread Jeremy Evans
On 05/25 03:13, Rafael Sadowski wrote: > Add missing application from MESSAGE. OK? OK jeremy@ > > Index: Makefile > === > RCS file: /cvs/ports/lang/ruby/2.7/Makefile,v > retrieving revision 1.10 > diff -u -p -u -p -r1.10 Makefile >

Re: Update: ruby-tk 0.3.0 -> 0.4.0

2021-05-25 Thread Jeremy Evans
On 05/25 05:18, Stuart Cassoff wrote: > Have you tried this with Tcl/Tk 8.6? > I think it's a good idea for ports to move to using 8.6 if possible. > Also, you might want to use the Tk port module. ruby-tk is still designed for Tk 8.5. See https://github.com/ruby/tk/commit/247f01adf981abe11283dc2

Tweak ruby UNMESSAGE

2021-05-25 Thread Rafael Sadowski
Add missing application from MESSAGE. OK? Index: Makefile === RCS file: /cvs/ports/lang/ruby/2.7/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile7 Apr 2021 14:57:23 - 1.10 +++ Makefile

NEW: devel/jetbrains-rubymine

2021-05-25 Thread Rafael Sadowski
Please find attched rubymine 2021.1.1. It based on the devel/intellij port. I was able to successfully build and launch my Ruby project with it. I know it's not free at all but JetBrains provides a good licensing model for open source developers, schools and teachers, I think it is worth importin

Re: [update] sysutils/lf 0.0.0.20210221p0 -> 22

2021-05-25 Thread Stuart Henderson
thanks, committed with some small simplification, and updated the version of gdamore/tcell/v2 to 2.3.1 (you can check with "make modgo-gen-modules" On 2021/05/25 16:14, Chang, Chu-Kuan wrote: > Hi > > This patch updates lf from > 0.0.0.20210221p0 > to > 0.0.0.20210413 which equals to r22. > > B

Re: Update: ruby-tk 0.3.0 -> 0.4.0

2021-05-25 Thread Stuart Cassoff
Have you tried this with Tcl/Tk 8.6? I think it's a good idea for ports to move to using 8.6 if possible. Also, you might want to use the Tk port module. Stu On Mon, 24 May 2021, Jeremy Evans wrote: > Simple bump to latest version of ruby-tk. > > Main changes are to fix various warnings and e

Re: [update] games/godot 3.3 -> 3.3.1

2021-05-25 Thread Omar Polo
Omar Polo writes: > in the meantime the 3.3.2 was released. the comments about the patch > still holds. hit send too fast, sorry for the noise. Patch attached. > Omar Polo writes: > >> Hello, >> >> yesterday Godot received a maintenance release. It should be backward >> compatible and cont

Re: [update] games/godot 3.3 -> 3.3.1

2021-05-25 Thread Omar Polo
in the meantime the 3.3.2 was released. the comments about the patch still holds. Omar Polo writes: > Hello, > > yesterday Godot received a maintenance release. It should be backward > compatible and contain only bugfixes. > > A third-party bundled dependency, entree, was introduced/update and

[Maintainer Update] www/p5-HTTP-CookieJar : Update to 0.010

2021-05-25 Thread wen heping
Hi, ports@: Here is a simple patch for www/p5-HTTP-CookieJar update to 0.010. It build well and pass all tests on amd64-6.9 system. Only 1 port depends on it. Build well and pass all tests too. wenIndex: Makefile === RCS f

[Maintainer Update] www/p5-HTML-FormHandler : Update to 0.40068

2021-05-25 Thread wen heping
Hi, ports@: Here is a simple patch for www/p5-HTML-FormHandler update to 0.40068. It build well and pass all tests on amd64-6.9 system. Only 1 port depends on it. Build well and pass all tests too. wenIndex: Makefile === R

[new] database/VictoriaMetrics v1.60

2021-05-25 Thread Denis Fondras
VictoriaMetrics is a fast, cost-effective and scalable time series database. It can be used as a long-term remote storage for Prometheus. https://victoriametrics.com/ victoriametrics-v1.60.tgz Description: application/tar-gz

[update] sysutils/lf 0.0.0.20210221p0 -> 22

2021-05-25 Thread Chang, Chu-Kuan
Hi This patch updates lf from 0.0.0.20210221p0 to 0.0.0.20210413 which equals to r22. By using tag feature of portgen(1), lf port after this patch will be refered as lf-22 instead of lf-0.0.0.20210413. Cheers, Chang, Chu-Kuan 張居寬 Index: Makefile

[Maintainer Update] security/p5-Crypt-OpenSSL-Guess : Update to 0.13

2021-05-25 Thread wen heping
Hi, ports@: Here is a simple patch for security/p5-Crypt-OpenSSL-Guess update to 0.13. It build well and pass all tests on amd64-6.9 system. Only 1 port depends on it. Build well and pass all tests too. wenIndex: Makefile

[Maintainer Update] mail/p5-Mail-AuthenticationResults : Update to 2.20210112

2021-05-25 Thread wen heping
Hi, ports@: Here is a simple patch for mail/p5-Mail-AuthenticationResults update to 2.20210112. It build well and pass all tests on amd64-6.9 system. Only 1 port depends on it. Build well and pass all tests too.Index: Makefile

[Maintainer Update] devel/p5-IO-Interactive : Update to 1.023

2021-05-25 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-IO-Interactive to update to 1.023. It build well and pass all tests on amd64-6.9 system. Only 1 port depends on it. Build well and pass all tests too. wenIndex: Makefile ==

sparc64 bulk build report

2021-05-25 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat May 22 10:39:42 MDT 2021 Finished: Tue May 25 02:22:13 MDT 2021 Duration: 2 Days 15 hours 43 minutes Built using OpenBSD 6.9-current (GENERIC.MP) #831: Fri May 21 16:16:08 MDT 2021 Built 9602 packages Number of packages built each day: Ma

devel/geany : Update to 1.37.1

2021-05-25 Thread wen heping
Hi, Here is a simple patch for devel/geany to update to 1.37.1, it build well and run well on amd64-6.9 system. No other ports depend on it. wenIndex: Makefile === RCS file: /cvs/ports/devel/geany/Makefile,v retrieving revision

Re: [NEW] audio/lilv

2021-05-25 Thread Dimitri Karamazov
On Mon, May 24, 2021 at 09:37:45PM +0100, Stuart Henderson wrote: > i've imported this chain of ports (lv2, serd, sord, sratom, lvatom). > > the trick with "os.environ['libXXX_ltversion']" in the waf script is > very neat. > Thanks for the swift import and I appreciate the comment. These ports wi

Re: [NEW] www/py-adblock

2021-05-25 Thread Dimitri Karamazov
On Mon, May 24, 2021 at 09:54:48PM +0100, Stuart Henderson wrote: > ok for maturin > > py-adblock; tests fail for me like this. not necessarily a blocker, > do you want to send the qutebrowser diff to go with it to give a better > way to test? > > The tests are working fine upon a recheck, maybe