print/pdfarranger: Add missing RUN_D

2021-06-16 Thread wen heping
Hi, ports@: After install pdfarranger and run, it raised a run error say it require popple. So here is a patch to add missing RUN_D. wenIndex: Makefile === RCS file: /cvs/ports/print/pdfarranger/Makefile,v retrieving revision

sparc64 bulk build report

2021-06-16 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Tue Jun 15 16:43:27 MDT 2021 Finished: Wed Jun 16 23:02:04 MDT 2021 Duration: 1 Days 6 hours 19 minutes Built using OpenBSD 6.9-current (GENERIC.MP) #861: Mon Jun 14 11:47:39 MDT 2021 Built 8083 packages Number of packages built each day: Jun

update nano/editor

2021-06-16 Thread Solene Rapenne
this updates nano to latest version Changelog: - After a search, the spotlighting is dropped after 1.5 seconds (0.8 seconds with --quick) to avoid the idea that the text is selected. - A + and a space before a filename on the command line will put the cursor at the end of the corresponding

security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd: Remove from portstree

2021-06-16 Thread wen heping
Hi, ports@: security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd upstream seems disappear, had not been updated for 15 years,and no other ports depend on it. wen

回复: print/py-pikepdf: Update to 2.12.0

2021-06-16 Thread wen heping
ping ... 发件人: wen heping 发送时间: 2021年5月19日 16:45 收件人: ports@openbsd.org 主题: print/py-pikepdf: Update to 2.12.0 Hi, ports@: Here is a patch for print/py-pikepdf: i) Update to 2.12.0 ii) Add do-test iii) Remove patches/patch-src_qpdf_page_cpp,

Re: multimedia/mpv debug vo=gpu crash on exit

2021-06-16 Thread srfsh
Sebastien Marie wrote: > I think that torsocks is diverting syscalls with LD_PRELOAD. so > depending how you call it, you might override the LD_PRELOAD setted by > torsocks. > Yeah, that might explain it. Thank you. > the "method" you mentioned isn't a way to resolv the problem. it was a > way t

[update] net/mautrix-whatsapp -> 0.1.7

2021-06-16 Thread Renaud Allard
Hello, Here is a diff for net/mautrix-whatsapp v0.1.7 Best Regards Index: Makefile === RCS file: /cvs/ports/net/mautrix-whatsapp/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 8 Mar 2021 13:59:25 - 1.3

Re: Firefox crashes

2021-06-16 Thread Landry Breuil
Le Wed, Jun 16, 2021 at 06:40:06AM -0500, Ed Ahlsen-Girard a écrit : > On Mon, 14 Jun 2021 12:45:36 + > Nicola Dell'Uomo wrote: > > > I actually don't know what's the problem; however in safe mode > > everything works. Can we help by submitting more data to the porter? > > > > > > Sent with

Re: Firefox crashes

2021-06-16 Thread Ed Ahlsen-Girard
On Mon, 14 Jun 2021 12:45:36 + Nicola Dell'Uomo wrote: > I actually don't know what's the problem; however in safe mode > everything works. Can we help by submitting more data to the porter? > > > Sent with ProtonMail Secure Email. > > ‐‐‐ Original Message ‐‐‐ > > Il lunedì 14 giu

Re: multimedia/mpv debug vo=gpu crash on exit

2021-06-16 Thread srfsh
To ports@openbsd.org wrote: > Sebastien Marie wrote: > > the library to use in LD_PRELOAD will depend of the gpu. on mine > > system, it is radeonsi_dri.so for example. > > > > you could try with LD_DEBUG=1 to see the ld.so activity: > > > > $ LD_DEBUG=1 mpv --vo=gpu file.mp4 > > [...] > > (+)