Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Wed, Jul 15, 2020 at 12:01:55AM +, Martin wrote: > Can it be implemented in -current ports tree to check? Yes, you can apply the patch to the -current ports tree to check. Save the email to a file, cd /usr/ports/*/aircrack-ng patch < /path/to/patch make make

python-3.8.3 don't build (probably) _gdbm.so and can't install it -current ports tree

2020-07-14 Thread Martin
Stuck with building Python-3.8.3 from -current ports. During build all the necessary dependences and gdbm especially builds as should be, but finally _gdbm.so does not installed. The question is how to fix it for this particular build? Error: /usr/obj/ports/Python-3.8.3/fake-amd64/usr/local/li

[UPDATE] games/gnubg to latest release

2020-07-14 Thread Nils Reuße
Hi all, this patch brings gnubg to the latest release. I am not too sure about adding "-I$(top_srcdir)" to the DEFAULT_INCLUDES in the two Makefiles (for the two subdirectories), but I couldn't get it to compile otherwise. The affected includes are in subdirectories of the source, but the co

Re: 'tr' extra brackets treated literally

2020-07-14 Thread Christian Weisgerber
On 2020-07-14, Jordan Geoghegan wrote: > I was grepping around the ports tree and I found a few places where > unnecessary brackets were used with 'tr'. Using square brackets with tr > for character ranges is unnecessary, and in fact the brackets are > treated literally: This is a historical

Re: to Pandoc or not

2020-07-14 Thread Ingo Schwarze
Hi, sven falempin wrote on Tue, Jul 14, 2020 at 01:23:21PM -0400: > Is anyone working on that for openbsd ? > > https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile I never found pandoc useful for anything - so much so that i never even felt a need to evalute its qua

Re: to Pandoc or not

2020-07-14 Thread Stuart Henderson
On 2020/07/14 13:23, sven falempin wrote: > Dear readers, > > Is anyone working on that for openbsd ? > > https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile > > I do not know the Cabal build system nor haskell >

to Pandoc or not

2020-07-14 Thread sven falempin
Dear readers, Is anyone working on that for openbsd ? https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile I do not know the Cabal build system nor haskell so I have no idea of the diffi

UPDATE devel/py-prompt_toolkit-3.0.5

2020-07-14 Thread Bjorn Ketelaars
Diff below brings py-prompt_toolkit to the latest release (3.0.5), which is needed for updating ipython. Changes: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG. While here, take MAINTAINER. Testing: - 'make test' runs successfully - run tested, on amd64, in combinat

UPDATE devel/ipython-7.16.1

2020-07-14 Thread Bjorn Ketelaars
Diff below brings ipython to 7.16.1, which is a jump forward from what we currently have in ports. List of changes/additions is long, and can be found at https://ipython.readthedocs.io/en/stable/whatsnew/. Note that this update depends on an update of devel/py-prompt_toolkit, which will be send to

serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Martin
Hi ports@, security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current # airodump-ng athn0 airodump-ng(13664) in free(): chunk canary corrupted 0xbb2425f7400 0x2ac@ox2ac Abort trap (core dumped) I don't know how to deal with it. Please check the issue.

Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Tue, Jul 14, 2020 at 01:58:12PM +0200, Theo Buehler wrote: > On Tue, Jul 14, 2020 at 11:07:24AM +, Martin wrote: > > Hi ports@, > > > > security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current > > > > # airodump-ng athn0 > > airodump-ng(13664) in free(): chunk canary corru

Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Tue, Jul 14, 2020 at 11:07:24AM +, Martin wrote: > Hi ports@, > > security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current > > # airodump-ng athn0 > airodump-ng(13664) in free(): chunk canary corrupted 0xbb2425f7400 0x2ac@ox2ac > Abort trap (core dumped) stsp changed SIOC

Re: NEW: x11/ntk

2020-07-14 Thread Dimitri Karamazov
On Sun, July 5, 2020 15:51, deserter...@danwin1210.me wrote: > On Sat, July 4, 2020 2:47 pm, Stuart Henderson wrote: > >> >> so that is a better description than "custom LGPLv2" :) >> > Hey, > > > Now the shared library version control is more seamless and occurs in the > Makefile alone, so no need

Re: NEW: x11/fff

2020-07-14 Thread Bjorn Ketelaars
On Mon 06/07/2020 07:53, deserter...@danwin1210.me wrote: > On Mon, July 6, 2020 4:53 am, Bjorn Ketelaars wrote: > > > > Hi, > > > > > > Couple of comments: > > - I think CATEGORIES=sysutils is better. nnn and ranger are also there. > > - No need to set HOMEPAGE as this is done by the GH_* magic. H

'tr' extra brackets treated literally

2020-07-14 Thread Jordan Geoghegan
Hello, I was grepping around the ports tree and I found a few places where unnecessary brackets were used with 'tr'. Using square brackets with tr for character ranges is unnecessary, and in fact the brackets are treated literally: ryzen$ echo "[hello]" | tr -d a-z [] ryzen$ echo "[hello]" |

[update patch] nnn 3.2 -> 3.3

2020-07-14 Thread Martin Ziemer
This patch updates nnn from 3.2 to 3.3. Tested on two amd64 systems. Index: Makefile === RCS file: /cvs/ports/sysutils/nnn/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile16 Jun 2020 15:02:51 -