UPDATE: FFmpeg 4.4.3

2022-11-04 Thread Brad Smith
Here is an update to FFmpeg 4.4.3. version 4.4.3: - avformat/vividas: Check packet size - configure: link to libatomic when it's present - avcodec/dstdec: Check for overflow in build_filter() - avformat/spdifdec: Use 64bit to compute bit rate - avformat/rpl: Use 64bit for duration computation -

aarch64 bulk build report

2022-11-04 Thread phessler
bulk build on arm64.ports.openbsd.org started on Wed Nov 2 12:00:00 MDT 2022 finished at Fri Nov 4 20:04:45 MDT 2022 lasted 2D08h04m done with kern.version=OpenBSD 7.2-current (GENERIC.MP) #1880: Sat Oct 29 03:00:42 MDT 2022 built packages:11426 Nov 2:2733 Nov 3:1511 Nov 4:7181 critical path

[update] intellij and pycharm to 2022.2.3

2022-11-04 Thread Lucas Raab
Hello, Here are some quick updates to pycharm and intellij up to 2022.2.3. No issues observed so far! changelogs: https://youtrack.jetbrains.com/articles/PY-A-233538010/PyCharm-202223-222434523-build-Release-Notes

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2022/11/04 18:04:30 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.12.0 -> 1.12.1 Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#1121

NEW: net/dt

2022-11-04 Thread Pavel Korovin
Hi, Attached is a tool for querying/displaying various DNS information and checking it for consistency. I found it quite handy. https://github.com/42wim/dt Features: * common records scanning (use -scan) * validate DNSSEC chain (use -debug to see more info) * change query speed for scanning

NEW: textproc/terraform-docs

2022-11-04 Thread Pavel Korovin
Hi, attached is a documentation generation tool for Terraform modules. https://terraform-docs.io/ OK to import? -- With best regards, Pavel Korovin terraform-docs.tgz Description: Binary data

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2022/11/04 16:20:07 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.17.2 -> 1.17.3 Changelog:

[Revised Update] x11/tint2 gtk+3 v2

2022-11-04 Thread Heppler, J. Scott
Removed redundant @pkgpath x11/tint in the attachment. Sorry for the noise. -- J. Scott Heppler Index: x11/tint2/Makefile === RCS file: /cvs/ports/x11/tint2/Makefile,v retrieving revision 1.17 diff -u -p -u -r1.17 Makefile ---

Re: NEW: www/profile-sync-daemon

2022-11-04 Thread Morgan Aldridge
On Fri, Nov 4, 2022 at 4:25 PM Solène Rapenne wrote: > > Le Fri, 4 Nov 2022 16:20:22 -0400, > Morgan Aldridge a écrit : > > > Attached is a port for profile-sync-daemon[0], which is a bash script > > to synchronize web browser profiles to/from a ramdisk with the goal of > > reducing HDD/SDD wear

Revised diff for gtk+3 x11/tint2

2022-11-04 Thread Heppler, J. Scott
In the PLIST, I kept the old @pkgpath x11/tint entries even though it has been quite awhile since the port was renamed tint -tint2. This revision cleans up the /etc/xdg/tint2 entry compared to the prior email. Thanks -- J. Scott Heppler Index: x11/tint2/Makefile

Re: NEW: www/profile-sync-daemon

2022-11-04 Thread Solène Rapenne
Le Fri, 4 Nov 2022 16:20:22 -0400, Morgan Aldridge a écrit : > Attached is a port for profile-sync-daemon[0], which is a bash script > to synchronize web browser profiles to/from a ramdisk with the goal of > reducing HDD/SDD wear and providing backup functionality. Tested on > amd64. Additional

Re: unexpected behavior from neofetch in snapshots

