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 > appli

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 f

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 > No

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 (LINUX

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 set

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: > > kf.kio.

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 thin

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 announce

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 f

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 th

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 get

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 he

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 it

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. > Reading

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 e

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 /usr/obj/ports/neovi

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 fswebca

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 t

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 ma

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

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 a

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, use

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

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 >