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
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
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
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
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
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
On Mon, 6 Apr 2020 22:18:40 +0200, Charlene Wendling
wrote:
> OK?
ok danj@
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
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 @
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
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
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
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
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/
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
>
>
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?
--
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
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
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
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
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
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
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
sorry for the double mail. My mua crashed and I thought I had lost
the it.
Forgot to mention that I've build it with the updated net/toxcore
v0.2.11 that was previously submitted.
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
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
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
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
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
>
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
31 matches
Mail list logo