2022-11-04 Thread Christian Weisgerber
Christian Weisgerber: > > > /usr/local/bin/neofetch: line 3802: bad substitution: no closing `}' in > > > ${block_spaces// /${blocks}nl} > > > > There's an issue about this opened on github: > > https://github.com/dylanaraps/neofetch/issues/2209 > > That appears to be a regression in bash 5.2.

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 14:23:52 Modified files: devel/cutter : Makefile Log message: use ${MODPY_WANTLIB} instead of hardcoded python3.9

NEW: www/profile-sync-daemon

2022-11-04 Thread Morgan Aldridge
Attached is a port for profile-sync-daemon[0], which is a bash script to synchronize web browser profiles to/from a ramdisk with the goal of reducing HDD/SDD wear and providing backup functionality. Tested on amd64. Additional details can be found on the ArchWiki page[1]. Naturally, one needs to

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2022/11/04 14:20:29 Modified files: shells/bash: Makefile Added files: shells/bash/patches: patch-subst_c Log message: shells/bash: fix nested brace expansion, from upstream This fixes a

Re: x11/tint2 update to 17.0.2/gtk+3

2022-11-04 Thread Heppler, J. Scott
Just found a typo in a patch. Please ignore this. I'll resubmit. -- J. Scott Heppler

x11/tint2 update to 17.0.2/gtk+3

2022-11-04 Thread Heppler, J. Scott
The attached *.diff updates tint2 to the latest and last version. https://gitlab.com/o9000/tint2 gtk+3 builds/runs amd64. Thanks -- J. Scott Heppler Index: x11/tint2/Makefile === RCS file: /cvs/ports/x11/tint2/Makefile,v retrieving

x11/openbox diff for py3-xdg

2022-11-04 Thread Heppler, J. Scott
Attached is a diff that upgrades py-xdg to py3-xdg in openbox. Tested on amd64. Thanks to Stuart Henderson for the python 2to3 magic. -- J. Scott Heppler Index: x11/openbox/Makefile === RCS file: /cvs/ports/x11/openbox/Makefile,v

Re: unexpected behavior from neofetch in snapshots

2022-11-04 Thread Christian Weisgerber
Omar Polo: > > /usr/local/bin/neofetch: line 3802: bad substitution: no closing `}' in > > ${block_spaces// /${blocks}nl} > > There's an issue about this opened on github: > https://github.com/dylanaraps/neofetch/issues/2209 Speaking as maintainer of the bash port: That appears to be a

Re: UPDATE: GNU make 4.4

2022-11-04 Thread Christian Weisgerber
Brad Smith: > Here is an update to GNU make 4.4. The included regression tests now show a number of failures. -- Christian "naddy" Weisgerber na...@mips.inka.de

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2022/11/04 12:39:08 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20221104

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 11:06:46 Modified files: print/cups : Makefile print/cups/pkg : README-main graphics/sane-backends: Makefile graphics/sane-backends/pkg: README Log

Re: [Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-04 Thread Benoit Lecocq
On 04/11/2022 10:18, Stefan Hagen wrote: Tracey Emery wrote (2022-11-02 20:47 CET): Hello ports, Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. Release notes:

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/11/04 09:05:10 Modified files: archivers/lrzip: Makefile archivers/lrzip/pkg: PLIST comms/lrzsz: Makefile comms/lrzsz/pkg: PLIST Log message: mark archivers/lrzip and

Re: Openbox py-xdg -> py3-xdg

2022-11-04 Thread Heppler, J. Scott
I ended up building rust, llvm and cmake but with one exception, your patches below worked. I added the closing quote in @@ -55,5 +54,7 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE} and deleted the \ and following line. I'm guessing your copy mouse-over was one character short? No issues

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/04 07:11:01 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_2 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 102.4.2. see

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/11/04 07:04:44 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 102.4.2. see

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/04 06:49:45 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update p5-Net-DNS-SEC to 1.20

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 06:35:08 Modified files: astro/stellarium: Makefile Log message: Add PORTROACH marker.

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 06:29:38 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-408.0.1.

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 06:07:17 Modified files: www/trac : Tag: OPENBSD_7_2 Makefile distinfo www/trac/pkg : Tag: OPENBSD_7_2 PLIST Removed files: www/trac/patches: Tag: OPENBSD_7_2

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 06:06:54 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Removed files: www/trac/patches: patch-trac_util_presentation_py Log message: update trac to

Re: rework "Avoid DT_SONAME hardcoding" faq section

2022-11-04 Thread Omar Polo
On 2022/11/04 11:33:43 +, Stuart Henderson wrote: > On 2022/11/04 11:38, Omar Polo wrote: > > While looking at one update recently i've seen one upstream disabling > > the soname on OpenBSD because of specialtopics.html; they just > > wanted to be nice I guess, but this reminded me of this

Re: rework "Avoid DT_SONAME hardcoding" faq section

