Re: update sysutils/pciutils to 3.5.6

2018-03-06 Thread Klemens Nanni
On Wed, Mar 07, 2018 at 12:08:49AM +1100, Jonathan Gray wrote: > On Tue, Mar 06, 2018 at 01:01:32PM +, Stuart Henderson wrote: > > Changelog looks sane and no removed symbols so I wouldn't expect > > problems with chromium/iridium. The sysutils/flashrom patch mess still > > works. > > > >

UPDATE: net/curl to 7.59.0

2018-03-14 Thread Klemens Nanni
See https://curl.haxx.se/docs/vuln-7.58.0.html and https://curl.haxx.se/changes.html Works for me on amd64, OK? Index: Makefile === RCS file: /cvs/ports/net/curl/Makefile,v retrieving revision 1.133 diff -u -p -r1.133 Makefile ---

Re: UPDATE: x11/i3 to 4.15

2018-03-14 Thread Klemens Nanni
On Wed, Mar 14, 2018 at 02:11:05PM +0100, Henrik Friedrichsen wrote: > Some initial work to get the ball rolling. Diff updates to 4.15. Patches > were updated to new source tarball, some of the patches are now upstream > and where thus removed. > > Compiles and runs fine on amd64. Test suite

Re: [New] nnn-1.7

2018-03-14 Thread Klemens Nanni
On Wed, Mar 14, 2018 at 02:37:22AM +0100, Ljuba Nedeljkovic wrote: > Please find attached updated port's tarball with suggested fixes. One > deviation from kn's tarball is removal of `patches/patch-nlay` file and > doing shebang fix using LOCALBASE with `post-extract` target. Said > patch leaves

Re: lang/go: Makefile improvements

2018-04-06 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 12:11:38AM +0200, Klemens Nanni wrote: > This cleans up some whitespace nits, makes more use of defined variables > where appropiate and simplifies the do-install target my reducing > duplicate code. Also avoid walking the tree twice for every directory by > c

lang/go: Makefile improvements

2018-04-06 Thread Klemens Nanni
This cleans up some whitespace nits, makes more use of defined variables where appropiate and simplifies the do-install target my reducing duplicate code. Also avoid walking the tree twice for every directory by combining two finds into one. No changes in built or installed files. Feedback? OK?

lang/go-bootstrap: Makefile improvements

2018-04-06 Thread Klemens Nanni
Same thing as with lang/go: Simplify do-install, combine finds, fix space/tab mixtures. Feedback? OK? Index: Makefile === RCS file: /cvs/ports/lang/go-bootstrap/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile ---

Re: UPDATE: lang/go 1.10 to 1.10.1

2018-04-05 Thread Klemens Nanni
On Thu, Apr 05, 2018 at 09:07:35PM +0200, Klemens Nanni wrote: > go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, > and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, > net/http, and net/http/pprof packages. See the Go 1.10.1 milestone[0] on &g

Re: UPDATE: www/stagit 0.7.2->0.8

2018-04-08 Thread Klemens Nanni
On Sun, Apr 08, 2018 at 03:17:09PM +0200, Hiltjo Posthuma wrote: > This updates stagit from 0.7.2 to 0.8. > > stagit project changes: > - Fix pledge(2) abort with newer libgit/libcurl: this is because libgit uses > curl which uses some initialization checks, namely an IPv6 check which >

Re: [New] nnn-1.7

2018-04-08 Thread Klemens Nanni
On Wed, Apr 04, 2018 at 01:35:35PM +0200, Jeremie Courreges-Anglas wrote: > On Wed, Apr 04 2018, Ljuba Nedeljkovic <ljuba@gmail.com> wrote: > > Ping. > > > > On Wed, Mar 14, 2018 at 5:13 PM, Klemens Nanni <k...@openbsd.org> wrote: > >> On We

Re: UPDATE: www/stagit 0.7.2->0.8

2018-04-08 Thread Klemens Nanni
On Sun, Apr 08, 2018 at 03:02:49PM +0100, Stuart Henderson wrote: > On 2018/04/08 15:56, Klemens Nanni wrote: > > On Sun, Apr 08, 2018 at 03:17:09PM +0200, Hiltjo Posthuma wrote: > > > This updates stagit from 0.7.2 to 0.8. > > > > > > stagit project

Re: UPDATE: net/mininet - various bug fixes

