CVS: cvs.openbsd.org: ports

2023-01-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/01/05 00:37:04 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo Log message: x11/xfce4/libxfce4ui: update to 4.18.1 see https://mail.xfce.org/pipermail/xfce-announce/2023-January/001218.html

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/01/05 00:14:45 Modified files: graphics/lcms2 : Makefile distinfo Log message: graphics/lcms2: update to 2.14. see https://github.com/mm2/Little-CMS/releases/tag/lcms2.14 &

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread SASANO Takayoshi
Hi, > Unless installed in a way to make it hard to pick up accidentally (e.g. > a non-standard directory, which has its own problems) I expect the > amount of work needed to cope with this in the rest of the ports tree > is likely to be quite a lot more than that needed to port a couple of >

Re: UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-04 Thread Ashlen
Updated a couple of things. - Use '&&' instead of ';' so that sed only executes after a successful cd. - Needed to patch version string in src/luasocket.h, I guess I left that out for some reason. - Add TEST_DEPENDS so that make test only works if net/luasocket is installed. Is this OK? Any

Re: NEW: video libs libyuv and libwebm (requirements for adding hlvideo to hashlink)

2023-01-04 Thread Thomas Frohwein
On Wed, Jan 04, 2023 at 04:32:39PM -0500, Thomas Frohwein wrote: > Hi, > > Two ports attached - both are for video processing/playback. I'm bringing > them up because they are dependencies for hlvideo [1], a library which I > would like to add to lang/hashlink as it allows running the DLC for >

Avoid rubygems upgrade nag message in Ruby 3.2 rubygems

2023-01-04 Thread Jeremy Evans
This disables messages like this when trying to install a gem: A new release of RubyGems is available: 3.4.1 - 3.4.2! Run `gem update --system 3.4.2` to update your installation. I'll be committing this in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile

net/qbittorrent: drop autoconf patch, use saner cmake

2023-01-04 Thread Klemens Nanni
(this needs the python.port.mk diff I just sent.) cmake gets the PREFIX stuff right and, imho, is easier to work with. Qt5Svg is always REQUIRED in the global cmake file but only used in src/app/ for Windows and macOS, so make it a build dep. With cmake the dbus support bits are under 'if

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/01/04 14:38:01 Modified files: security/openssl-ruby-tests: Makefile distinfo security/openssl-ruby-tests/pkg: PLIST Log message: Update to openssl-ruby-tests 20230104

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/04 14:33:43 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-configure patch-meson_build

NEW: video libs libyuv and libwebm (requirements for adding hlvideo to hashlink)

2023-01-04 Thread Thomas Frohwein
Hi, Two ports attached - both are for video processing/playback. I'm bringing them up because they are dependencies for hlvideo [1], a library which I would like to add to lang/hashlink as it allows running the DLC for Northgard, "Cross of Vidar". The libraries may be useful for other purposes in

python-module: only set do-* targets if MODPY_*DEP is true

2023-01-04 Thread Klemens Nanni
net/qbittorrent uses python with MODPY_BUILDDEP=No MODPY_TESTDEP=No. I've switched it to cmake and the way its Makefile.inc is now means that lang/python comes before devel/cmake in MODULES. I expected this to work without further tweaks since python is just RDEP but turns out the module still

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2023/01/04 14:19:29 Modified files: net/tailscale : Makefile distinfo modules.inc Log message: Update tailscale to 1.34.2

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/01/04 13:40:47 Modified files: lang/hashlink : Makefile distinfo lang/hashlink/patches: patch-Makefile patch-src_hl_h patch-src_std_thread_c Log message:

Re: Okular bug

2023-01-04 Thread Rafael Sadowski
On Fri Sep 16, 2022 at 11:48:38AM -0300, Gabriel Busch de Brito wrote: > Hello, > > I encountered a bug on okular-22.08.0: > Every time I try to save a pdf document after adding some sort of > annotation, the programm exits without saving the file, and reporting > the following error: > >

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/01/04 13:35:52 Modified files: devel/kf5/kio : Makefile Added files: devel/kf5/kio/patches: patch-src_core_slave_cpp Log message: Disable threads kio_file support for now. It's

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/01/04 13:01:51 Modified files: net/qbittorrent/qbittorrent: Makefile net/qbittorrent/qbittorrent-nox: Makefile Removed files: net/qbittorrent/qbittorrent/patches: patch-configure_ac

Re: net/qbittorrent: drop openssl version patch

2023-01-04 Thread Klemens Nanni
04.01.2023 19:52, Theo Buehler пишет: > LibreSSL's pkgconfig used to announce version 1.0.0. This was bumped to > 2.0.0 nearly a year ago in lib/libcrypto/generate_pkgconfig.sh r1.4 to > avoid such patches. There are surely a few more diffs left in the ports > tree that are no longer needed. I