2022-11-04 Thread Stuart Henderson
On 2022/11/04 11:38, Omar Polo wrote: > While looking at one update recently i've seen one upstream disabling > the soname on OpenBSD because of specialtopics.html; they just > wanted to be nice I guess, but this reminded me of this section of > the faqs. Is it still the case to advise people to

Re: Package collisions

2022-11-04 Thread Omar Polo
On 2022/10/06 17:54:37 +0200, Omar Polo wrote: > On 2022/10/06 14:58:42 +0100, Stuart Henderson wrote: > > On 2022/10/06 15:34, Omar Polo wrote: > > > On 2022/10/05 22:47:27 +0100, Stuart Henderson > > > wrote: > > > > I would rename bin/widget in p5-Tk-demo, I don't think that will cause > >

rework "Avoid DT_SONAME hardcoding" faq section

2022-11-04 Thread Omar Polo
While looking at one update recently i've seen one upstream disabling the soname on OpenBSD because of specialtopics.html; they just wanted to be nice I guess, but this reminded me of this section of the faqs. Is it still the case to advise people to actively drop the soname? A quick and totally

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 04:13:14 Modified files: print/libspectre: Makefile distinfo Log message: Update to libspectre-0.2.11.

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2022/11/04 04:01:05 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.35

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 03:28:14 Modified files: devel/iso-codes: Makefile devel/libgtop2 : Makefile net/gssdp : Makefile x11/libhandy : Makefile x11/xkbcommon :

Re: [Update] cad/kicad 6.0.7 -> 6.0.9

2022-11-04 Thread Stefan Hagen
Tracey Emery wrote (2022-11-02 20:47 CET): > Hello ports, > > Well, since no one cared about the 6.0.8 update, lets try the 6.0.9 one. > This brings kicad and friends from 6.0.7 to 6.0.9. Works fine on amd64. > > Release notes: https://www.kicad.org/blog/2022/10/KiCad-6.0.9-Release/ > > Ok?

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 03:14:24 Modified files: audio/rhythmbox: Makefile databases/evolution-data-server: Makefile devel/atk : Makefile devel/dconf: Makefile

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 03:07:49 Modified files: lang/php/7.4 : Tag: OPENBSD_7_2 Makefile distinfo lang/php/7.4/patches: Tag: OPENBSD_7_2 patch-ext_gd_gd_c Log message: update to php-7.4.33

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 03:05:53 Modified files: lang/php/7.4 : Makefile distinfo lang/php/7.4/patches: patch-ext_gd_gd_c Log message: update to php-7.4.33

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 03:04:28 Modified files: mail/rspamd: Makefile distinfo mail/rspamd/patches: patch-src_CMakeLists_txt Removed files: mail/rspamd/patches: patch-lualib_lua_mime_lua

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2022/11/04 03:03:58 Modified files: lang/clojure : Makefile distinfo Log message: update clojure to 1.11.1.1189 - TDEPS-233 bash script fixes from stale jar check changes - Add some missing items on

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/11/04 02:49:23 Modified files: x11/gnome : Makefile.inc x11/gnome/accerciser: Makefile x11/gnome/adwaita-icon-theme: Makefile x11/gnome/aisleriot: Makefile

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 02:34:56 Modified files: textproc/jo: Makefile distinfo Log message: update to jo-1.9

CVS: cvs.openbsd.org: ports

2022-11-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2022/11/04 02:31:16 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.10.2

Re: pcre2: newline any => anycrlf

2022-11-04 Thread YASUOKA Masahiko
Hi, On Fri, 04 Nov 2022 00:13:20 +0100 Jeremie Courreges-Anglas wrote: > On Thu, Nov 03 2022, Christian Weisgerber wrote: >> YASUOKA Masahiko: >> >>> Currently pcre2 is configured with "--enable-newline-is-any". >>> I think we should change it to --enable-newline-is-anycrlf to avoid the >>>

Re: [powerpc64 rust] unbreak sysutils/broot

2022-11-04 Thread Landry Breuil
Le Thu, Nov 03, 2022 at 03:53:14PM -0400, George Koehler a écrit : > Hi, I want someone who knows rust to check this. > > I had never used broot, but built it for powerpc64 to check that rustc > is working. Because powerpc64 is big-endian, the build failed, > > --> >