Re: update Vulkan ports to latest sdk 1.3.224.1

2022-08-29 Thread Jonathan Gray
On Mon, Aug 29, 2022 at 10:00:54PM +1000, Jonathan Gray wrote: > On Fri, Aug 26, 2022 at 10:03:12PM -0400, Thomas Frohwein wrote: > > Hi, > > > > Here is an update to the latest Vulkan SDK 1.3.224.1, along with > > glslang to 11.11.0. Tested here on my Intel Tigerlake setup without > > regressions

Re: pinentry update to 1.2.1

2022-08-29 Thread Rafael Sadowski
On Mon Aug 29, 2022 at 11:04:48PM +0200, Antoine Jacoutot wrote: > Hi. > > This updates security/pinentry to version 1.2.1. > > NEWS: > * qt: Support building with Qt 5.9. [T5592] > * curses: Handle an error at curses initialization. [T5623] > * curses: Specify fg/bg when an extention of Ncu

PERMIT_* Audit

2022-08-29 Thread William Rusnack
I have been learning about ports and found a number of strange values in the make files for PERMIT_PACKAGE and PERMIT_DISTFILES. Some of the interesting values were: stupid license unclear license incomplete/bad license yEs I have included my commands to find these ``` # Finds all the Makefiles

Re: [update] net/snort 2.9.20

2022-08-29 Thread Markus Lude
On Wed, Aug 24, 2022 at 03:15:49PM +0100, Stuart Henderson wrote: Hi, > commited, thanks. diff was against an old tree so hand-applied > rather than patch(1)'d. sorry for the additional work. I seem to have missed this. Unfortunately some additional change crept in. The PLIST entry of lib/snort

pinentry update to 1.2.1

2022-08-29 Thread Antoine Jacoutot
Hi. This updates security/pinentry to version 1.2.1. NEWS: * qt: Support building with Qt 5.9. [T5592] * curses: Handle an error at curses initialization. [T5623] * curses: Specify fg/bg when an extention of Ncurses is not available. * qt: Fix translation of context menu entries. [T5786]

Re: update: math/igraph to 0.9.9

2022-08-29 Thread Theo Buehler
On Wed, Aug 24, 2022 at 09:48:11AM +0200, Sebastien Marie wrote: > On Mon, Aug 15, 2022 at 07:27:08AM +0200, Sebastien Marie wrote: > > Hi, > > > > The following diff update math/igraph to 0.9.9. > > > > I just enabled LTO which improves performance. It should be fine with > > compilers > > as

Re: UPDATE: Logstalgia-1.1.3

2022-08-29 Thread Gonzalo Rodriguez
ping On 8/17/22 09:15, Gonzalo L. Rodriguez wrote: Hello, Update for Logstalgia to 1.1.3: https://logstalgia.io/ OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v retrieving revisio

Fix boost 1.80.0 - Boost.Unordered containers are not in a valid state after moving

2022-08-29 Thread Rafael Sadowski
I think we should commit this fix from upstream. https://www.boost.org/users/history/version_1_80_0.html https://github.com/boostorg/unordered/issues/139 OK? Cheers, Rafael Index: Makefile === RCS file: /cvs/ports/devel/boost/Makefi

Re: UPDATE: multimedia/mlt7 (and remove multimedia/mlt)

2022-08-29 Thread Theo Buehler
On Mon, Aug 29, 2022 at 03:40:32PM +0200, Rafael Sadowski wrote: > On Fri Aug 19, 2022 at 07:30:44AM +0200, Rafael Sadowski wrote: > > On Thu Aug 18, 2022 at 11:36:20PM +0200, Theo Buehler wrote: > > > > > multimedia/webvfx > > > > > > > > good catch on that, but it seems dead upstream and there's

Re: UPDATE: multimedia/mlt7 (and remove multimedia/mlt)

2022-08-29 Thread Rafael Sadowski
On Fri Aug 19, 2022 at 07:30:44AM +0200, Rafael Sadowski wrote: > On Thu Aug 18, 2022 at 11:36:20PM +0200, Theo Buehler wrote: > > > > multimedia/webvfx > > > > > > good catch on that, but it seems dead upstream and there's no version > > > using mlt7. > > > > It was imported for shotcut. If it'

Re: vlc and RTLD_NOLOAD

2022-08-29 Thread Jeremie Courreges-Anglas
On Mon, Aug 29 2022, Antoine Jacoutot wrote: > Hi. > > Now that we have RTLD_NOLOAD, we should be able to remove this chunk. > OK? yup > Index: patches/patch-modules_access_v4l2_lib_c > === > RCS file: /cvs/ports/x11/vlc/patches/pat

Re: fs2open and RTLD_NOLOAD

2022-08-29 Thread Rafael Sadowski
On Mon Aug 29, 2022 at 02:15:40PM +0100, Stuart Henderson wrote: > On 2022/08/29 14:34, Antoine Jacoutot wrote: > > Hi. > > > > Now that we have RTLD_NOLOAD, we should be able to remove this patch. > > OK. Brad sent the same to thfr@ and cc'd me on the 20th so I think > that's a reasonable timeou

Re: fs2open and RTLD_NOLOAD

2022-08-29 Thread Stuart Henderson
On 2022/08/29 14:34, Antoine Jacoutot wrote: > Hi. > > Now that we have RTLD_NOLOAD, we should be able to remove this patch. OK. Brad sent the same to thfr@ and cc'd me on the 20th so I think that's a reasonable timeout. > Index: Makefile > ===

fs2open and RTLD_NOLOAD

2022-08-29 Thread Antoine Jacoutot
Hi. Now that we have RTLD_NOLOAD, we should be able to remove this patch. Index: Makefile === RCS file: /cvs/ports/games/fs2open/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile20 Aug 2022 06:27:04 -000

vlc and RTLD_NOLOAD

2022-08-29 Thread Antoine Jacoutot
Hi. Now that we have RTLD_NOLOAD, we should be able to remove this chunk. OK? Index: patches/patch-modules_access_v4l2_lib_c === RCS file: /cvs/ports/x11/vlc/patches/patch-modules_access_v4l2_lib_c,v retrieving revision 1.4 diff -u -

Re: UPDATE: security/gpgme

2022-08-29 Thread Stuart Henderson
On 2022/08/29 14:23, Rafael Sadowski wrote: > > Yes but I ran `make update-plist`: So don't do that? :) > > diff --git a/security/ruby-gpgme/Makefile b/security/ruby-gpgme/Makefile > index b35bc98e290..c616cf1e416 100644 > --- a/security/ruby-gpgme/Makefile > +++ b/security/ruby-gpgme/Makefile

Re: UPDATE: security/gpgme

2022-08-29 Thread Rafael Sadowski
On Mon Aug 29, 2022 at 01:19:59PM +0100, Stuart Henderson wrote: > On 2022/08/29 14:10, Rafael Sadowski wrote: > > > > I caught a victim. ruby-gpgme ruby30 and ruby31 packaged fine but not > > ruby27: > > > > Error: > > /usr/ports/pobj/gpgme-2.0.20-ruby27/fake-amd64-ruby27/usr/local/lib/ruby/gem

Re: UPDATE: security/gpgme

2022-08-29 Thread Stuart Henderson
On 2022/08/29 14:10, Rafael Sadowski wrote: > > I caught a victim. ruby-gpgme ruby30 and ruby31 packaged fine but not > ruby27: > > Error: > /usr/ports/pobj/gpgme-2.0.20-ruby27/fake-amd64-ruby27/usr/local/lib/ruby/gems/2.7/gems/gpgme-2.0.20/ports/archives/gpgme-1.12.0.tar.bz2 > does not exist >

Re: UPDATE: security/gpgme

2022-08-29 Thread Rafael Sadowski
On Sun Aug 28, 2022 at 11:13:15AM +0100, Stuart Henderson wrote: > On 2022/08/28 10:50, Rafael Sadowski wrote: > > Update gpgme to 1.18.0, OK? > > I have this in my tree but haven't got round to testing dependent ports yet > > > diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile > > i

Re: update Vulkan ports to latest sdk 1.3.224.1

2022-08-29 Thread Jonathan Gray
On Fri, Aug 26, 2022 at 10:03:12PM -0400, Thomas Frohwein wrote: > Hi, > > Here is an update to the latest Vulkan SDK 1.3.224.1, along with > glslang to 11.11.0. Tested here on my Intel Tigerlake setup without > regressions in vulkaninfo, vkcube, and vkquake. Also tested with > VK_INSTANCE_LAYERS=

Update github-cli to v2.14.7

2022-08-29 Thread Mikolaj Kucharski
Hi, >From https://github.com/cli/cli/releases it looks we are few months behind. This seems to be to include here: https://github.com/cli/cli/compare/v2.6.0...v2.14.7 I'm updating as I would like to be able to use `gh search issues` which current in ports tree cli doesn't support yet. Still tes