Re: net/qbittorrent: drop openssl version patch

2023-01-04 Thread Theo Buehler
On Wed, Jan 04, 2023 at 07:47:09PM +, Klemens Nanni wrote: > Not sure why this was needed during import, but these days it detects > and builds just fine against LibreSSL. > -- [openssl >= 1.1.1], > -+ [openssl >= 1.0.0], LibreSSL's pkgconfig used to

net/qbittorrent: drop openssl version patch

2023-01-04 Thread Klemens Nanni
Not sure why this was needed during import, but these days it detects and builds just fine against LibreSSL. No WANTLIB or PLIST change, works as before; bump REVISION to be clear. Feedback? OK? Index: qbittorrent/Makefile === RCS

Re: rpi4 ffmpeg core dumps

2023-01-04 Thread Jan Stary
On Jan 04 15:52:47, s...@spacehopper.org wrote: > On 2023/01/04 16:22, Jan Stary wrote: > > Hi, > > > > > My old pcengines box died and I had a rpi4 around that I spun up to > > > replace > > > it with as my network router/play machine. > > > > > > The rpi4 is working fantastic except for one

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/01/04 10:29:59 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: distinfo x11/kde-plasma/breeze-grub: distinfo x11/kde-plasma/breeze-gtk: Makefile

Re: x11/papirus-icon-theme: update to 20221201

2023-01-04 Thread Omar Polo
Hello, On 2023/01/04 14:10:09 +0100, David Demelier wrote: > Hi, > > Just an update to 20221201. The patch was mangled and didn't apply. However it was easy, I bumped the version and updated the plist. Committed, thanks!

Re: AM_ICONV

2023-01-04 Thread Dima Pasechnik
This means that it would actually suffice to install gnulib's iconv module, IIRC. https://lists.gnu.org/archive/html/bug-autoconf/2021-01/msg00036.html HTH, Dima On 4 January 2023 10:56:13 WET, Jan Stary wrote: >On Jan 04 10:17:08, s...@spacehopper.org wrote: >> That comes from iconv.m4 in

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Omar Polo
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/01/04 10:06:51 Modified files: x11/papirus-icon-theme: Makefile distinfo x11/papirus-icon-theme/pkg: PLIST Log message: update x11/papirus-icon-theme to 20221201 based on a diff from David

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/04 10:06:33 Modified files: lang/node : Makefile lang/node/patches: patch-deps_v8_src_base_atomicops_h Log message: build fix for node on !LP64; from Volker Schlecht (maintainer)

Re: [UPDATE] lang/node 18.12.1

2023-01-04 Thread Volker Schlecht
With the attached patch, node builds and works for me on my freshly dedicated i386 build machine and on amd64. On 1/4/23 07:26, Barry K. Nathan wrote: On Tue, Jan 3, 2023 at 4:20 PM Volker Schlecht wrote: Looping in Barry since he reportedly had the build working on i386, in the hope that

Re: Error when packaging neovim-0.8.2

2023-01-04 Thread Stuart Henderson
On 2023/01/04 17:35, Laurent Cheylus wrote: > Hi Stuart, > > Le 2023-01-04 17:03, Stuart Henderson a écrit : > > Ports is getting confused between the version in mystuff/ and the main > > ports tree. You can set the priority order in PORTSDIR_PATH (either in > > mk.conf or the command line) but

Re: Error when packaging neovim-0.8.2

2023-01-04 Thread Laurent Cheylus
Hi Stuart, Le 2023-01-04 17:03, Stuart Henderson a écrit : Ports is getting confused between the version in mystuff/ and the main ports tree. You can set the priority order in PORTSDIR_PATH (either in mk.conf or the command line) but it's perhaps easier to edit the port in the main tree (if you

Re: Error when packaging neovim-0.8.2

2023-01-04 Thread Stuart Henderson
On 2023/01/04 16:58, Laurent Cheylus wrote: > Hi, > > I'm trying to update editors/neovim port with the latest version 0.8.2. > > Build on current/amd64 is OK but I have an error with make package : > > $ make package > `/usr/obj/ports/neovim-0.8.2/fake-amd64/.fake_done' is up to date. >

Re: Error when packaging neovim-0.8.2

2023-01-04 Thread Edd Barrett
Hi, I'm not at a computer for a few days, but sounds like some part of the port is still referencing the old neovim version. 4 Jan 2023 16:58:14 Laurent Cheylus : > Hi, > > I'm trying to update editors/neovim port with the latest version 0.8.2. > > Build on current/amd64 is OK but I have an

