[remove-or-fix] x11/ion

2021-09-13 Thread Stefan Hagen
Hi, X11/ion is currently broken. With x11/notion, we have the successor of ion imported. Ion itself is unmaintained upstream since 2009. Can we remove it? If someone wants to keep it, the below diff makes it build again. (compiles, but untested) It was also missing nroff. Best regards,

Re: Warnings for %n in format strings

2021-09-13 Thread Theo Buehler
On Tue, Sep 07, 2021 at 09:10:39PM +0100, Stuart Henderson wrote: > > devel/libvstr The OpenBSD ports mailing-list > > I don't remember what libvstr was imported for originally but it's > unused in ports, I propose removing it Converting it to avoid %n will be a bit of work (18 files

math/mcl: fix for %n and -fno-common

2021-09-13 Thread Theo Buehler
This avoids the %n usage, switches HOMEPAGE and MASTER_SITES to https and adds a proper fix for -fno-common, as all common variables come from iface.[ch], so we can simply extern them in the header. Index: Makefile === RCS file:

Re: Teeworlds update - Teeworlds 0.7.5

2021-09-13 Thread Daniel Dickman
 > On Sep 12, 2021, at 10:23 AM, Stefan Hagen > wrote: > > Daniel Dickman wrote: On Sep 12, 2021, at 9:57 AM, Stefan Hagen wrote: >>> Stuart Henderson wrote: > On 2021/09/12 07:35, Daniel Dickman wrote: > Can take a look if no one beats me to it but one question below.

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M. Mariani
Thanks for the links Theo, I didn't know about those mirrors with the previous builds. Yep, the problem seems to lie with the boost update from 1.76 to 1.77. Using 1.76 works OK. On Mon, Sep 13, 2021 at 6:28 PM Theo Buehler wrote: > On Mon, Sep 13, 2021 at 05:55:51PM -0300, Elias M. Mariani

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2021/09/13 19:30:10 Modified files: devel/adb : Makefile Added files: devel/adb/patches: patch-adb_transport_c Log message: Remove %n from snprintf, replace w/ strlen. Suggestions & OK tb@.

update py-importlib-metadata to 4.8.1 (unbreak spyder3)

2021-09-13 Thread rgc
@ports py-keyring seems to require updated importlib-metadata quick and maybe dirty fix to update devel/importlib-metadata to latest. other consumers of importlib-metadata has not been tested (there is one other package which i don't use) Index: Makefile

neomutt Segmentation fault (core dumped)

2021-09-13 Thread Jon Fineman
I had only been using neomutt about 10 minutes. desktop(~)$: uname -a OpenBSD desktop 6.9 GENERIC.MP#4 amd64 desktop(~)$: desktop(~)$: egdb neomutt neomutt.core GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2021/09/13 17:01:59 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 20210910

Re: [new] devel/luarocks

2021-09-13 Thread Aaron Bieber
On Sun, Sep 12, 2021, at 6:52 AM, Omar Polo wrote: > > Aaron Bieber writes: > > > Omar Polo writes: > > > >> this time with the tarball... > >> > >> Omar Polo writes: > >> > >>> Omar Polo writes: > >>> > Hello ports, > > I wanted to play with lua and ended up needing

Re: update py-importlib-metadata to 4.8.1 (unbreak spyder3)

2021-09-13 Thread Kurt Mosiejczuk
On Tue, Sep 14, 2021 at 05:54:41AM +0900, rgc wrote: > @ports > py-keyring seems to require updated importlib-metadata > quick and maybe dirty fix to update devel/importlib-metadata to latest. other > consumers of importlib-metadata > has not been tested (there is one other package which i

Re: devel/adb remove snprintf %n

2021-09-13 Thread Jeremie Courreges-Anglas
On Sun, Sep 12 2021, Ian Darwin wrote: > This leaves one snprintf %n which is inside "#ifdef APPLE" and two > scanf(%n) which are all ignorable. > > tests/oks? I would suggest a simpler approach: > Index: Makefile > === > RCS file:

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Theo Buehler
On Mon, Sep 13, 2021 at 05:55:51PM -0300, Elias M. Mariani wrote: > I should add some more info: > - I tested this on amd64, qbittorrent 4.3.8 was working OK a week or so > ago. I just tested deluge because it uses the same libraries. > - Reproduce: pkg_add qbittorrent on -current, run

khal update 0.10.2 to 0.10.4

2021-09-13 Thread Marcus MERIGHI
Hello! This updates khal from 0.10.2 to 0.10.4. Only quickly tested, but running with from now on. (The "CHANGE for tab" helps a lot...) Changes: https://github.com/pimutils/khal/releases/tag/v0.10.4 DROPPED support for Python 3.5 CHANGE ikhal: tab (and shift tab) jump from the events back

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M. Mariani
I should add some more info: - I tested this on amd64, qbittorrent 4.3.8 was working OK a week or so ago. I just tested deluge because it uses the same libraries. - Reproduce: pkg_add qbittorrent on -current, run qbittorrent. The same applies for deluge. I tested both in a vanilla -current machine

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/09/13 14:52:10 Modified files: devel : Makefile Log message: +cargo-audit

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/09/13 14:51:37 Log message: Import cargo-audit - a tool to audit Cargo.lock files for security vulnerabilities. Thanks to tb@ for the path, master vs main tweaks and OK!! Status:

[BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M . Mariani
net/qbittorrent and net/deluge are broken (at least on amd64). Both are using net/libtorrent-rasterbar and devel/boost. I'm guessing that this is the fallout from some change on the system libraries or caused by the devel/boost update. I'm adding the backtrace frdsdsdom gdb for both to see if

sysutils/bat: fix build on i386

2021-09-13 Thread Theo Buehler
sysconf returns a long which is an i32 on ILP32 architectures. Add a cast which is a noop on LP64 architectures; the overflow of an u32 in this check can't happen on ILP32 anyway. Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/09/13 14:11:12 ports/sysutils/bat/patches Update of /cvs/ports/sysutils/bat/patches In directory cvs.openbsd.org:/tmp/cvs-serv50247/patches Log Message: Directory /cvs/ports/sysutils/bat/patches added to the

net/epic5 new port

2021-09-13 Thread Mikhail
Extremely customizable IRC client, evolution of net/epic4. epic5.tar.gz Description: application/tar-gz

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2021/09/13 13:51:30 Modified files: games/odamex : Makefile distinfo games/odamex/patches: patch-odalaunch_CMakeLists_txt Log message: games/odamex: simple update to 0.9.5 to fix a security

Re: powerpc bulk build report

2021-09-13 Thread Charlene Wendling
Hi, On Thu, 9 Sep 2021 22:27:27 +0200 Alexander Bluhm wrote: > On Thu, Sep 09, 2021 at 08:56:52AM -0600, c...@openbsd.org wrote: > > http://build-failures.rhaalovely.net/powerpc/2021-08-21/misc/open62541,ns0_full.log > > /usr/obj/ports/open62541-1.0.6-ns0_full/bin/cc ... >

net/epic4 update

2021-09-13 Thread Mikhail
Hello, this is update for net/epic4 port from 2.10.5 to 2.10.10. patch-include_irc_h and patch-source_irc_c were incorporated upstream and should be rm'ed diff --git a/net/epic4/Makefile b/net/epic4/Makefile index 4fab14b1dc7..9b8e93e3448 100644 --- a/net/epic4/Makefile +++ b/net/epic4/Makefile

Re: lang/ghc

2021-09-13 Thread Matthias Kilian
On Mon, Sep 13, 2021 at 09:49:03AM +0200, Matthias Kilian wrote: > New diff, where I only changed the debug stuff (and introduced a > new typedef for it). The reason I didn't touch the other message > printing functions is that they call printf(3)-like functions several > times and don't do any

math/yorick vs %n

2021-09-13 Thread Theo Buehler
There's a few more %n in this code, but as far as I can see, they're all fed into *scanf or into that complicated thing called YError(). I cannot tell for sure that this latter will not end up in a *printf()... Index: Makefile ===

[new] net/telescope -- multi-protocol browser

2021-09-13 Thread Omar Polo
Hello ports@ I've been keeping this into mystuff for a while because I was unsure if it would be interesting for a wider audience (it's hard to guess how "useful" something is when you're the author; for me it's useful indeed!) Given that's already available on other repositories and that I'm

Re: CVS: cvs.openbsd.org: ports

2021-09-13 Thread Antoine Jacoutot
Prodded by sthen who came up with the same diff. — Antoine > On 13 Sep 2021, at 18:36, Antoine Jacoutot wrote: > > CVSROOT:/cvs > Module name:ports > Changes by:ajacou...@cvs.openbsd.org2021/09/13 10:36:16 > > Modified files: >graphics/gegl04: Makefile > > Log message:

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2021/09/13 11:06:45 Modified files: net/swirc : Makefile distinfo net/swirc/pkg : PLIST Log message: Update to swirc-3.3.1 Diff from author and maintainer, thanks!

[UPDATE] fonts/doulous to 6.001

2021-09-13 Thread George Rosamond
Diff attached. As above, PLIST change plus dropped REVISION. Thanks GeorgeIndex: Makefile === RCS file: /cvs/ports/fonts/doulos/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 12 Jul 2019 20:46:11 -

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/09/13 10:36:16 Modified files: graphics/gegl04: Makefile Log message: Explicitely configure with -Ddocs=false to prevent asciidoc from being picked up then junked by dpb(1).

Re: [UPDATE] fonts/doulous to 6.001

2021-09-13 Thread George Rosamond
Correct diff attached. It's doulos not doulous. George On 9/13/21 12:18, George Rosamond wrote: Diff attached. As above, PLIST change plus dropped REVISION. Thanks GeorgeIndex: Makefile === RCS file:

[UPDATE] fonts/charis to 6.001

2021-09-13 Thread George Rosamond
Diff attached. PLIST change and REVISION dropped. GeorgeIndex: Makefile === RCS file: /cvs/ports/fonts/charis/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 12 Jul 2019 20:46:11 - 1.7 +++ Makefile 13

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/09/13 10:31:09 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_jit_ExecutableAllocator_cpp Log

[UPDATE] fonts/stixfonts to 2.13b171

2021-09-13 Thread George Rosamond
Diff attached. REVISION dropped. Added TTF fonts. GeorgeIndex: Makefile === RCS file: /cvs/ports/fonts/stixfonts/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 25 May 2020 03:40:08 - 1.2 +++ Makefile

[UPDATE} fonts/andika to 6.001

2021-09-13 Thread George Rosamond
Diff attached. some PLIST changes and dropped REVISION. GeorgeIndex: Makefile === RCS file: /cvs/ports/fonts/andika/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 12 Jul 2019 20:46:10 - 1.8 +++

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 09:40:02 Modified files: infrastructure/mk: bsd.port.mk Log message: extend the existing bsd.port.mk "poisoning" to detect use of executables from gettext, to add a few more gettext scripts

Re: extend bsd.port.mk poisoning from gettext-tools

2021-09-13 Thread Marc Espie
On Mon, Sep 13, 2021 at 05:17:16PM +0200, Christian Weisgerber wrote: > Stuart Henderson: > > > I have been running bulks with this for ages and forgotten about it > > until it actually triggered today. It extends the gettext-tools > > poisoning to a few more scripts, and adds the same for

Re: extend bsd.port.mk poisoning from gettext-tools

2021-09-13 Thread Christian Weisgerber
Stuart Henderson: > I have been running bulks with this for ages and forgotten about it > until it actually triggered today. It extends the gettext-tools > poisoning to a few more scripts, and adds the same for asciidoc, > making hidden dependencies more obvious. I'm fine with the gettext-tools

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/09/13 09:19:44 Modified files: net/headscale : Makefile distinfo Log message: Update headscale to 0.8.0

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/09/13 09:19:24 Modified files: devel/sqlc : Makefile distinfo modules.inc Log message: Update sqlc to 1.10.0

Re: The Neovim and LuaJIT saga (was [New] devel/luaffi)

2021-09-13 Thread Edd Barrett
Hi Stuart, On Mon, Sep 13, 2021 at 03:57:00PM +0100, Stuart Henderson wrote: > On 2021/09/13 12:23, Edd Barrett wrote: > > - Therefore, Neovim upstream uses a hard-coded LuaJIT commit and > >statically embeds. > > Which branch does it take this from? I had a quick look at their repo > but I

Re: The Neovim and LuaJIT saga (was [New] devel/luaffi)

2021-09-13 Thread Stuart Henderson
On 2021/09/13 12:23, Edd Barrett wrote: > - Therefore, Neovim upstream uses a hard-coded LuaJIT commit and >statically embeds. Which branch does it take this from? I had a quick look at their repo but I didn't find any version of luajit either directly or via submodule, might have missed

Re: Slowing down, testing for release

2021-09-13 Thread Theo de Raadt
Christian Weisgerber wrote: > We also need to finish the %n cleanup. It looks like Theo wants > to ship 7.0 with %n triggering abort(3). Without testing, we will > not find all application uses. It can miss release if it needs to. But I urge users to install new ports, and test, and not

lang/clisp: fix parallel make build

2021-09-13 Thread Christian Weisgerber
It annoys me that lang/clisp fails to build with parallel make (MAKE_JOBS). I would like to fix that so MAKE_JOBS builds of ports and their dependencies don't error out when they recurse into clisp. Clisp hasn't had a release since 2010, but there has been upstream development up to 2018 in a

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2021/09/13 08:40:47 Modified files: databases/ruby-sequel: Makefile distinfo databases/ruby-sequel/pkg: PLIST Log message: Update to Sequel 5.48.0

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 07:57:01 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-4.4.1

Slowing down, testing for release

2021-09-13 Thread Christian Weisgerber
The OpenBSD 7.0 release is approaching fast. Ports development needs to wind down. Please finish pending imports and updates, and remember that not everything needs to make the release. Let's concentrate on fixing bugs. This is also a call for people to start testing packages in earnest. If

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 07:54:54 Modified files: mail/dovecot-fts-flatcurve: Makefile Log message: fix BUILD_DEPENDS in dovecot-fts-flatcurve (I forgot to re-test after adding it as a last minute change before mailing

extend bsd.port.mk poisoning from gettext-tools

2021-09-13 Thread Stuart Henderson
I have been running bulks with this for ages and forgotten about it until it actually triggered today. It extends the gettext-tools poisoning to a few more scripts, and adds the same for asciidoc, making hidden dependencies more obvious. OK? (It maybe worth adding asciidoctor as well, as it is

Re: [NEW] textproc/py-marisa (previously posted as devel/py-marisa)

2021-09-13 Thread Stuart Henderson
On 2021/09/12 23:45, Kinichiro Inoguchi wrote: > - Added "REVISION-main=0". > I didn't add REVISION-main with my last diff since I thought > 'libmarisa-main' > would be the first revision but it was wrong. That would be correct if the PKGNAME changed, but it doesn't, it is still

Re: [NEW] textproc/py-marisa (previously posted as devel/py-marisa)

2021-09-13 Thread SASANO Takayoshi
Hello, > This is just my thoughts, but this could be a subpackage of libmarisa since > it uses the same dist file, and libxml does the same kind of thing. I agree your opinion. In fact I tryed it but failed, so separate bindings from library. You are going to work to solve this issue, please go

Re: The Neovim and LuaJIT saga (was [New] devel/luaffi)

2021-09-13 Thread Edd Barrett
On Mon, Sep 13, 2021 at 12:23:54PM +0100, Edd Barrett wrote: > What I take away from this is that: in order to give the "expected" > Neovim experience, we are going to need to embed the right version of > LuaJIT into Neovim going forward. I forgot to add. There is a LuaJIT fork (OpenResty) that

aarch64 bulk build report

2021-09-13 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Sep 10 16:14:02 MDT 2021 finished at Mon Sep 13 05:24:17 MDT 2021 lasted 2D13h10m done with kern.version=OpenBSD 7.0-beta (GENERIC.MP) #10: Fri Sep 10 15:53:46 MDT 2021 built packages:10901 Sep 10:3266 Sep 11:1354 Sep 12:2771 Sep 13:3509

The Neovim and LuaJIT saga (was [New] devel/luaffi)

2021-09-13 Thread Edd Barrett
Hi, On Tue, Aug 31, 2021 at 04:35:26PM +0100, Edd Barrett wrote: > On Tue, Aug 24, 2021 at 03:06:02PM +0100, Laurence Tratt wrote: > In case anyone is wondering why we don't just build Neovim with LuaJIT: > > - LuaJIT isn't as portable, although we could use it only for certain >arches. >

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2021/09/13 05:20:20 Modified files: graphics/mapnik: Makefile Log message: Missed bump.

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/09/13 03:51:31 Log message: Add libretls to the openssl libs. This allows to use OpenSSL 1.1 libs with programs like rpki-client to test interop. This port is for testing purposes only! With

Re: CVS: cvs.openbsd.org: ports

2021-09-13 Thread Robert Nagy
On 13/09/21 02:51 -0600, Robert Nagy wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rob...@cvs.openbsd.org 2021/09/13 02:51:22 > > Modified files: > net/zabbix : Makefile distinfo > net/zabbix/pkg : PLIST-web > > Log message: > update to 5.0.13; from Mark

UPDATE: libass 0.15.2

2021-09-13 Thread Brad Smith
Here is an update to libass 0.15.2. libass (0.15.2) * Fix some known 0.15.x regressions: * Fix Core Text font fallback failing on some fonts with multiple names * Fix DirectWrite failing to look up any but the first loaded variant of system fonts * Fix some format string bugs,

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 03:20:18 Modified files: mail/dovecot : Makefile Log message: list known dependencies in a comment in the Makefile as a reminder for anyone doing commits to -stable (we don't have a good

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 03:18:18 Modified files: mail : Makefile Log message: +dovecot-fts-flatcurve

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 03:17:48 Log message: import ports/mail/dovecot-fts-flatcurve, ok landry This is a Dovecot FTS plugin to enable message indexing using the Xapian search engine library. It is intended to

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2021/09/13 02:51:22 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Log message: update to 5.0.13; from Mark Patruck

Re: lang/ghc

2021-09-13 Thread Matthias Kilian
On Wed, Sep 08, 2021 at 08:19:57PM +0200, Matthias Kilian wrote: > > Are you at all intersted in shaving this yak all the way so we can push > > this fix upstream? > > I'll have a look. Shouldn't be too much work, since there are only > those four function pointers and only for functions actually

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/09/13 01:03:12 Modified files: graphics/libexif: Makefile distinfo Log message: update to libexif-0.6.23

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2021/09/13 00:57:54 Modified files: devel/kreport : Makefile Log message: Bring python (not 2) back as build dependency Spotted by aja

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/09/13 00:00:38 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.16.9