Re: [PATCH] Valgrind print symbol of ld.so

2020-04-06 Thread Masato Asou
From: Masato Asou Date: Fri, 03 Apr 2020 15:24:44 +0900 (JST) > Sorry, this patch is not correct. I'm canceling this patch. I'll > consder it again. > > From: Masato Asou > Date: Fri, 03 Apr 2020 12:24:32 +0900 (JST) > >> Hello, >> >> I made patch for print symbold of ld.so, if error was occ

Re: [NEW] net/sniproxy 0.6.0

2020-04-06 Thread Bjorn Ketelaars
On Mon 06/04/2020 10:47, Renaud Allard wrote: > Hello, > Here is a port of sniproxy 0.6.0 > > It does Name-based proxying of HTTPS without decrypting traffic. It's quite > lighter than some other alternatives when you only need this feature. > > Any comments? OK? Upstream has a branch, which pro

Re: Go and portgen(1)

2020-04-06 Thread Aaron Bieber
Round two! This time with espie@'s bsd.port.mk fix: https://marc.info/?l=openbsd-ports-cvs&m=158618354824687&w=2 This resolves the issue with the conversion of [A-Z] letters to ![a-z] in the package path. With this diff I can generate ports for the following without issue: github.com/jrick/do

Re: NEW: devel/dyncall

2020-04-06 Thread Kurt Mosiejczuk
On Mon, Apr 06, 2020 at 02:48:15PM -0600, Tracey Emery wrote: > It looks straight-forward to me. Builds fine on amd64. I did not test it > further in a program. Their "Motivation" lists "Static function calls in > C," so I'm guessing it producing static libraries isn't too weird. > There appears

Re: [macppc] audio/cmus, net/isc-dhcp: don't need -latomic anymore

2020-04-06 Thread Jeremie Courreges-Anglas
On Mon, Apr 06 2020, Charlene Wendling wrote: > Hi, > > Since powerpc switched to clang, `-latomic' and the 'atomic' WANTLIB > are not needed anymore on this arch, and actually break the build. > > The following ports have no maintainers, so here is a diff for them > that disables that switch on p

Re: NEW: devel/dyncall

2020-04-06 Thread Tracey Emery
On Mon, Apr 06, 2020 at 02:06:01PM -0400, Kurt Mosiejczuk wrote: > dyncall is a library used in lwjgl 3.x which I've been working on. > > This looked straightforward. It just produces static libraries, which > seems weird to me. This is my first port using cmake, so if I did > anything wrong, let

Re: [macppc] audio/cmus, net/isc-dhcp: don't need -latomic anymore

2020-04-06 Thread Daniel Jakots
On Mon, 6 Apr 2020 22:18:40 +0200, Charlene Wendling wrote: > OK? ok danj@

[macppc] audio/cmus, net/isc-dhcp: don't need -latomic anymore

2020-04-06 Thread Charlene Wendling
Hi, Since powerpc switched to clang, `-latomic' and the 'atomic' WANTLIB are not needed anymore on this arch, and actually break the build. The following ports have no maintainers, so here is a diff for them that disables that switch on powerpc. For maintained ports, i'm sending diff to maintaine

Re: [UPDATE] lang/python/3.8

2020-04-06 Thread Kurt Mosiejczuk
On Mon, Apr 06, 2020 at 09:58:48PM +0200, Remi Pointel wrote: > Hi, > this is the diff to update Python 3.8 to latest relase. > Ok? ok kmos --Kurt > Diff from regression tests: > $ diff -u /tmp/Python-3.8.1 /tmp/Python-3.8.2 > > --- /tmp/Python-3.8.1 > +++ /tmp/Python-3.8.2 > @@ -1,13 +1,14 @

[UPDATE] lang/python/3.8

2020-04-06 Thread Remi Pointel
Hi, this is the diff to update Python 3.8 to latest relase. Ok? Diff from regression tests: $ diff -u /tmp/Python-3.8.1 /tmp/Python-3.8.2 --- /tmp/Python-3.8.1 +++ /tmp/Python-3.8.2 @@ -1,13 +1,14 @@ == Tests result: FAILURE == -395 tests OK. +393 tests OK. -14 tests failed: +12 tests fai

Re: UPDATE sysutils/fzf

2020-04-06 Thread Jeremie Courreges-Anglas
On Mon, Apr 06 2020, Paco Esteban wrote: > On Mon, 06 Apr 2020, Morten Gade Liebach wrote: > >> On Sunday, April 5, 2020 9:51 AM, Morten Gade Liebach wrote: >> >> > Update fzf from 0.20.0 to 0.21.1. >> >> Updated patch attached with input from >> Paco Esteban . >> >> The original patch got man

NEW: devel/dyncall

2020-04-06 Thread Kurt Mosiejczuk
dyncall is a library used in lwjgl 3.x which I've been working on. This looked straightforward. It just produces static libraries, which seems weird to me. This is my first port using cmake, so if I did anything wrong, let me know. portcheck and port-lib-depends-check are both happy though. DESCR

Re: UPDATE net/openconnect-8.07

2020-04-06 Thread Rafael Sadowski
On Mon Apr 06, 2020 at 06:51:37PM +0200, Bjorn Ketelaars wrote: > On Sun 05/04/2020 07:57, Bjorn Ketelaars wrote: > > Simple diff for updating openconnect to 8.07. Overview on changes can be > > found at: > > http://lists.infradead.org/pipermail/openconnect-devel/2020-March/005562.html > > http://l

Re: UPDATE: i2pd 2.26.0 -> 2.30.0

2020-04-06 Thread satmeir
On 2020-04-03 12:43, satmeir wrote: > Hello ports@, > > This is an update to net/i2pd which brings it to the newest version 2.30.0. > > This is my first port update, so all feedback is appreciated. > > I couldn't figure out why i2pd kept on installing into /usr/local/bin > instead of /usr/local/

Re: UPDATE net/openconnect-8.07

2020-04-06 Thread Bjorn Ketelaars
On Sun 05/04/2020 07:57, Bjorn Ketelaars wrote: > Simple diff for updating openconnect to 8.07. Overview on changes can be > found at: > http://lists.infradead.org/pipermail/openconnect-devel/2020-March/005562.html > http://lists.infradead.org/pipermail/openconnect-devel/2020-April/005575.html > >

NEW: devel/makeesparduino 4.22.0

2020-04-06 Thread Tracey Emery
Hello, This new port is a makefile for ESP8266 and ESP32 Arduino projects. The main intent for this project is to provide a minimalistic yet powerful and easy configurable makefile for projects using the previously sent arduino-esp8266 and arduino-esp32 ports. Used and tested on amd64. OK? --

NEW: devel/arduino-esp32 1.0.4

2020-04-06 Thread Tracey Emery
Hello, This new port is the framework to program Espressif ESP32 chipsets via the Arduino environment. Used and tested on amd64 for a few months. OK? -- Tracey Emery arduino-esp32-1.0.4.tgz Description: Binary data

NEW: devel/arduino-esp8266 2.6.3

2020-04-06 Thread Tracey Emery
Hello, This new port is the framework to program Espressif ESP8266 chipsets via the Arduino environment. Used and tested on amd64 for a few months. OK? -- Tracey Emery arduino-esp8266-2.6.3.tgz Description: Binary data

NEW: devel/mkspiffs 0.2.3

2020-04-06 Thread Tracey Emery
Hello, This new port is a tool specifically patched to build and upack SPIFFS images for ESP32 and ESP8266 embedded devices, using SPIFFS as the submodule. It is a runtime dependency for the next two arduino-core ports I'll be sending. I've been using this on amd64 for a few months. OK? -- Tr

Re: [UPDATE] lang/mruby to 2.1.0

2020-04-06 Thread Frederic Cambus
On Thu, Apr 02, 2020 at 05:27:37PM +0100, Stuart Henderson wrote: > > Here is a diff to update mruby to 2.1.0. > > > > Tested on amd64, test suite passes without errors. > > > > Comments? OK? > > does www/h2o,mruby still build ok? No it doesn't, thanks for the heads up. It looked safe as mruby

