aarch64 bulk build report

2021-08-12 Thread phessler
bulk build on arm64.ports.openbsd.org started on Tue Aug 10 23:36:01 MDT 2021 finished at Fri Aug 13 00:56:29 MDT 2021 lasted 2D01h20m done with kern.version=OpenBSD 6.9-current (GENERIC.MP) #1283: Tue Aug 10 11:57:59 MDT 2021 built packages:11064 Aug 10:318 Aug 11:4413 Aug 12:4775 Aug 13:1557

Re: UPDATE: graphics/opencv

2021-08-12 Thread Kevin Lo
On Fri, Aug 13, 2021 at 06:40:08AM +0200, Rafael Sadowski wrote: > > Update opencv to 4.5.3. > > https://github.com/opencv/opencv/wiki/ChangeLog#version453 > > Tests are welcome, OK? Works for me on amd64, thanks. ok kevlo@

UPDATE: graphics/opencv

2021-08-12 Thread Rafael Sadowski
Update opencv to 4.5.3. https://github.com/opencv/opencv/wiki/ChangeLog#version453 Tests are welcome, OK? Index: Makefile === RCS file: /cvs/ports/graphics/opencv/Makefile,v retrieving revision 1.72 diff -u -p -u -p -r1.72 Makefile

Re: New port: Gaupol subtitle editor

2021-08-12 Thread Anindya Mukherjee
Ping On Tue, Feb 02, 2021 at 11:50:40AM +, Stuart Henderson wrote: > start COMMENT with lower-case please (unless it's a proper noun, > but that doesn't apply here). > > we are a bit busy fixing hundreds of ports for a forthcoming > clang update at the moment so it may take a while to get to

回复: [NEW] security/p5-Crypt-Ed25519

2021-08-12 Thread wen heping
Revised patch based on sthen@ review. wen 发件人: Stuart Henderson 发送时间: 2021年8月12日 18:29 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [NEW] security/p5-Crypt-Ed25519 On 2021/08/12 07:17, wen heping wrote: > Hi, ports@: > > Here is a patch to create ne

games/chessx: Update to 1.5.0

2021-08-12 Thread wen heping
Hi, ports@: Here is a patch for games/chessx to update to 1.5.0. It build and run well on amd64-current system. No tests defined and no other ports depend on it. Cheers ! wenIndex: Makefile === RCS file: /cvs/ports/games/chessx/

Re: teach portcheck about crates.inc

2021-08-12 Thread Greg Steuck
Theo Buehler writes: > Now that a few Rust ports use crates.inc, I think we should teach > portcheck about it. I didn't use @(|) for the pattern since the result > seemed less readable. Once there is a pattern to follow, I'll apply it to Haskell ports. Luckily there are few of them. I'll probabl

Re: OpenCV no support for memory mapping / insufficient buffer memory

2021-08-12 Thread Jeff Ross
On 8/11/21 2:27 AM, Kevin Lo wrote: On Tue, Aug 10, 2021 at 12:32:36PM -0600, Jeff Ross wrote: Hello! This is a follow-up to a post I made to misc@ about OpenCV not being able to open a camera to capture images.?? Switching to ports@ as this seems more appropriate for this error. https://marc.

teach portcheck about crates.inc

2021-08-12 Thread Theo Buehler
Now that a few Rust ports use crates.inc, I think we should teach portcheck about it. I didn't use @(|) for the pattern since the result seemed less readable. Two things: A few Rust ports use '.include ' I'll switch those to using '.include "crates.inc"' so the current directory is searched first

[new] sysutils/czkawka 3.2.0

2021-08-12 Thread Theo Buehler
This is a simple tool that allows finding and removing duplicate files, big files, broken symlinks, empty directories, similar images and other things you may want to clean up when going through the cruft that tends to accumulate on a machine over the years. I split the port into MULTI_PACKAGES si

Re: [Security Update] mail/libspf2

2021-08-12 Thread Stuart Henderson
On 2021/08/12 04:58, wen heping wrote: > Hi, ports@: > > Here is a patch from upstream for mail/libspf2 to > fix CVE-2021-20314. More details please visit: > https://security-tracker.debian.org/tracker/CVE-2021-20314 I've used this for -stable, and updated to a git checkout in -current,

Re: [NEW] security/p5-Crypt-Ed25519

2021-08-12 Thread Stuart Henderson
On 2021/08/12 07:17, wen heping wrote: > Hi, ports@: > > Here is a patch to create new port security/p5-Crypt-Ed25519. > This module implements Ed25519 public key generation, message signing > and verification. It is a pretty bare-bones implementation that > implements the standard Ed25519

UPDATE: SDL 2.0.16

2021-08-12 Thread Brad Smith
Here is an update to SDL 2.0.16. More testing and feedback welcome. --- 2.0.16: --- General: * Added SDL_FlashWindow() to get a user's attention * Added

[NEW] security/p5-Crypt-Ed25519

2021-08-12 Thread wen heping
Hi, ports@: Here is a patch to create new port security/p5-Crypt-Ed25519. This module implements Ed25519 public key generation, message signing and verification. It is a pretty bare-bones implementation that implements the standard Ed25519 variant with SHA512 hash, as well as a slower API