AM_ICONV

2023-01-03 Thread Jan Stary
Some third party software, e.g. wavpack, uses AM_ICONV in its configure.ac when building from git. (I know we have a port that already comes with ./configure, so this problem does not occur there.) I do have automake and the rest installed, but autogen.sh complains that autoreconf-2.71: export

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

2023-01-03 Thread SASANO Takayoshi
Hello, - patch for configure.ac is simplified by your idea. (new diff is also posted to github) - warning of pcm.c is fixed, but I use (long)status->x.tv_sec cast because of other printf() uses same thing. no %ld -> %lld format change. - add comment before NO_TEST ok? -- SASANO Takayosh

Re: NEW: editors/calligraplan

2023-01-03 Thread Rafael Sadowski
On Tue Dec 27, 2022 at 01:33:36PM +0100, Rafael Sadowski wrote: > The story is short: once calligraplan was part of editors/calligra, so I > added a @conflict calligra-<3.2.0 to PLIST. Nothing else special. > > OK to import? > > Information for inst:calligraplan-3.3.0 > > Comment: > KDE Calligra

Re: NEW: math/labplot

2023-01-03 Thread Rafael Sadowski
On Tue Dec 27, 2022 at 11:59:41AM +0100, Rafael Sadowski wrote: > On Tue Dec 27, 2022 at 11:58:11AM +0100, Rafael Sadowski wrote: > > Hi ports, > > > > this is a port for labplot 2.9.0, a KDE data visualization and analysis > > software. > > > > Comment: > > data visualization and analysis softwa

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Barry K. Nathan
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 can remember the missing puzzle piece. I'll look at this when I get a chance, but that may not be until the weekend, unfortunately. (In addition to o

Re: UPDATE: handbrake 1.6.0

2023-01-03 Thread Brian Callahan
On 1/1/2023 2:03 AM, Brad Smith wrote: > Here is an update to HandBrake 1.6.0. > > I did a bit of cleaning up after upstreaming the local patches. > > https://github.com/HandBrake/HandBrake/releases/tag/1.6.0 > > Thanks Brad. I will review/commit once I am home this weekend. ~Brian

UPDATE net/luasocket 3.0rc1p1 -> 3.1.0

2023-01-03 Thread Ashlen
Hey, this is my first diff to the ports tree. How does this look? I don't program in Lua (yet), but I followed the porting guide and from what I can tell, this seems alright. Some quick notes: - HOMEPAGE and GH_ACCOUNT changed. - The do-install hook is changed to a post-install hook because it h

Re: [patch] neomutt

2023-01-03 Thread Jon Fineman
On Tue, Jan 03, 2023 at 11:56:16PM +, Stuart Henderson wrote: On 2023/01/04 00:06, Theo Buehler wrote: On Tue, Jan 03, 2023 at 05:36:24PM -0500, Jon Fineman wrote: > I was thinking of this one. Sorry if I have folks confused. I can't find it > in CVS due to the file rename. So I have include

Re: UPDATE: arm-compute-library 22.11

2023-01-03 Thread Kevin Lo
I'm going to commit it today later if there's no objection, thanks. On Tue, Dec 27, 2022 at 10:15:13AM +0800, Kevin Lo wrote: > > Ping? > > On Sun, Dec 18, 2022 at 06:48:09PM +0800, Kevin Lo wrote: > > > > Hi, > > > > This updates arm-compute-library to 22.11. Changes are listed here > > http

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Volker Schlecht
Looping in Barry since he reportedly had the build working on i386, in the hope that he can remember the missing puzzle piece. The patch in www/chromium is against a very different version of v8, so I don't think that'll be much help here. My next best guess would be to patch in #if !defined

Re: [patch] neomutt

2023-01-03 Thread Stuart Henderson
On 2023/01/04 00:06, Theo Buehler wrote: > On Tue, Jan 03, 2023 at 05:36:24PM -0500, Jon Fineman wrote: > > I was thinking of this one. Sorry if I have folks confused. I can't find it > > in CVS due to the file rename. So I have included the git link. > > > >

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Stuart Henderson
On 2023/01/03 21:04, Volker Schlecht wrote: > I think I lost Barry K. Nathan's patch somehow. > Does that fix the build? > > Still works on amd64 with that one. > > > > On 1/3/23 13:18, Stuart Henderson wrote: > > On 2023/01/03 11:31, Stuart Henderson wrote: > > > FYI, this was broken on i386,

Re: [patch] neomutt

2023-01-03 Thread Theo Buehler
On Tue, Jan 03, 2023 at 05:36:24PM -0500, Jon Fineman wrote: > I was thinking of this one. Sorry if I have folks confused. I can't find it > in CVS due to the file rename. So I have included the git link. > > That