2018-04-08 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > And I found the manpage for mn isn't generated properly during last-minute > testing... > > Updated Makefile diff, plus cleanup to run MAKEDEV in /dev, rather than create > and move a file, as suggested by phessler. How about these

editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
Repeated pattern searching (`./' and holding `n' to reproduce) would cause an out-of-bounds access, upstream quickly fixed the issue after I reported it. This also revealed an oversight on my site: Binaries are stripped regardless of DEBUG, so patch upstream's Makefile until this is fixed as

Re: editors/vis: Fix segfault, do not strip binaries

2018-04-10 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 11:24:49PM +0100, Stuart Henderson wrote: > On 2018/04/11 00:16, Klemens Nanni wrote: > > +Index: Makefile > > +--- Makefile.orig > > Makefile > > +@@ -136,10 +136,6 @@ luacheck: > > + @luacheck --config .luacheckrc lua test/lua

Re: UPDATE archivers/zstd

2018-04-04 Thread Klemens Nanni
On Wed, Apr 04, 2018 at 03:19:48PM +0200, Björn Ketelaars wrote: > New diff. zstd requires a stable sort, which libc's qsort() is not > guaranteed to be. Upstream proposed to use mergesort(). > > https://github.com/facebook/zstd/issues/1088 Nice work! > Diff below brings zstd to 1.3.4. > > I

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-12 Thread Klemens Nanni
On Thu, Apr 12, 2018 at 01:52:48AM +0100, Kaashif Hymabaccus wrote: > This is an update to graphics/farbfeld. The main change to the port is > that USE_GMAKE isn't needed any more. > > Works fine for me on amd64 (converted some images to ff and back, > still seems to work). Can you provide a

Re: [armv7 fix] Build database/redis

2018-04-12 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 08:26:10AM +0200, Markus Hennecke wrote: > With the attached fix the redis port builds, but is unable to complete the > regression tests (see https://github.com/antirez/redis/issues/4640). What's the status on armv7 without this fix? Have you tried the newer 4.0.9 version?

Re: UPDATE: databases/redis 4.0.2 -> 4.0.8

2018-04-12 Thread Klemens Nanni
On Sat, Mar 17, 2018 at 09:52:02AM +, Stuart Henderson wrote: > On 2018/03/17 08:33, Klemens Nanni wrote: > > Patches have been dropped or simplified a lot by passing variables > > through MAKE_ENV or adding to post-install instead, > > patch-src_mkreleasehdr_sh was usele

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-13 Thread Klemens Nanni
On Fri, Apr 13, 2018 at 11:09:07PM +0100, Kaashif Hymabaccus wrote: > On Thu, Apr 12, 2018 at 10:23:56AM +0200, Klemens Nanni wrote: > > On Thu, Apr 12, 2018 at 01:52:48AM +0100, Kaashif Hymabaccus wrote: > > > This is an update to graphics/farbfeld. The main

Re: [NEW] net/onionshare

2018-04-10 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 08:09:15AM +0200, Grégoire Jadi wrote: > Stuart Henderson writes: > > > On 2018/03/09 13:56, Grégoire Jadi wrote: > > > >> > >> ping > >> > >> I don't know what are the next steps. :) > >> Should I add the MAINTAINER to the loop? > >> > >> Best, >

UPDATE: lang/go 1.10 to 1.10.1

2018-04-05 Thread Klemens Nanni
go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages. See the Go 1.10.1 milestone[0] on our issue tracker for details. 0:

Re: lang/go-bootstrap: Makefile improvements

2018-04-18 Thread Klemens Nanni
On Sat, Apr 07, 2018 at 01:04:59AM +0200, Klemens Nanni wrote: > Same thing as with lang/go: Simplify do-install, combine finds, > fix space/tab mixtures. > > Feedback? OK? Bump. Index: Makefile === RCS file: /cvs/p

Re: UPDATE net/unison

2018-04-19 Thread Klemens Nanni
On Tue, Apr 03, 2018 at 08:28:12PM +0200, Björn Ketelaars wrote: > unison received an update to 2.51.2. An overview on what has changed can > be found at https://github.com/bcpierce00/unison/releases. Noticeable is > that this version breaks compatibility with older versions. > > Tested OK on

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-21 Thread Klemens Nanni
On Sat, Apr 21, 2018 at 10:20:53PM +0200, Klemens Nanni wrote: > CC, CFLAGS and DEBUG need handling, they're currently ignored. Error on my part, please ignore that.

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-21 Thread Klemens Nanni
On Tue, Apr 10, 2018 at 09:20:37PM -0700, Thomas Frohwein wrote: > Please find attached a port of Godot. Godot, "The Game Engine You Waited For" > (semi-official subtitle), is a professional-grade game development framework > and game engine, capable of designing 2D, as well as 3D games. It is

Re: [armv7 fix] Build database/redis

2018-04-21 Thread Klemens Nanni
On Wed, Apr 18, 2018 at 04:04:43AM +0200, Mark Kettenis wrote: > I'm travelling and don't have a lot of spare cycles to participate in > this discussion at the moment. > > I have suggested providing a separate libunwind in base with the LLVM > unwinder. I think I even provided a diff at some

Re: UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Klemens Nanni
On Sun, Apr 15, 2018 at 12:15:20AM -0700, Ayaka Koshibe wrote: > On Sun, Apr 08, 2018 at 07:17:30PM +0200, Klemens Nanni wrote: > > On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > > > And I found the manpage for mn isn't generated properly during last-mi

Re: [UPDATE] www/links+ to 1.15

2018-04-15 Thread Klemens Nanni
On Sun, Apr 15, 2018 at 11:30:22AM -0400, trondd wrote: > Easy update for links+ to 1.15. Built against clang 6. > > Full changelog at http://links.twibright.com/download/ChangeLog > Some notable udates: > > Rewrite google docs URLs to the download link, so that the file can be > viewed in

Re: clang6: FIX for japanese/groff

2018-04-15 Thread Klemens Nanni
On Sun, Apr 15, 2018 at 02:52:36PM -0400, Brian Callahan wrote: > Index: patches/patch-troff_node_cc > === > RCS file: /cvs/ports/japanese/groff/patches/patch-troff_node_cc,v > retrieving revision 1.1 > diff -u -p -r1.1

Re: clang6: FIX for games/ja2-stracciatella

2018-04-15 Thread Klemens Nanni
On Sun, Apr 15, 2018 at 02:56:41PM -0400, Brian Callahan wrote: > Index: Makefile > === > RCS file: /cvs/ports/games/ja2-stracciatella/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- Makefile 26 Jul 2017

Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-04-22 Thread Klemens Nanni
On Sun, Apr 22, 2018 at 04:04:02PM +0200, Andreas Kusalananda Kähäri wrote: > On Sun, Apr 22, 2018 at 04:03:23PM +0200, Andreas Kusalananda Kähäri wrote: > > This updates sshguard from version 1.5 to 2.1.0. One of the main > > reasons to update to this version is that sshguard now seems to > >

Re: NEW: godot - a 2D and 3D game engine and game development framework

2018-04-22 Thread Klemens Nanni
On Sun, Apr 22, 2018 at 09:29:28AM -0700, tfrohwein wrote: > > Have you asked upstream to provide stable release assets? > > https://github.com/godotengine/godot/issues/18347 > > > I couldn't find an issue or pull request referencing the clang 6 fixes > > in

Re: Simplify databases/redis patches

2018-04-24 Thread Klemens Nanni
New diff after the armv7 fix and input from jca. Works fine, all tests pass on amd64. OK? Index: Makefile === RCS file: /cvs/ports/databases/redis/Makefile,v retrieving revision 1.101 diff -u -p -r1.101 Makefile --- Makefile19

Re: UPDATE: math/R

2018-04-24 Thread Klemens Nanni
On Mon, Apr 23, 2018 at 02:28:46PM +0200, Ingo Feinerer wrote: > Dear useRs, > > update math/R 3.4.4 -> 3.5.0 > > - Remove MAP_STACK patch as mmap() no longer needs to be used > (https://marc.info/?l=openbsd-cvs=152440172417443=2). > - Regenerate existing configure patch > - Add pcre2-8 to

Re: UPDATE: mail/rspamd to 1.7.3

2018-04-19 Thread Klemens Nanni
On Thu, Apr 19, 2018 at 08:07:34AM -0400, Akai wrote: > Sorry, re-send again Your patch still doesn't apply: patch: malformed patch at line 92: GH_ACCOUNT= vstakhov You can verify patches my sending mail to yourself first and applying the diff by piping it (or the entire mail) to

UPDATE: editors/vis 0.4 to 0.5

2018-03-30 Thread Klemens Nanni
= vis-${V} + +TEST_V = 0.3 +SUPDISTNAME = vis-test-${TEST_V} + +CATEGORIES = editors -# For test framework -TEST_VERSION = 0.2 +HOMEPAGE = https://github.com/martanne/vis -MAINTAINER = Klemens Nanni <k...@posteo.

Remove x11/wm{i,ii}

2018-03-30 Thread Klemens Nanni
Both ports have been unmaintained for over six years. One succeeded the other until x11/dwm came around and took over. We'll never see updates to these again, upstream homepages and/or documentation at suckless, googlecode and whereever else have been purged. Anselm R. Garbe keeps distribution

Re: UPDATE archivers/zstd

2018-03-30 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 06:22:47PM +0100, Stuart Henderson wrote: > On 2018/03/30 19:01, Björn Ketelaars wrote: > > On Fri 30/03/2018 13:45, Klemens Nanni wrote: > > > On Fri, Mar 30, 2018 at 05:30:55AM +0200, Björn Ketelaars wrote: > > > > zstd received an update

Re: UPDATE archivers/zstd

2018-03-30 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 08:07:31PM +0200, Klemens Nanni wrote: > No, happens with an empty/missing mk.conf(5). > > Pruned archivers/zstd, fetched from cvs.openbsd.org, applied the patch, > ran make build... still getting errors. See attched `make build' log. > > Running &quo

Re: UPDATE devel/git-lfs

2018-03-30 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 06:17:57AM +0200, Björn Ketelaars wrote: > Enclosed a diff for bringing git-lfs to the latest version, which fixes > some bugs and adds new features. Changelog can be found at > https://github.com/git-lfs/git-lfs/blob/master/CHANGELOG.md > > OK? OK kn

Re: UPDATE sysutils/borgbackup

2018-04-01 Thread Klemens Nanni
On Sun, Apr 01, 2018 at 12:50:23PM +0200, Björn Ketelaars wrote: > Diff below brings borgbackup to 1.1.5, which is a bug fix release. > Changelog can be found at > https://github.com/borgbackup/borg/blob/1.1.5/docs/changes.rst#version-115-2018-04-01 > > make test runs successfully. Tested on

Re: NEW: devel/rgbds

2018-03-31 Thread Klemens Nanni
On Sat, Mar 31, 2018 at 01:18:46PM +0200, Klemens Nanni wrote: > I did a quick test, the toolchain seems to work and my ROM starts, but > that might mean nothing at all: > > $ cat > a.s > section "die",rom0 This must be a banked ROM section (ROMX). >

Re: NEW: devel/rgbds

2018-03-31 Thread Klemens Nanni
On Fri, Mar 30, 2018 at 11:42:14PM -0600, Anthony J. Bentley wrote: > RGBDS (Rednex Game Boy Development System) is a free assembler/linker package > for the Game Boy and Game Boy Color. It consists of: > > - rgbasm (assembler) > - rgblink (linker) > - rgbfix (checksum/header fixer) > -

Re: NEW: news/nzbget

2018-03-31 Thread Klemens Nanni
On Sat, Mar 31, 2018 at 06:21:14PM +0200, Björn Ketelaars wrote: > Ping...I'd really like to get this in. > > Tarball reattached. > > OK? All previous issues have been addressed and the uid got bumped, good. Just saw our CXXFLAGS being ignored. Propagate it (quoted) through CONFIGURE_ARGS to

Re: UPDATE: x11/st

2018-03-16 Thread Klemens Nanni
On Fri, Mar 16, 2018 at 09:29:50AM +0100, Rafael Sadowski wrote: > Simple update to the latest stable version, Ok? Comments? Some comments inline with an updated diff in the end, st continues to work for me on amd64. > Index: patches/patch-Makefile >

Re: UPDATE: Varnish-6.0.0

2018-03-16 Thread Klemens Nanni
On Fri, Mar 16, 2018 at 09:15:34AM +0100, Gonzalo L. Rodriguez wrote: > Hallo, > > Update for Varnish to 6.0.0: > > https://varnish-cache.org/docs/6.0/whats-new/changes-6.0.html > > OK? Comments? Updated diff with proper python handling as briefly discussed off-list with Gonzalo already. Python

Re: [-stable update] tor 0.3.2.10

2018-03-18 Thread Klemens Nanni
On Sun, Mar 04, 2018 at 03:15:55PM +0100, Pascal Stumpf wrote: > The tor 0.3.0.x series is no longer supported upstream and does not > receive security fixes. Therefore, I think it would be best to update > the 6.2-stable tor package to the 0.3.2.x series. Any objections? Not at all, please go

UPDATE: x11/st 0.8 -> 0.8.1

2018-03-20 Thread Klemens Nanni
Small regression fix release: f4020b2 fix regression by selecting clipboard text a5a928b don't modify argv, use a counter 6ac8c8a selextend: clarify: !sel.mode == SEL_IDLE 5345db3 clipcopy: no need to check for free(NULL), set to NULL after free 7648697

Re: UPDATE: x11/st

2018-03-17 Thread Klemens Nanni
On Fri, Mar 16, 2018 at 06:31:56PM +0100, Klemens Nanni wrote: > On Fri, Mar 16, 2018 at 09:29:50AM +0100, Rafael Sadowski wrote: > > Simple update to the latest stable version, Ok? Comments? > Some comments inline with an updated diff in the end, st continues to > work for me o

UPDATE: databases/redis 4.0.2 -> 4.0.8

2018-03-17 Thread Klemens Nanni
Numerous critical bugs have piled up including data corruption, see https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES Works fine in my setup, all tests passing on amd64. Patches have been dropped or simplified a lot by passing variables through MAKE_ENV or adding to

Re: UPDATE: x11/st 0.8 -> 0.8.1

2018-03-21 Thread Klemens Nanni
On Wed, Mar 21, 2018 at 12:58:28AM +0100, Jeremie Courreges-Anglas wrote: > On Tue, Mar 20 2018, Klemens Nanni <k...@openbsd.org> wrote: > > Small regression fix release: > > > > f4020b2 fix regression by selecting clipboard text > > a5a928b don't modify ar

UPDATE: x11/dmenu 4.7 -> 4.8

2018-03-17 Thread Klemens Nanni
TAINER= Klemens Nanni <k...@openbsd.org> # MIT/X PERMIT_PACKAGE_CDROM= Yes -WANTLIB= X11 Xinerama c Xft fontconfig +WANTLIB= X11 Xinerama Xft c fontconfig -MASTER_SITES= http://dl.suckless.org/tools/ +MASTER_SITES= https://dl.suckle

Re: UPDATE: textproc/ripgrep 0.7.1 -> 0.8.1

2018-03-02 Thread Klemens Nanni
On Sat, Feb 24, 2018 at 08:41:40PM +0100, Klemens Nanni wrote: > On Sun, Feb 18, 2018 at 01:33:39AM +0100, Klemens Nanni wrote: > > Simple update shipping lots of (breaking) changes, see > > https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. > https://git

Re: [new] exa, an ls replacement written in rust

2018-04-26 Thread Klemens Nanni
On Thu, Apr 26, 2018 at 02:28:37PM +0200, Landry Breuil wrote: > quick'n'fast port for exa, cf https://github.com/ogham/exa > > I'm not sure if we really need 'an ls replacement' but it builds fine, > and that makes it one more rust port to exercise the compiler when > testing updates, so im

Re: NEW: editors/wordgrinder

2018-04-26 Thread Klemens Nanni
On Thu, Apr 26, 2018 at 12:41:11PM +0200, Klemens Nanni wrote: > Besides that, `portcheck' warns about > > Fatal: Missing support for module lang/lua. (in editors/wordgrinder) My bad due to having your port in mystuff/.

Re: [uses pledge] textproc/ripgrep

2018-04-26 Thread Klemens Nanni
On Thu, Apr 26, 2018 at 02:51:13PM +0200, Sebastien Marie wrote: > The following diff adds pledge(2) on ripgrep: > - "stdio rpath" in common use-cases > - "stdio rpath proc exec" when -z is used in order to call external > decompressors > > The purpose was mostly educational, in order to see

Re: initial pledge() wip for firefox

2018-04-26 Thread Klemens Nanni
Your firefox-60.0beta15 with today's snapshot on my X230 gets killed almost immediately: 699328 51384 firefox CALL shmget(0,0x47000,IPC_CREAT|SEM_R|SEM_A) 699329 51384 firefox PLDG shmget, "", errno 1 Operation not permitted 699330 51384 firefox PSIG SIGABRT

Re: NEW: audio/vgmplay

2018-06-29 Thread Klemens Nanni
On Fri, Jun 29, 2018 at 02:01:07AM -0400, Brian Callahan wrote: > Plays perfectly well on my laptop. Built fine on armv7 and arm64, but no > audio hardware to test on those machines. Builds fine on sparc64 as well, didn't have something to run-test, though. The Github page links to a vgmrips.net,

Re: NEW: sysutils/seq

2018-06-24 Thread Klemens Nanni
On Sun, Jun 24, 2018 at 12:42:54PM +0100, Stuart Henderson wrote: > Like realpath, this is another of those things where I think if it makes > sense to have on OpenBSD at all, base is a better place for it .. We have jot(1) in base; different synopsis but more versatile already. $ jot -s'

Re: UPDATE: security/sshguard, 1.5-->2.1.0 (2nd try)

2018-06-24 Thread Klemens Nanni
On Mon, Apr 23, 2018 at 11:12:55AM +0200, Andreas Kusalananda Kähäri wrote: > On Sun, Apr 22, 2018 at 04:04:02PM +0200, Andreas Kusalananda Kähäri wrote: > > On Sun, Apr 22, 2018 at 04:03:23PM +0200, Andreas Kusalananda Kähäri wrote: > > > > > > Please find the diffs for an updated port of

Re: lang/rust: update to 1.27.0

2018-06-28 Thread Klemens Nanni
On Tue, Jun 26, 2018 at 11:10:29AM +0200, Sebastien Marie wrote: > Here the update of lang/rust for 1.27.0 > > Release notes: > https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1270-2018-06-21 > > Port wise: > - gdb tests now works. so I remove the patch that disable them, and

update redis to 4.0.10

2018-06-28 Thread Klemens Nanni
See https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES for details on urgent fixes. Tests pass on amd64 and sparc64; fix two whitespace nits while here. OK? Index: Makefile === RCS file:

tor: install doc/TUNING

2018-06-28 Thread Klemens Nanni
Stumbled across the following error on a new relay: Failing because we have 991 connections already. Please read doc/TUNING for guidance. This document contains information about `kern.maxfiles' (sysctl) and `openfiles-max' (login.conf). OK? Index: Makefile

Re: tor: install doc/TUNING

2018-06-29 Thread Klemens Nanni
On Fri, Jun 29, 2018 at 01:47:23PM +0200, Jeremie Courreges-Anglas wrote: > On Thu, Jun 28 2018, Klemens Nanni wrote: > > Stumbled across the following error on a new relay: > > > > Failing because we have 991 connections already. Please read doc/TUN

Re: lang/erlang versions 20 and 21

2018-09-30 Thread Klemens Nanni
On Sat, Sep 15, 2018 at 05:19:40PM -0700, William Orr wrote: > This diff adds erlang major versions 20 and 21. Tested by building > elixir and running the test suite. How did you do so when the respective devel/rebar flavours are missing? kn:/usr/ports/lang/elixir:4362$ make MODERL_VERSION=21

Re: UPDATE: Varnish-6.1.0

2018-10-05 Thread Klemens Nanni
On Fri, Oct 05, 2018 at 11:21:34AM +0100, Stuart Henderson wrote: > varnish just uses sphinx and docutils (and a couple of its own scripts) > as utilities during build, it doesn't care about the python version > for those, I think all the MODPY_FLAVOR handling in a port which doesn't > even use

Re: Is sysutils/memtest86+ still useful?

2018-10-21 Thread Klemens Nanni
On Sun, Oct 21, 2018 at 01:22:52PM +0200, Christian Weisgerber wrote: > Is the sysutils/memtest86+ port still useful? I doubt it. > Our version dates from 2011, but even the newest one listed on the > home page is from 2013. I tried to run memtest as built by our > port on my Thinkpad X230 (ca.

Re: update: telephony/baresip

2018-10-21 Thread Klemens Nanni
On Fri, Oct 19, 2018 at 02:13:08PM +0200, Sebastien Marie wrote: > - telephony/baresip/baresip 0.5.10->0.5.11 > > ChangeLog: https://github.com/alfredh/baresip/blob/master/docs/ChangeLog 0.5.11 depends on rem>=5.3 as per the changelog. OK kn if anyone wants to commit this with the minimal

Re: UPDATE: youtube-dl

2018-10-17 Thread Klemens Nanni
OK

Re: multimedia/mpv CVE-2018-6360

2018-10-28 Thread Klemens Nanni
On Sun, Oct 28, 2018 at 06:35:23PM +0100, Ingo Feinerer wrote: > Is there a specific reason why FFmpeg is kept on the 2.8 branch? It's a non-trivial port and the configure script would run into endless loops during both of my update attempts. mpv is of similar nature - I pretty much stopped

Re: UPDATE: mail/mdsort

2018-10-28 Thread Klemens Nanni
OK

Re: UPDATE: Varnish-6.1.1

2018-10-29 Thread Klemens Nanni
OK

Re: st coredumps due to pledge

2018-11-01 Thread Klemens Nanni
OK kn after bumping REVISION. On Thu, Nov 01, 2018 at 12:18:18PM +, Ricardo Mestre wrote: > Didn't know the policy for man pages on ports, so didn't send it, but here it > is. thank you! Same as usual, isn't it? If you change behaviour, you have to change documentation as well. FWIW, this

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Klemens Nanni
On Thu, Oct 25, 2018 at 09:43:02AM -0700, Heppler, J. Scott wrote: > Upstream tagged 1.4 and I'm still struggling with the python3 rdep. > > MODULES= lang/python > MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} > > stops "make build" with the error: can't find ./setup.py > > No setup.py exists

Re: [SECURITY] update for www/gitea

2018-11-05 Thread Klemens Nanni
On Mon, Nov 05, 2018 at 09:21:50PM +0300, Pavel Korovin wrote: > Please see attached patch for www/gitea security update, there's remote > command execution vulnerability, for more info: > https://github.com/go-gitea/gitea/releases/tag/v1.5.3 Yup, same here but with additional cleanup in

Re: UPDATE: sysutils/yank

2018-11-08 Thread Klemens Nanni
OK

Re: UPDATE: www/youtube-dl

2018-11-08 Thread Klemens Nanni
OK

Re: [UPDATE] devel/libgit2 0.27.2 -> 0.27.5 (CVE)

2018-11-10 Thread Klemens Nanni
On Sat, Nov 10, 2018 at 07:59:36PM +0100, Hiltjo Posthuma wrote: > Ping + below a patch to bump to the latest version 0.27.7 (no CVEs this time, > but some security fixes). Sorry, the 0.27.5 update was on my list but slipped through. Committed now, thanks!

update mail/swaks to 20181104

2018-11-15 Thread Klemens Nanni
Lots of changes in the swiss army knife for SMTP, see https://www.jetmore.org/john/code/swaks/versions.html. Works fine in light usage at work where it came in handy. Let's install the docs so users don't have to search the web for it. OK? Index: Makefile

Re: NEW: editors/featherpad

2018-11-06 Thread Klemens Nanni
Works fine, port looks good, OK kn. Mind indenting the list in DESCR? Reads better imho.

Re: UPDATE: Varnish-6.1.0

2018-10-04 Thread Klemens Nanni
OK with: > @@ -30,7 +30,8 @@ MODPY_ADJ_FILES = lib/libvcc/{vsc,vmod}t > BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ > ${MODGNU_AUTOMAKE_DEPENDS} \ > devel/libtool \ > - textproc/py-docutils${MODPY_FLAVOR} > +

Re: update: sysutils/sec

2018-10-03 Thread Klemens Nanni
OK kn Homepage has TLS.

Re: UPDATE: devel/cmocka 1.1.2 => 1.1.3

2018-10-03 Thread Klemens Nanni
OK kn SHARED_LIBS and CONFIGURE_ARGS have spaces not tabs after "=". Would you mind replacing ${HOMEPAGE} with the URL in MASTER_SITES?

Re: UPDATE: Varnish-6.1.0

2018-10-05 Thread Klemens Nanni
On Thu, Oct 04, 2018 at 11:06:41PM +0100, Stuart Henderson wrote: > On 2018/10/04 23:30, Klemens Nanni wrote: > > OK with: > > > > > @@ -30,7 +30,8 @@ MODPY_ADJ_FILES = lib/libvcc/{vsc,vmod}t > > > BUILD_DEPENDS =

Re: update: GNU parallel to version 20180922

2018-10-02 Thread Klemens Nanni
OK kn

Re: UPDATE devel/git-lfs

2018-10-02 Thread Klemens Nanni
OK kn

Re: update mail/mailpile

2018-09-29 Thread Klemens Nanni
On Tue, Sep 25, 2018 at 06:59:40PM +0200, Solene Rapenne wrote: > update mailpile from 1.0.0rc2 to 1.0.0rc3 What are the changes? Does it fix anything (critical)?

Re: [PATCH] audio/beets - README updates

2018-09-29 Thread Klemens Nanni
On Mon, Sep 24, 2018 at 10:37:24PM +0100, Raf Czlonka wrote: > A couple of changes to the README file: > > - given that beets has been moved to Python 3 last year[0], I believe > that the plugin dependencies should be updated from py-* to py3-* > > - neither mp3gain, nor aacgain packages exist

Re: UPDATE: math/maxima

2018-09-29 Thread Klemens Nanni
OK kn

Re: update security/opensc to 0.19.0

2018-09-28 Thread Klemens Nanni
ping.

Re: [NEW] textproc/pup

2018-09-29 Thread Klemens Nanni
On Wed, Sep 19, 2018 at 12:52:30PM +0200, Solene Rapenne wrote: > ping, this software is really handy. Feel free to import after removing me as maintainer (you might as well take over). I no longer have a need for this tool. > not sure about the COMMENT, sthen@'s proposition is fine to me as I'm

update sysutils/ranger to 1.9.2

2018-10-01 Thread Klemens Nanni
ger-${MODPY_EGG_VERSION} -CATEGORIES = sysutils misc +CATEGORIES = sysutils \ + misc HOMEPAGE = https://ranger.github.io/ @@ -14,20 +15,28 @@ MAINTAINER = Klemens Nanni https://ranger.github.io/ MODULES = lang/python MODPY_VERSION =${MODPY_DEFAULT_VERSIO

Re: update: sysutils/upobsd 1.1

2018-09-30 Thread Klemens Nanni
Continues to work fine, so I just committed it. Thanks!

Re: update sysutils/ranger to 1.9.2

2018-10-02 Thread Klemens Nanni
On Tue, Oct 02, 2018 at 08:20:32AM +0100, Stuart Henderson wrote: > > -CATEGORIES = sysutils misc > > +CATEGORIES = sysutils \ > > + misc > > doesn't really matter but this isn't usually split onto multiple lines I'll just revert that hunk. > > +@tag update-desktop-database

Re: [new] qelectrotech

2018-10-03 Thread Klemens Nanni
OK kn with below two nits: Elements are under CC-BY 3.0 as per the ELEMENTS.LICENSE file, so please mention this in our comment. Can you use consistent spacing around "=" and break MODULES on per line?

Re: update net/ipv6calc

2018-10-04 Thread Klemens Nanni
DEBUG=-g3 is honored for the normal build but not tests: $ make DEBUG=-g3 test ... gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' cc -o ipv6calc ipv6calc.o showinfo.o ipv6calchelp_local.o -lcrypto -L../lib/ -L../databases/lib/

Re: update git on -stable (CVE-2018-17456)

2018-10-06 Thread Klemens Nanni
Thanks, OK kn.

update UEFITool to 0.25.1

2018-10-01 Thread Klemens Nanni
Straight forward update with changes to the two other tools I now want to include: - Fixed offset updates at image replacement (#137) - UEFITool and subtools (UEFIPatch, UEFIReplace, etc.) versioning is now unified. - UEFIReplace got extended to support: *

Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-03 Thread Klemens Nanni
On Sun, Sep 02, 2018 at 04:35:12PM -0700, Ayaka Koshibe wrote: > Thanks, will fix it but won't trouble the list with the giant diff again... Sure. > > Does Python 3 work or is Python 2 required? That's stuff for a separate > > diff but I prefer ports to make it more obvious why a particular

Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-02 Thread Klemens Nanni
On Thu, Aug 16, 2018 at 08:37:51PM -0700, Ayaka Koshibe wrote: > I've been talking with the maintainer of the project and was told that I can > use my fork of the repo as the upstream for this port. I wasn't sure about > what to do with the version, so I'm tentatively calling it 2.2.2, since >

<    1   2   3   4   5   6   7   8   9   10   >