Error when packaging neovim-0.8.2

2023-01-04 Thread Laurent Cheylus
Hi, I'm trying to update editors/neovim port with the latest version 0.8.2. Build on current/amd64 is OK but I have an error with make package : $ make package `/usr/obj/ports/neovim-0.8.2/fake-amd64/.fake_done' is up to date. Reading existing plist for neovim-0.8.2 Writing

Re: rpi4 ffmpeg core dumps

2023-01-04 Thread Stuart Henderson
On 2023/01/04 16:22, Jan Stary wrote: > Hi, > > > My old pcengines box died and I had a rpi4 around that I spun up to replace > > it with as my network router/play machine. > > > > The rpi4 is working fantastic except for one thing: > > > > I have a webcam that I'm capturing images using

Re: rpi4 ffmpeg core dumps

2023-01-04 Thread Jan Stary
Hi, > My old pcengines box died and I had a rpi4 around that I spun up to replace > it with as my network router/play machine. > > The rpi4 is working fantastic except for one thing: > > I have a webcam that I'm capturing images using fswebcam and those scripts > all work perfectly. > > I try

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread Stuart Henderson
I'm worried that a lot of other ports will pick this up if installed. 'grep -wiR alsa' over build logs suggests it's in the order of a hundred ports - apart from the problem of missing deps, we don't want it taking priority over native sndio support in applications. Unless installed in a way to

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/01/04 07:36:03 Modified files: games/hlsteam : distinfo Log message: missed to update the distinfo filename to pl1, found by aja@

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2023/01/04 07:25:05 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread SASANO Takayoshi
Hello, > SHARED_LIBS = asound 0.0 # 2.0 > SHARED_LIBS += atopology 0.0 # 2.0 I will fix them before commit. > with that fixed the port looks fine to me, and builds fine too. What > I don't know is how it's supposed to be used. Is it needed to port

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2023/01/04 05:56:12 Modified files: mail/p5-Email-Date-Format: Makefile distinfo Log message: Update to p5-Email-Date-Format-1.007.

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/04 05:05:19 Modified files: devel/spidermonkey102/patches: patch-third_party_rust_cc_src_lib_rs Removed files: devel/spidermonkey102/patches:

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2023/01/04 05:04:20 Modified files: x11/gnome/librsvg/patches: patch-vendor_cfg-expr_src_targets_builtins_rs Log message: lang/rust riscv64 target name changed, adapt

Re: AM_ICONV

2023-01-04 Thread Jan Stary
On Jan 04 10:17:08, s...@spacehopper.org wrote: > That comes from iconv.m4 in gettext-tools. IIRC it only needs to be > installed and you don't need to do anything special to tell automake to find > it. Yes, that was it - thank you. While here: $ env AUTOCONF_VERSION=2.71 AUTOMAKE_VERSION=1.16

Re: AM_ICONV

2023-01-04 Thread Stuart Henderson
That comes from iconv.m4 in gettext-tools. IIRC it only needs to be installed and you don't need to do anything special to tell automake to find it. -- Sent from a phone, apologies for poor formatting. On 4 January 2023 07:52:55 Jan Stary wrote: Some third party software, e.g. wavpack,

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread Omar Polo
On 2023/01/04 16:48:05 +0900, SASANO Takayoshi wrote: > Hello, > > - patch for configure.ac is simplified by your idea. > (new diff is also posted to github) thanks! > - warning of pcm.c is fixed, but I use (long)status->x.tv_sec cast > because of other printf() uses same thing. no %ld

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/01/04 03:02:31 Modified files: devel/ipython : Makefile distinfo devel/ipython/patches: patch-IPython_core_tests_test_interactiveshell_py

Re: NEW: math/labplot

2023-01-04 Thread Klemens Nanni
27.12.2022 14:58, Rafael Sadowski пишет: > Hi ports, > > this is a port for labplot 2.9.0, a KDE data visualization and analysis > software. > > Comment: > data visualization and analysis software > > Description: > LabPlot is a program for two- and three-dimensional graphical presentation of >

Re: CVS: cvs.openbsd.org: ports

2023-01-04 Thread Antoine Jacoutot
On Tue, Jan 03, 2023 at 08:05:36PM -0700, Thomas Frohwein wrote: > CVSROOT: /cvs > Module name: ports > Changes by: t...@cvs.openbsd.org2023/01/03 20:05:36 > > Modified files: > games/hlsteam : Makefile distinfo > games/hlsteam/patches: patch-Makefile >

CVS: cvs.openbsd.org: ports

2023-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/01/04 01:01:09 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-43.1.