Re: OpenCV "no support for memory mapping"--any workarounds?

2023-07-11 Thread Stuart Henderson
This is the message printed by CvCaptureCAM_V4L::requestBuffers when the ioctl fails with EINVAL. For uvideo the backend to this is uvideo_reqbufs() in /sys/dev/USB/uvideo.c - this has several cases which return EINVAL. Did you get any kernel messages (dmesg, /var/log/messages) while it was re

[Update]devel/perltidy: Update to 20230701

2023-07-11 Thread wen heping
Hi, ports@: Here is a simple patch for devel/perltidy to update to 20230701. It build and run well on amd64-current system. All tests passed. 2 ports depend on devel/perltidy and both build well and pass all tests. Cheers ! wenIndex: Makefile ==

Re: UPDATE: arm-compute-library 23.05.1

2023-07-11 Thread Kevin Lo
Friendly ping. On Sat, Jul 08, 2023 at 01:20:58PM +0800, Kevin Lo wrote: > > Hi, > > This is an update of devel/arm-compute-library to its latest version 23.05.1. > For a list of changes, please read > https://arm-software.github.io/ComputeLibrary/v23.05/versions_changelogs.xhtml#S2_2_changelog

Re: Update: fonts/zh-iansui 1.000

2023-07-11 Thread Kevin Lo
Friendly ping. On Fri, Jul 07, 2023 at 09:47:45PM +0800, Kevin Lo wrote: > > A trivial update to zh-iansui. > ok? > > Index: fonts/zh-iansui/Makefile > === > RCS file: /cvs/ports/fonts/zh-iansui/Makefile,v > retrieving revision 1.4

回复: math/superlu: Update to 6.0.0

2023-07-11 Thread wen heping
Here is the revised patch , now set SHARED_LIBS +=superlu 1.0 wen 发件人: Stuart Henderson 发送时间: 2023年7月11日 19:00 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: math/superlu: Update to 6.0.0 On 2023/07/09 01:45, wen heping wrote: > Hi, ports@: > >Here is

回复: [NEW]devel/p5-Date-Range

2023-07-11 Thread wen heping
Here is the revised patch : i) Minor Makefile cleanup ii) Correct the LICENSE wen 发件人: Stuart Henderson 发送时间: 2023年7月11日 19:13 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW]devel/p5-Date-Range On 2023/07/09 09:12, wen heping wrote: > Hi, port

回复: [NEW]misc/p5-Spreadsheet-XLSX

2023-07-11 Thread wen heping
Here is the revised patch which trailing in COMMENT removed. wen 发件人: Stuart Henderson 发送时间: 2023年7月11日 19:14 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW]misc/p5-Spreadsheet-XLSX On 2023/07/09 09:14, wen heping wrote: > Hi, ports@: > >Here is

回复: [NEW]textproc/typst

2023-07-11 Thread wen heping
Here is the revised patch: i) regen the patch ii) Add the missing LICENSE of all crates Cheers ! wen 发件人: Stuart Henderson 发送时间: 2023年7月11日 19:23 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW]textproc/typst On 2023/07/11 03:06, wen heping wro

OpenCV "no support for memory mapping"--any workarounds?

2023-07-11 Thread Jeff Ross
Hi all, Trying to run an OpenCV python script on a Raspberry Pi 4 with 7.3 and 4G of ram with a single 2K webcam. I'm getting this when I try to set the camera to shoot at 2K resolution (1920px x 1080px): capture is open... [ WARN:0@2.098] global cap_v4l.cpp:868 requestBuffers VIDEOIO(V4L2

sparc64 bulk build report

2023-07-11 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sun Jul 9 19:10:54 MDT 2023 Finished: Tue Jul 11 13:36:29 MDT 2023 Duration: 1 Days 18 hours 26 minutes Built using OpenBSD 7.3-current (GENERIC.MP) #1815: Thu Jul 6 14:47:12 MDT 2023 Built 8275 packages Number of packages built each day: J

