Re: lang/gcc: fix -static on amd64

2020-08-29 Thread Brad Smith
On 8/29/2020 5:55 PM, j...@bitminer.ca wrote: This fixes the -static option when using lang/gcc for linking, at least on amd64 (I'm not sure about other platforms). Before, gcc would emit both "-Bstatic" and "-dynamic-linker /usr/libexec/ld.so" to the linker, and llvm linker 8 would adopt

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/08/29 20:31:28 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-158

[UPGRADE] sysutils/rcm

2020-08-29 Thread Mike Burns
Maintainer upgrade of the sysutils/rcm port: Changelog: * BUGFIX: Globs no longer expand permanently. * BUGFIX: Show $ for symlinked dirs in `lsrc -F`. * Feature: All symlinks in input are rejected. --- Index: Makefile === RCS

Fwd: Fwd: UPDATE: usockets, uwebsockets

2020-08-29 Thread Aisha Tammy
And another one. Aisha Forwarded Message Subject: Fwd: UPDATE: usockets, uwebsockets Date: Fri, 21 Aug 2020 08:24:54 -0400 From: Aisha Tammy To: ports@openbsd.org Another bump Aisha Forwarded Message Subject: Re: UPDATE: usockets, uwebsockets Date: Fri,

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-08-29 Thread Sven F.
On Tue, Aug 25, 2020 at 10:46 AM Sven F. wrote: > > On Sun, Aug 23, 2020 at 6:47 PM Andrew Hewus Fresh wrote: > > > > Comments inline. > > > > On Mon, Aug 17, 2020 at 07:04:12PM -0400, Sven F. wrote: > > > Index: devel/p5-Struct-Dumb/Makefile > > >

Re: following nasm update, multimedia/dav1d fails on i386

2020-08-29 Thread Brad Smith
On 8/29/2020 1:30 PM, Brad Smith wrote: On 8/28/2020 6:50 AM, Stuart Henderson wrote: ===>  Building for dav1d-0.7.1p0 exec /usr/bin/env -i LC_CTYPE="en_US.UTF-8" PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" LIBdav1d_LTVERSION='-version-info 2:0:0' libdav1d_ltversion=2.0

lang/gcc: fix -static on amd64

2020-08-29 Thread j
This fixes the -static option when using lang/gcc for linking, at least on amd64 (I'm not sure about other platforms). Before, gcc would emit both "-Bstatic" and "-dynamic-linker /usr/libexec/ld.so" to the linker, and llvm linker 8 would adopt static and ignore the -dynamic-linker option.

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread Dimitri Karamazov
On Sat, August 29, 2020 17:50, George Rosamond wrote: > On 8/29/20 7:20 AM, Dimitri Karamazov wrote: > >> On Sat, August 29, 2020 07:24, Caspar Schutijser wrote: >> >>> On Sat, Aug 29, 2020 at 03:34:25AM -, Dimitri Karamazov wrote: >>> >>> The 9.5.4 already exists in the cvs, can you post

Re: i386 pgrouting clang ICE

2020-08-29 Thread George Koehler
On Sat, 29 Aug 2020 12:23:56 +0100 Stuart Henderson wrote: > > Modified files: > > geo/pgrouting : Makefile > > > > Log message: > > mark pgrouting BROKEN-i386, clang ICE > > > > Preprocessed source and run script attached. Running the run script > on amd64 also reproduces the failure.

geo/p5-Geo-Coordinates-OSGB: fix RUN_DEPENDS

2020-08-29 Thread Charlene Wendling
I've found out that a run depend is missing in that port while testing it: > ===> Regression tests for p5-Geo-Coordinates-OSGB-2.20p0 > Skip > blib/lib/auto/share/dist/Geo-Coordinates-OSGB/ostn_north_shift_-84180 > (unchanged) Skip >

Re: following nasm update, multimedia/dav1d fails on i386

2020-08-29 Thread Brad Smith
On 8/28/2020 6:50 AM, Stuart Henderson wrote: ===> Building for dav1d-0.7.1p0 exec /usr/bin/env -i LC_CTYPE="en_US.UTF-8" PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" LIBdav1d_LTVERSION='-version-info 2:0:0' libdav1d_ltversion=2.0

Re: mutt tls conection refused

2020-08-29 Thread Stuart Henderson
Strange as "openssl s_client -starttls smtp -connect mail.cvut.cz:587" works for me, can you try that yourself in case there's any different config for local clients and that fails for you? (It's also possible they have fixed the server by now :-) LibreSSL doesn't support SSL, only TLS, so

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread Caspar Schutijser
Hi, On Sat, Aug 29, 2020 at 06:07:20PM -, Dimitri Karamazov wrote: > Almost no addons are loaded, that is the reason the slider doesn't work. > Extensions lie in /usr/local/lib/tor-browser/browser/exensions/ but > are not visible in about:addons. Maybe a issue with pledge? > Because I can

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/08/29 14:26:08 Modified files: devel/py-vulture: Makefile distinfo devel/py-vulture/pkg: PLIST Added files: devel/py-vulture/patches: patch-setup_py Log message: Update py-vulture

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/08/29 14:24:53 ports/devel/py-vulture/patches Update of /cvs/ports/devel/py-vulture/patches In directory cvs.openbsd.org:/tmp/cvs-serv82856/patches Log Message: Directory /cvs/ports/devel/py-vulture/patches

Re: UPDATE audio/ncmpc-0.39

2020-08-29 Thread Florian Viehweger
Hi, > Simple diff for bringing audio/ncmpc to the latest version. Changes > [0]: > * library page: skip tags when there is only one value fix jumping > * cursor with large scroll-offset values key bindigs page: fix crash > bug > * key bindigs page: eliminate bogus message "Did you forget to Apply

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/08/29 13:03:18 Modified files: geo/py-mercantile: Makefile distinfo Log message: Update py-mercantile to 1.1.6.

Update: Aqualung 1.1

2020-08-29 Thread Jeremy Evans
This updates to the latest release of Aqualung, the first release in over 5 years. User-visible changes are fairly small, mostly limited to CDDB changes. All patches in the port are now upstreamed. Tested on amd64. Will be committing in a couple days unless I hear objections. Thanks, Jeremy

Re: Update: pypy-7.3.1 (needs aarch64 help)

2020-08-29 Thread Edd Barrett
On Sat, Aug 29, 2020 at 06:08:14PM +0100, Edd Barrett wrote: > Here's a (partial) update to pypy-7.3.1. Forgot to mention. The bootstrap for amd64 is here: http://theunixzoo.co.uk/distfiles/pypy-bootstrap-amd64-7.3.1.tar.xz Would you mind mirroring Stuart? -- Best Regards Edd Barrett

UPDATE: nextcloudclient-3.0.1

2020-08-29 Thread Adriano Barbosa
Hi, update for nextcloudclient v3.0.1. Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.0.1 OK? -- Adriano Barbosa ? nextcloudclient-3.0.1.diff Index: Makefile === RCS file: /cvs/ports/net/nextcloudclient/Makefile,v

mutt tls conection refused

2020-08-29 Thread Jan Stary
This is mutt-1.14.6v3-sasl in 6.7-current/amd64. Recently, my institution's mail has been moved to 220 mail.cvut.cz Microsoft ESMTP MAIL Service Trying to send mail through it fails with SSL failed: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version I enabled all the following

[UPDATE] www/honk

2020-08-29 Thread Horia Racoviceanu
Upgrade to v0.9.2 - add toys: gettoken, saytheday, sprayandpray, youvegothonks - remove man pages from doc - add views/chatter.html Changes: === 0.9.2 Malleable Maltote + Fix compilation on mac. === 0.9.1 Late Stage Lusciousness ++ Boing boom tschak chonky chatter. Chat messages with Pleroma.

Update: pypy-7.3.1 (needs aarch64 help)

2020-08-29 Thread Edd Barrett
Hi, Here's a (partial) update to pypy-7.3.1. Partial because I don't have an aarch64 machine with enough RAM to test there, or to build an updated bootstrap. Can anyone help? Thanks Index: Makefile === RCS file:

Re: [fix] audio/beets - breakage from move to python 3.8

2020-08-29 Thread Stuart Henderson
It's committed upstream, please use the header from the commit rather than linking to the PR (makes it clear that it can be removed at next version update) - https://github.com/beetbox/beets/commit/31855a93949a7b2e2636f709c2678d0efef1dcba.patch From dab0c1f9abda5b17cc7488f89a6fe08be7bc56a0

comms/p5-Device-Gsm: fix RUN_DEPENDS

2020-08-29 Thread Charlene Wendling
While testing that port i'm greeted with: > # Failed test 1 in t/01basic.t at line 3 > # t/01basic.t line 3 is: END { ok(0) unless $loaded } > t/01basic.t ... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/2 subtests > Can't locate Device/SerialPort.pm in @INC (you may need to

converters/p5-JSON-MaybeXS: fix TEST_DEPENDS

2020-08-29 Thread Charlene Wendling
Hi, There is a typo in the Makefile. OK ? Charlène. Index: Makefile === RCS file: /cvs/ports/converters/p5-JSON-MaybeXS/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile3 Jul 2020 21:44:33

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread Dimitri Karamazov
On Sat, August 29, 2020 07:24, Caspar Schutijser wrote: > On Sat, Aug 29, 2020 at 03:34:25AM -, Dimitri Karamazov wrote: > >> The 9.5.4 already exists in the cvs, can you post a diff w.r.t to it? >> > > Sorry about that and thanks for catching that. The diff below is > generated against an

[fix] audio/beets - breakage from move to python 3.8

2020-08-29 Thread Aaron Bieber
Hi, Currently beets pukes when you try to run it. This is because of changes in the python ast module that were backported to 3.8: https://github.com/beetbox/beets/pull/3621 With this diff, I can run beet as expected. OK? Cheers, Aaron diff --git a/audio/beets/Makefile

Re: [new] net/gomuks a Matrix client for your terminal

2020-08-29 Thread Aaron Bieber
On Sat, 22 Aug 2020 at 08:32:07 -0600, Aaron Bieber wrote: > Hi, > > Here is a port of gomuks a matrix client that runs in the terminal. > > I have tested it against my own homeserver, it seems to work fairly well! > > HOMEPAGE: https://github.com/tulir/gomuks > > OK? > > Cheers, > Aaron

[new] net/bombadillo a non-web browser that supports gopher and gemini

2020-08-29 Thread Aaron Bieber
Hola, Here is a 0 dependencies gopher/gemini browser written in Go. I am able to poke around on various sites without issue. HOMEPAGE: https://bombadillo.colorfield.space/ OK? Cheers, Aaron bombadillo.tgz Description: Binary data

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread George Rosamond
On 8/29/20 7:20 AM, Dimitri Karamazov wrote: > On Sat, August 29, 2020 07:24, Caspar Schutijser wrote: >> On Sat, Aug 29, 2020 at 03:34:25AM -, Dimitri Karamazov wrote: >> >>> The 9.5.4 already exists in the cvs, can you post a diff w.r.t to it? >>> >> >> Sorry about that and thanks for

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/08/29 06:26:52 Modified files: editors/hexedit: Makefile distinfo Log message: Update hexedit to 1.5.

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/08/29 05:21:00 Modified files: geo/pgrouting : Makefile Log message: mark pgrouting BROKEN-i386, clang ICE

doxygen update breaks graphics/orthanc/server

2020-08-29 Thread Stuart Henderson
On 2020/08/24 00:15, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rsadow...@cvs.openbsd.org 2020/08/24 00:15:04 > > Modified files: > devel/doxygen : Makefile distinfo > devel/doxygen/patches: patch-doc_CMakeLists_txt > > Log message: >

Re: following nasm update, multimedia/dav1d fails on i386

2020-08-29 Thread Stuart Henderson
On 2020/08/28 11:50, Stuart Henderson wrote: > ../dav1d-0.7.1/src/x86/msac.asm:88: error: `%ifndef' expects macro identifiers Also for the embedded copy of dav1d in the Mozilla ports.

CVS: cvs.openbsd.org: ports

2020-08-29 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/08/29 02:59:34 Modified files: devel/harfbuzz : Makefile distinfo Log message: Bugfix update to harfbuzz-2.7.2.

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread Dimitri Karamazov
On Sat, August 29, 2020 03:30, Dimitri Karamazov wrote: > Hi, > > > Below is a patch that updates Tor Browser to 10.0a6. This is an *alpha* > release. I'm mailing out this diff so that people can test, this is not > something that should be committed. > > Read

Re: WIP: Tor Browser 10.0a6

2020-08-29 Thread Caspar Schutijser
On Sat, Aug 29, 2020 at 03:34:25AM -, Dimitri Karamazov wrote: > The 9.5.4 already exists in the cvs, can you post a diff w.r.t to it? Sorry about that and thanks for catching that. The diff below is generated against an up-to-date tree. Thanks, Caspar Schutijser Index: