Re: emacs crash

2022-11-09 Thread Mikhail
On Wed, Nov 09, 2022 at 02:47:25PM -0800, Nam Nguyen wrote: > Mikhail writes: > > No crashes are observed when I run "emacs .emacs" outside of tmux. I > > also have old laptop with latest current amd64 and I can't reproduce > > crash there. > > Try moving .tmux.conf out of the way (or post your .t

math/ministat segmentation fault

2022-11-09 Thread Ross L Richardson
Reported upstream (by me) as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267684 math/ministat has a silly bug in which the code assumes that "-" will be specified no more than once at invocation: $ jot 3 | ministat - - Segmentation fault (core dumped) The problem is in the port

Re: emacs crash

2022-11-09 Thread Nam Nguyen
Mikhail writes: > then I also can do "emacs .emacs" without problem, but I suspect the > crash has something with synatx coloring xfaces.c in the backtrace looks suspicious to support this theory (perhaps in combination with tmux?). > > ;;(require 'smex) > with > (require 'smex) > > there is als

[MAINTAINER UPDATE] www/mycorrhiza: 1.12.1 -> 1.13.0

2022-11-09 Thread la ninpre
Hello, ports! A small update of www/mycorrhiza is here. It contains some quality-of-life improvements, bug fixes and built-in documentation pages. A diff is attached below. Comments, testing reports are much appreciated. OKs too. -- best regards, la ninpre. Index: Makefile ===

Re: NEW: Reader-0.3.0

2022-11-09 Thread Moritz Buhl
On Tue, Nov 08, 2022 at 07:22:54PM +0100, Omar Polo wrote: > On 2022/11/07 11:53:17 +0100, "Gonzalo L. Rodriguez" wrote: > > Hello, > > > > This is a port for "reader": > > > > https://github.com/mrusme/reader > > > > "reader is for your command line what the ???readability??? view is for > >

Re: [maintainer update] security/py-oauthlib

2022-11-09 Thread A Tammy
On 11/8/22 17:50, Johan Huldtgren wrote: > hello, > > minor update of security/py-oauthlib from 3.2.0 to 3.2.2 full > changelog can be seen here: > > https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst committed, thanks! > Built, packaged, and tested on amd64 with no issues. Consumers

Re: [maintainer update] www/py-jwt

2022-11-09 Thread A Tammy
On 11/8/22 17:50, Johan Huldtgren wrote: > full changelog is here: > > https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst commited thanks!

Re: [maintainer update] audio/py-discogs-client

2022-11-09 Thread A Tammy
On 11/8/22 17:49, Johan Huldtgren wrote: > hello, > > update of audio/py-discogs-clint from 2.3.14 to 2.5 committed, thanks! > Built, packaged, tested on amd64 with no issues. The only > consumer is audio/beets and this has been tested and works. > > thanks, > > .jh

UPDATE: math/octave

2022-11-09 Thread Steven Mestdagh
Below is a maintenance update for octave. On amd64 it seems to be fine. The test suite gives the following result: PASS17011 FAIL 14 REGRESSION 6 XFAIL (reported bug) 33 SKIP (missing feature

[update] www/luakit to 2.3.3

2022-11-09 Thread Stefan Hagen
Hi, luakit is currently broken due to the latest glib update and glib switching to the pcre2 regex parser: $ luakit [0.034382] I [core/luah]: Loading rc: /home/sdk/.config/luakit/rc.lua ** ERROR:common/util.c:67:strip_ansi_escapes: assertion failed (err == NULL): Error while compiling regula

emacs crash

2022-11-09 Thread Mikhail
I installed emacs on latest amd64 current and it crashes for me when I try to edit .emacs file in home directory, particularly such commands crash it reliably: idea:~$ cd ~ idea:~$ emacs .emacs Fatal error 11: Segmentation fault Backtrace: 0x4a6aaba9317 at emacs 0x4a6aab8bab8 at emacs 0x4a6aabaa

net/dino: disable http-files plugin to unbreak dino

2022-11-09 Thread Klemens Nanni
It dies on startup after an update: (dino:78839): libsoup-ERROR **: 10:48:45.147: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported. Trace/BPT trap (core dumped) This is because $ LD_DEBUG=1 dino 2>&1 | grep 'loading: libsoup-[23]

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-09 12:36 WET): > On 2022/11/09 10:30, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 23:48 WET): > > > On 2022/11/08 22:12, Stefan Hagen wrote: > > > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > > > here are some tweaks, it looks like it will be

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stuart Henderson
On 2022/11/09 10:30, Stefan Hagen wrote: > Stuart Henderson wrote (2022-11-08 23:48 WET): > > On 2022/11/08 22:12, Stefan Hagen wrote: > > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > > here are some tweaks, it looks like it will be too much pain to turn > > > > it into a proper python.po

Re: new: devel/codechecker static analysis infrastructure built on LLVM

2022-11-09 Thread Stefan Hagen
Stuart Henderson wrote (2022-11-08 23:48 WET): > On 2022/11/08 22:12, Stefan Hagen wrote: > > Stuart Henderson wrote (2022-11-08 20:37 WET): > > > here are some tweaks, it looks like it will be too much pain to turn > > > it into a proper python.port.mk port but we can get a bit closer and use > >