Re: lang/* BTI breakage

2023-07-11 Thread Christian Weisgerber
The remaining build failures in lang/* are: lang/crystal lang/gprolog lang/ldc lang/mono lang/ocaml lang/racket-minimal -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: [NEW]textproc/typst

2023-07-11 Thread Stuart Henderson
On 2023/07/11 03:06, wen heping wrote: > Hi, ports@ > >Here is a patch to create new port textproc/typst. > >Typst is a new markup-based typsetting system that is designed to be as > powerful as LaTeX while being much easier to learn and use. Typst has: > Built-in markup for the most

Re: [NEW]misc/p5-Spreadsheet-XLSX

2023-07-11 Thread Stuart Henderson
On 2023/07/09 09:14, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port misc/p5-Spreadsheet-XLSX, > it is required by the update of misc/p5-Finance-Quote, which > is RUN_D of gnucash and kmymoney. > >It build and run well on amd64-current system and passed all tests. >

Re: [NEW]devel/p5-Date-Range

2023-07-11 Thread Stuart Henderson
On 2023/07/09 09:12, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port devel/p5-Date-Range, > it is required by the update of misc/p5-Finance-Quote, which > is RUN_D of gnucash and kmymoney. > >It build and run well on amd64-current system and passed all tests. > >

Re: [NEW]www/p5-Web-Scraper

2023-07-11 Thread Stuart Henderson
On 2023/07/09 06:35, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port www/p5-Web-Scraper, > it is required by the update of misc/p5-Finance-Quote, which > is RUN_D of gnucash and kmymoney. > >It build and run well on amd64-current system and passed all tests. > >

Re: [NEW]www/p5-HTML-Selector-XPath

2023-07-11 Thread Stuart Henderson
On 2023/07/09 06:32, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port www/p5-HTML-Selector-XPath, > it is required by the update of misc/p5-Finance-Quote, which > is RUN_D of gnucash and kmymoney. > >It build and run well on amd64-current system and passed all tests.

Re: [NEW]textproc/p5-String-Util

2023-07-11 Thread Stuart Henderson
On 2023/07/09 02:10, wen heping wrote: > Hi, ports@: > >Here is a patch to create new port textproc/p5-String-Util, > it is required by the update of misc/p5-Finance-Quote, which > is RUN_D of gnucash and kmymoney. > >It build and run well on amd64-current system and passed all tests. >

Re: math/superlu: Update to 6.0.0

2023-07-11 Thread Stuart Henderson
On 2023/07/09 01:45, wen heping wrote: > Hi, ports@: > >Here is a patch for math/superlu to update to 6.0.0. > It build and run well on amd64-current system. And > "100% tests passed". $ /usr/src/lib/check_sym /usr/local/lib/libsuperlu.so.0.1 /usr/obj/ports/superlu-6.0.0/fake-amd64/usr/local

Re: [Update]print/pdfarranger: Update to 1.10.0

2023-07-11 Thread Stuart Henderson
thanks, I've tested/committed, it also needed "make update-patches" On 2023/07/11 10:27, wen heping wrote: > Hi, ports@: > >Here is a patch for print/pdfarranger to update to 1.10.0, > it build and run well on amd64-current system. >No tests defined and no other ports depnd on it. > > >

[Update]print/pdfarranger: Update to 1.10.0

2023-07-11 Thread wen heping
Hi, ports@: Here is a patch for print/pdfarranger to update to 1.10.0, it build and run well on amd64-current system. No tests defined and no other ports depnd on it. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/print

Re: [update] gnupg-2.4.3

2023-07-11 Thread Jeremie Courreges-Anglas
On Tue, Jul 11 2023, Renato Aguiar wrote: > I found out that my Yubikey works on gnupg-2.4.3 after disabling CCID in > scdaemon by adding "disable-ccid" to "~/.gnupg/scdaemon.conf" :) > > $ man scdaemon > [...] >--disable-ccid > Disable the integrated support for CCID complia