Re: [NEW] games/nsnake

2020-04-06 Thread Solene Rapenne
On Mon, Apr 06, 2020 at 01:08:23PM +0200, Frederic Cambus wrote: > On Fri, Apr 03, 2020 at 02:17:14PM +0200, Solene Rapenne wrote: > > > > nsnake is a clone of the classic snake game that we all used to play > > > on our cellphones. You play this game on the terminal, with a textual > > > interfac

Re: Unable to set WRKSRC

2020-04-06 Thread Stuart Henderson
On 2020/04/06 15:28, putridsou...@gmail.com wrote: > I'm trying to update math/abs, the lastest > distfile is named abs-src-0908.tar.gz, on extraction > gives dir abs-src-0.908 (0908->0.908 ) . I guess the WRKSRC > by default is set to ${WRKDIR}/${DISTNAME}, as you can see You don't need to gues

Re: [NEW] games/nsnake

2020-04-06 Thread Frederic Cambus
On Fri, Apr 03, 2020 at 02:17:14PM +0200, Solene Rapenne wrote: > > nsnake is a clone of the classic snake game that we all used to play > > on our cellphones. You play this game on the terminal, with a textual > > interface. > > > > Comments? OK? > > ok solene@ > > note: the distinfo file have

Re: update net/toxic 0.8.2 -> 0.8.3

2020-04-06 Thread Omar Polo
sorry for the double mail. My mua crashed and I thought I had lost the it.

Re: update net/toxic to 0.8.3

2020-04-06 Thread Omar Polo
Forgot to mention that I've build it with the updated net/toxcore v0.2.11 that was previously submitted.

update net/toxic to 0.8.3

2020-04-06 Thread Omar Polo
Hello ports, Here's a patch to update net/toxic from 0.8.2 to 0.8.3, the latest version. Tested with some friends running toxic on OpenBSD (0.8.2) and linux (0.8.3). Text chat, notifications and file transfer works. I cannot test audio/video chats so I don't know. However, there are a some thin

Unable to set WRKSRC

2020-04-06 Thread putridsoul66
I'm trying to update math/abs, the lastest distfile is named abs-src-0908.tar.gz, on extraction gives dir abs-src-0.908 (0908->0.908 ) . I guess the WRKSRC by default is set to ${WRKDIR}/${DISTNAME}, as you can see this gives an error when applying patches, resetting WRKSRC = ${WRKDIR}/abs-src-0

update net/toxic 0.8.2 -> 0.8.3

2020-04-06 Thread Omar Polo
hello misc, Here's the diff to update net/toxic from 0.8.2 to the latest 0.8.3. Tested on an amd64 -CURRENT with a friend running 0.8.2 on OpenBSD and 0.8.3 on linux. Text, notifications and file transfer works, can't say if voice/video works. I'm not sure if the revision bump is needed, nothing

[NEW] net/sniproxy 0.6.0

2020-04-06 Thread Renaud Allard
Hello, Here is a port of sniproxy 0.6.0 It does Name-based proxying of HTTPS without decrypting traffic. It's quite lighter than some other alternatives when you only need this feature. Any comments? OK? Regards sniproxy.tgz Description: application/compressed-tar smime.p7s Description: S

Re: UPDATE sysutils/fzf

2020-04-06 Thread Paco Esteban
On Mon, 06 Apr 2020, Morten Gade Liebach wrote: > On Sunday, April 5, 2020 9:51 AM, Morten Gade Liebach wrote: > > > Update fzf from 0.20.0 to 0.21.1. > > Updated patch attached with input from > Paco Esteban . > > The original patch got mangled somehow, and failed to remove the upstreamed >

Re: UPDATE sysutils/fzf

2020-04-06 Thread Morten Gade Liebach
On Sunday, April 5, 2020 9:51 AM, Morten Gade Liebach wrote: > Update fzf from 0.20.0 to 0.21.1. Updated patch attached with input from Paco Esteban . The original patch got mangled somehow, and failed to remove the upstreamed patches. > In addition the fzf.vim plugin is now installed too, al