CVS: cvs.openbsd.org: ports

2023-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/06/17 23:09:21 Modified files: devel/gitsh: Makefile Log message: The transition to Ruby 3.2 means ports-gcc is needed to use its libraries. Fixes build on sparc64

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/06/17 22:46:33 Modified files: multimedia/mpv : Makefile multimedia/mpv/patches: patch-meson_build Log message: Fix build on sparc64 >From Brad Smith

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/06/17 22:30:45 Modified files: archivers/minizip: Makefile Log message: Fix for building minizip on sparc64 from Brad Smith

Re: new security/web-eid-app

2023-06-17 Thread Klemens Nanni
On Sun, Jun 18, 2023 at 01:57:10AM +0300, Klemens Nanni wrote: > A small qt6 app interfacing the PCSC API that acts as native app for > browser extensions, which I plan to sub-package in the same port, once > I sorted out the chicken scratches, hence the intial port with > MULTI_PACKAGES = -main.

new security/web-eid-app

2023-06-17 Thread Klemens Nanni
A small qt6 app interfacing the PCSC API that acts as native app for browser extensions, which I plan to sub-package in the same port, once I sorted out the chicken scratches, hence the intial port with MULTI_PACKAGES = -main. CLI mode already works for me, so I'd like to get this in and work on

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2023/06/17 16:19:43 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavcodec_aarch64_fft_neon_S

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2023/06/17 16:18:31 Modified files: multimedia/x265: Makefile multimedia/x265/patches: patch-source_common_aarch64_asm_S Log message: Implement arm64 BTI support. ok Brad (maintainer)

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2023/06/17 16:17:46 Modified files: multimedia/x264: Makefile Added files: multimedia/x264/patches: patch-common_aarch64_asm_S Log message: Implement arm64 BTI support. ok Brad

Re: remove diffpp from enscript

2023-06-17 Thread Marc Espie
On Sat, Jun 17, 2023 at 10:42:39AM +0200, Jan Stary wrote: > $ diffpp /tmp/foo > Assigning non-zero to $[ is no longer possible at /usr/local/bin/diffpp line > 72. > > Apparently, the diffpp(1) of print/enscript > has been broken for years and nobody

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/06/17 15:15:29 Modified files: devel/jdk/11 : Makefile devel/jdk/17 : Makefile Added files: devel/jdk/11/patches:

small tweak to bsd.port.mk

2023-06-17 Thread Marc Espie
I'd like to add a line to the display. This shows visual confirmation that a build was started from scratch, without a pre-existing wrkdir. This could be used in dpb to triage build stats time, or for various other things. The only potential drawback I see is if some people are expecting a very

small new feature in dpb

2023-06-17 Thread Marc Espie
Instead of hardcoding the number of entries saved under distfiles/build-stats/%a to 10, we've made it adjustable. There are actually two knobs for that: STATS_USED: the last n recent entries will be used (defaults to 10) STATS_BACKLOG: the last n recent entries will be saved (defaults to 25) No

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/06/17 13:27:32 Modified files: infrastructure/lib/DPB: Config.pm State.pm Log message: Save a bit more than what we use, as far as stats are concerned. Work with Charles Neyrand , a student at my job

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2023/06/17 13:25:51 Modified files: infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Fetch.pm Log message: "endcode" always takes core as a parameter, because it's what owns

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2023/06/17 09:45:46 Modified files: devel/dtools : Makefile distinfo Log message: Update to dtools-2.104.0 Changelog: https://github.com/dlang/tools/compare/v2.102.0...v2.104.0

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/06/17 08:32:23 Modified files: net/dnscontrol : Makefile distinfo modules.inc Log message: update to dnscontrol 4.1.1; OK paco

[update] math/matio 1.5.23

2023-06-17 Thread Martin Reindl
Hello, attached is the update to math/matio 1.5.23. This fixes CVE-2022-1515 (mem leak). Tested math/labplot on amd64 with this. Comments? OK? -m Index: Makefile === RCS file: /cvs/ports/math/matio/Makefile,v retrieving revision

sparc64 bulk build report

2023-06-17 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Wed Jun 14 14:19:05 MDT 2023 Finished: Sat Jun 17 05:48:43 MDT 2023 Duration: 2 Days 15 hours 30 minutes Built using OpenBSD 7.3-current (GENERIC.MP) #1791: Wed Jun 14 02:28:20 MDT 2023 Built 9249 packages Number of packages built each day:

UPDATE: QEMU 8.0.2

2023-06-17 Thread Brad Smith
Here is an update to QEMU 8.0.2. CVE-2023-0330 https://marc.info/?l=qemu-devel=168562843012586=2 Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.231 diff -u -p -u -p -r1.231 Makefile ---

Re: UPDATE: OpenColorIO 2.2.1

2023-06-17 Thread Brad Smith
On Sun, Jun 04, 2023 at 10:14:52PM -0400, Brad Smith wrote: > Here is an update to OpenColorIO 2.2.1. > > > New features: > > PR #1659, Build the new ACES CG and Studio configs into the library itself > PR #1696, Allow OCIO configs to be archived, introducing the .ocioz file > format > PR

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 04:22:42 Modified files: audio/musikcube: Makefile distinfo Log message: Update to musikcube-3.0.1.

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 03:47:19 Modified files: audio/libdiscid: Makefile distinfo audio/libdiscid/pkg: PLIST Log message: Update to libdiscid-0.6.4.

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 03:29:36 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.27.155.

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 03:29:20 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.26.155.

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 03:29:06 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.29.155.

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/06/17 03:20:32 Modified files: net/libproxy : Makefile distinfo Log message: Update to libproxy-0.5.2.

remove diffpp from enscript

2023-06-17 Thread Jan Stary
$ diffpp /tmp/foo Assigning non-zero to $[ is no longer possible at /usr/local/bin/diffpp line 72. Apparently, the diffpp(1) of print/enscript has been broken for years and nobody noticed. Is anyone using that? Jan Index: Makefile

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2023/06/17 02:16:58 Modified files: x11/ctwm : Makefile distinfo Log message: Update to ctwm 4.1.0. WANLIB fix & ok sthen@

[update] ctwm 4.1.0

2023-06-17 Thread Matthieu Herrb
Hi, Update x11/ctwm to 4.1.0. ok ? >From the announcement: The major new feature of this release is multi-monitor support via XRANDR. It also includes some EWMH improvements and various minor bugfixes. It also removes several obsolescent features, major among them being VirtualScreens. The

CVS: cvs.openbsd.org: ports

2023-06-17 Thread Matthieu Herrb
CVSROOT:/cvs Module name:ports Changes by: matth...@cvs.openbsd.org2023/06/17 01:00:38 Modified files: x11/xrestop: Makefile distinfo Log message: Update to xrestop 0.6, ok sthen@

Re: fix github /archive/ urls

2023-06-17 Thread Sebastien Marie
On Fri, Jun 16, 2023 at 10:26:54AM +0100, Stuart Henderson wrote: > We should fetch from /archive/refs/tags for GH_TAGNAME; /archive/ is > ambiguous and can cover tags, branches or commits. > > Because this no longer uses /archive/ then the check for > GH_TAGNAME=master doesn't make sense because

Re: net/dnscontrol: update to 4.1.1

2023-06-17 Thread Paco Esteban
On Tue, 13 Jun 2023, Klemens Nanni wrote: > not using bind, but there are other small changes in this minor release. > keeps works for me using gandi. > > feedback, ok? I also use it with gandi, so my testing will not add much value. In any case, ok paco > Index: Makefile >