Re: [patch] neomutt

2023-01-03 Thread Jon Fineman
I was thinking of this one. Sorry if I have folks confused. I can't find it in CVS due to the file rename. So I have included the git link. On Tue, Jan 03, 2023 at 11:18:01PM +0100, Theo Buehler wrote: I am CC

Re: [patch] neomutt

2023-01-03 Thread Theo Buehler
> I am CC'ing tb as they touched this patch last. I never touched neomutt.

[patch] neomutt

2023-01-03 Thread Jon Fineman
I built upstream neomutt with gpgme sasl notmuch options and ports neomutt FLAVOR (gpgme sasl notmuch) without any patches. Both linked and launched without any issues. I did a cursory run through of neomutt/Notmuch and neomutt/IMAP and they looked fine. The one patch looks like it is exposing

Re: [update] x11/polybar 3.6.3

2023-01-03 Thread Volker Schlecht
FWIW it works for me ;-) On 1/3/23 13:38, Stuart Henderson wrote: On 2022/12/28 21:58, Volker Schlecht wrote: Your BUILD_DEPENDS line looks off with the commented backslash. Ugh. Yes, a leftover from me building it with i3-gaps installed and running instead of i3. Fix attached. Also, in y

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Volker Schlecht
I think I lost Barry K. Nathan's patch somehow. Does that fix the build? Still works on amd64 with that one. On 1/3/23 13:18, Stuart Henderson wrote: On 2023/01/03 11:31, Stuart Henderson wrote: FYI, this was broken on i386, and probably any non-LP64 arch. I have now synced patch-deps_v8_src

Re: sysutils/findlib add missing build dependency

2023-01-03 Thread Volker Schlecht
On 1/3/23 13:57, Stuart Henderson wrote: On 2022/12/30 11:22, Volker Schlecht wrote: Findlib needs devel/ocamlbuild AFAICT It has built OK without it during a _lot_ of bulk builds by now.. Sure, but if I do make clean build without ocamlbuild, I get: [...] ocamlc -I +compiler-libs -a -o

Re: UPDATE: libvips

2023-01-03 Thread Stuart Henderson
On 2022/12/30 13:27, mgra...@brainfat.net wrote: > Thank you for the feedback. Here is an updated version of the patch. I > believe I have taken care of all the errors that were noted. > > I have had no luck with 'make port-lib-depends-check' or 'show-reverse-deps' > in > finding any other ports

Re: sysutils/findlib add missing build dependency

2023-01-03 Thread Stuart Henderson
On 2022/12/30 11:22, Volker Schlecht wrote: > Findlib needs devel/ocamlbuild AFAICT It has built OK without it during a _lot_ of bulk builds by now.. > Index: Makefile > === > RCS file: /cvs/ports/sysutils/findlib/Makefile,v > retrie

Re: [update] x11/polybar 3.6.3

2023-01-03 Thread Stuart Henderson
On 2022/12/28 21:58, Volker Schlecht wrote: > > > Your BUILD_DEPENDS line looks off with the commented backslash. > > Ugh. Yes, a leftover from me building it with i3-gaps installed and running > instead of i3. Fix attached. > > > Also, in your post-install, the rm shouldn’t be needed if you can

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Stuart Henderson
On 2023/01/03 11:31, Stuart Henderson wrote: > FYI, this was broken on i386, and probably any non-LP64 arch. > I have now synced patch-deps_v8_src_base_atomicops_h with the patch in > www/chromium which should fix it (retrying build now), that's the only > difference in that v8 patches between node

Re: hlsteam - new attempt at hashlink steam middleware library

2023-01-03 Thread Stuart Henderson
On 2023/01/01 21:32, Thomas Frohwein wrote: > Hi, > > This is an updated version of my original submission a year ago [1]. > I'm keeping it shorter this time - this does the same as the recently > committed libcsteamworks [2] for hashlink. This replaces the stub > library that is part of steamwork

Re: [UPDATE] lang/node 18.12.1

2023-01-03 Thread Stuart Henderson
FYI, this was broken on i386, and probably any non-LP64 arch. I have now synced patch-deps_v8_src_base_atomicops_h with the patch in www/chromium which should fix it (retrying build now), that's the only difference in that v8 patches between node and chromium. - Forwarded message from Stuart

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

2023-01-03 Thread Omar Polo
On 2023/01/03 11:25:23 +0900, SASANO Takayoshi wrote: > Hi, > > previous ports cannot support alsa-plugin due to libdl detection, > here is new ports with patch. (the patch is sent same as pull-request at > https://github.com/alsa-project/alsa-lib/pull/290 ) looked for curiosity; the patch for c