UPDATE: mpv

2022-11-20 Thread Brad Smith
Convert the port over to using Meson and add zimg support while here. Index: Makefile === RCS file: /home/cvs/ports/multimedia/mpv/Makefile,v retrieving revision 1.85 diff -u -p -u -p -r1.85 Makefile --- Makefile20 Nov 2022 07:22

[UPDATE} jgmenu-2.1 -> jgmenu-4.4.1

2022-11-20 Thread Heppler, J. Scott
The attached diff updates jgmenu. The update matches Debian testing and is one minor version beyond FreeBSD. This update add a fourth method of menu generation - apps. "apps" is an internal menu generator that duplicates the function of x11/menu-cache while being significantly faster. Builds/r

PATCH: gdk-pixbuf2 2.42.9

2022-11-20 Thread Kristaps Dzonsons
Hi, When using shotwell for full-frame (~40 MB) photos, recent updates caused import of said files to barf and not import with mysterious "Backing store not supported" errors in the log. Seems this error comes from gdk-pixbuf2, which passes hard constraints to libjpeg regarding memory usage.

UPDATE: net/neochat

2022-11-20 Thread Rafael Sadowski
Update neochat to 22.09. Test feedback and OK? Index: Makefile === RCS file: /cvs/ports/net/neochat/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile3 Sep 2022 05:55:48 - 1.11 +++ Makefile

Re: editors/neovim and devel/libvterm

2022-11-20 Thread Laurence Tratt
On Sun, Nov 20, 2022 at 01:17:55PM +, Stuart Henderson wrote: Hello Stuart, > This would need to be 0.3v0 to take EPOCH into account (otherwise > libvterm-20191009 matches). > > I don't object to listing a version spec, but I would simply not bother > with it here though. ports doesn't reall

Re: ports bootstraps [Re: UPDATE: lang/dmd 2.100.1 => 2.101.0]

2022-11-20 Thread Brian Callahan
Hi Stuart -- On 11/20/2022 7:13 AM, Stuart Henderson wrote: > > We might as well keep replacing the libs with copies from /usr/lib. > I don't see a downside and there are upsides because it will be > more resilient where a library has been changed in bsae due to new > requirements from the kernel

Re: [new] net/tut -- tui mastodon client

2022-11-20 Thread Stuart Henderson
On 2022/11/18 22:33, Omar Polo wrote: > Hello ports, > > I've been using this for a bit and i'm starting to really like it, I > just need to define a bright color scheme :) > > % pkg_info tut > Information for inst:tut-1.0.18 > > Comment: > TUI for Mastodon with vim inspired keys > > Descriptio

Re: editors/neovim and devel/libvterm

2022-11-20 Thread Stuart Henderson
On 2022/11/19 09:00, Laurence Tratt wrote: > On Fri, Nov 18, 2022 at 01:38:06PM -0700, Anthony J. Bentley wrote: > > Hello Anthony, > > > When a version number decreases like libvterm's does, the port needs to set > > EPOCH so the smaller number is considered newer. Without it package > > upgrade

Re: NEW: net/signond

2022-11-20 Thread Klemens Nanni
On Thu, Nov 10, 2022 at 09:32:14PM +0100, Rafael Sadowski wrote: > This time separate from the other accounts-sso attempt. Feedback, ok? > > Information for inst:signond-8.61 > > Comment: > SignOn Daemon (Qt) > > Description: > The SignOn daemon is a D-Bus service which performs user authenticat

Re: NEW: net/libaccounts-qt

2022-11-20 Thread Klemens Nanni
On Sun, Nov 20, 2022 at 11:55:21AM +, Klemens Nanni wrote: > On Fri, Nov 11, 2022 at 08:14:09AM +0100, Rafael Sadowski wrote: > > On Thu Nov 10, 2022 at 09:08:07PM +0100, Rafael Sadowski wrote: > > > Another try to import libaccounts-qt. This time seperate from the other > > > accounts-sso stuf

Re: "Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Stuart Henderson
On 2022/11/20 11:13, Wolfram Regen wrote: > After upgrading to OpenBSD 7.2, meld cannot be started and gives the > error message "Meld requires Gtk+ 3.20 or higher." > > Output of "pkg_info |grep ^gtk": > > gtk+3-3.24.34 multi-platform graphical toolkit > gtk+3-cups-3.24.34p0 gtk+3 CUPS print bac

ports bootstraps [Re: UPDATE: lang/dmd 2.100.1 => 2.101.0]

2022-11-20 Thread Stuart Henderson
On 2022/11/20 05:45, Brian Callahan wrote: > Hi ports -- > > Here is the update to DMD hinted at in my previous email updating LDC. > Changelog is here: https://github.com/dlang/dmd/compare/v2.100.1...v2.101.0 > > There were some big changes to the build system, hence some unavoidable > churn in

Re: NEW: net/libaccounts-qt

2022-11-20 Thread Klemens Nanni
On Fri, Nov 11, 2022 at 08:14:09AM +0100, Rafael Sadowski wrote: > On Thu Nov 10, 2022 at 09:08:07PM +0100, Rafael Sadowski wrote: > > Another try to import libaccounts-qt. This time seperate from the other > > accounts-sso stuff. Feedback, ok? > > > > Information for inst:libaccounts-qt-1.16 > >

Re: "Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Antoine Jacoutot
On Sun, Nov 20, 2022 at 11:13:41AM +, Wolfram Regen wrote: > After upgrading to OpenBSD 7.2, meld cannot be started and gives the > error message "Meld requires Gtk+ 3.20 or higher." > > Output of "pkg_info |grep ^gtk": > > gtk+3-3.24.34 multi-platform graphical toolkit > gtk+3-cups-3.24.34p0

"Meld requires Gtk+ 3.20 or higher."

2022-11-20 Thread Wolfram Regen
After upgrading to OpenBSD 7.2, meld cannot be started and gives the error message "Meld requires Gtk+ 3.20 or higher." Output of "pkg_info |grep ^gtk": gtk+3-3.24.34 multi-platform graphical toolkit gtk+3-cups-3.24.34p0 gtk+3 CUPS print backend gtk+4-4.8.1 multi-platform graphical toolkit gtk-up

UPDATE: sysutils/docker-cli

2022-11-20 Thread Rafael Sadowski
Simple update to the latest upstream version. OK? Index: Makefile === RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile --- Makefile9 Oct 2022 19:02:35 - 1.8 +++