Re: khal update 0.10.2 to 0.10.4

2021-09-14 Thread Remi Locherer
On Mon, Sep 13, 2021 at 07:24:39PM +0200, Marcus MERIGHI wrote: > Hello! > > This updates khal from 0.10.2 to 0.10.4. > > Only quickly tested, but running with from now on. > (The "CHANGE for tab" helps a lot...) > > Changes: > > https://github.com/pimutils/khal/releases/tag/v0.10.4 > DROPPED

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-14 Thread Rafael Sadowski
On Tue Sep 14, 2021 at 12:58:52PM +0200, Theo Buehler wrote: > On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > > Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 > > I tried updating libtorrent-rasterbar to 1.2.14 and bumping > TORRENT_{READ,WRITE}_HANDLER_MAX_S

Extend README for miniupnpd with NAT-PMP

2021-09-14 Thread aisha
Hi, I've added a few extra lines for the miniupnpd port for an easier experience with setting up port forwarding. It took me quite a while to figure out this small thing, so I personally think it would be useful for newer users like myself. Cheers, Aisha diff --git a/net/miniupnp/miniupnpd/pkg

Re: lang/ghc

2021-09-14 Thread Greg Steuck
Matthias Kilian writes: > New diff, where I only changed the debug stuff (and introduced a > new typedef for it). Your change is OK by me. > The reason I didn't touch the other message > printing functions is that they call printf(3)-like functions several > times and don't do any error checkin

Re: [update] chafa 1.8.0

2021-09-14 Thread Florian Viehweger
Hi, this is an revised update for chafa to 1.8.0. Changes are listed here[1]. Port-wise I've bumped SHARED_LIBS and added pkg/README to mention ffmpeg for extra format support. This will result in a leaner port as submitted before. Some additions to WANTLIB and removed fftw3.7. Some testing do

Re: misc/uniutils fix %n

2021-09-14 Thread Ingo Schwarze
Hi Stefan, Stefan Hagen wrote on Tue, Sep 14, 2021 at 07:37:20PM +0200: > I really appreciate you (and Theo) taking the time to explain > these things. You are welcome, and thank you for trying to help fix stuff (i think i forgot saying that in my previous mail because i got a bit worked up abou

Re: [maintainer update] yle-dl-20210808

2021-09-14 Thread Frederic Cambus
On Mon, Sep 13, 2021 at 06:57:04AM +0300, Timo Myyr?? wrote: > Here's an update to yle-dl to bring it to latest release. Committed thanks! I regenerated the PLIST beforehand, so the jsonhelpers module gets installed, as the program wouldn't run without it. > Also noticed that yle-dl has not used

[update] www/ruby-mustermann 1.0.1 -> 1.1.1

2021-09-14 Thread Kurt Mosiejczuk
Update www/ruby-mustermann 1.0.1 to 1.1.1 Changelog can be seen here: https://github.com/sinatra/mustermann/blob/master/README.md Needs the previously sent devel/ruby-ruby2_keywords port. ok? --Kurt Index: Makefile === RCS file:

Re: [New] devel/ruby-ruby2_keywords

2021-09-14 Thread Kurt Mosiejczuk
On Tue, Sep 14, 2021 at 02:32:34PM -0400, Kurt Mosiejczuk wrote: > This is a new port required to be able to update www/ruby-mustermann. > (It's a requirement starting in mustermann 1.1.0). > DESCR: > Provides empty Module#ruby2_keywords method, for forward > source-level compatibility against rub

[New] devel/ruby-ruby2_keywords

2021-09-14 Thread Kurt Mosiejczuk
This is a new port required to be able to update www/ruby-mustermann. (It's a requirement starting in mustermann 1.1.0). DESCR: Provides empty Module#ruby2_keywords method, for forward source-level compatibility against ruby2.7 and ruby3. ok to import? --Kurt

Re: [remove-or-fix] x11/ion

2021-09-14 Thread Kurt Mosiejczuk
On Tue, Sep 14, 2021 at 07:44:52PM +0200, Stefan Hagen wrote: > I found the cause and also why it's only happening here. It has nothing > to do with luajit. This was an accidental correlation. > Setting MAKE_JOBS>1 breaks it. When not using MAKE_JOBS, it works every > time. > According to READM

Re: [remove-or-fix] x11/ion

2021-09-14 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/09/14 14:06, Stefan Hagen wrote: > > Stuart Henderson wrote: > > > On 2021/09/14 07:43, Stefan Hagen wrote: > > > > X11/ion is currently broken. > > > > > > Hmm? It does build, though it does either need a BUILD_DEPENDS on groff > > > or your change for mandoc to

Re: misc/uniutils fix %n

2021-09-14 Thread Stefan Hagen
Ingo Schwarze wrote: > Hi, > > Stefan Hagen wrote on Sat, Sep 11, 2021 at 09:00:18AM +0200: > > > Is this better? > > No, it is no good whatsoever. > > * It introduces yet another pointless static buffer. > * It pointlessly uses snprintf(3) where printf(3) >is obviously sufficient. > * I

Re: misc/uniutils fix %n

2021-09-14 Thread Ingo Schwarze
Hi, Stefan Hagen wrote on Sat, Sep 11, 2021 at 09:00:18AM +0200: > Is this better? No, it is no good whatsoever. * It introduces yet another pointless static buffer. * It pointlessly uses snprintf(3) where printf(3) is obviously sufficient. * It introduces error checking for operations

Re: lang/clisp: fix parallel make build

2021-09-14 Thread George Koehler
On Mon, 13 Sep 2021 16:42:21 +0200 Christian Weisgerber wrote: > gllib libgnu_sc.a : force > rm -f libgnu_sc.a > mkdir -p gllib > test -f gllib/Makefile || sh config.status gllib/Makefile depfiles > cd gllib; \ > $(MAKE) [...] ; \ > $(LN) libgnu

Re: UPDATE: x11/fvwm2 fix %n

2021-09-14 Thread Michael
On Sun, Sep 12, 2021 at 05:50:15PM +0200, Christian Weisgerber wrote: > Michael: > > > +Index: modules/FvwmScript/Instructions.c > > +--- modules/FvwmScript/Instructions.c.orig > > modules/FvwmScript/Instructions.c > > +@@ -665,7 +665,7 @@ static char *GetTime (int *NbArg,long *TabArg) > > +

Re: [remove-or-fix] x11/ion

2021-09-14 Thread Stuart Henderson
On 2021/09/14 14:06, Stefan Hagen wrote: > Stuart Henderson wrote: > > On 2021/09/14 07:43, Stefan Hagen wrote: > > > X11/ion is currently broken. > > > > Hmm? It does build, though it does either need a BUILD_DEPENDS on groff > > or your change for mandoc to produce consistent results (i.e. inclu

Re: [remove-or-fix] x11/ion

2021-09-14 Thread Stefan Hagen
Stuart Henderson wrote: > On 2021/09/14 07:43, Stefan Hagen wrote: > > X11/ion is currently broken. > > Hmm? It does build, though it does either need a BUILD_DEPENDS on groff > or your change for mandoc to produce consistent results (i.e. including > the manpage contents in welcome.txt etc). > >

Re: [update] net/usockets-0.7.1 ,www/uwebsockets-19.5.0, www/purritobin-0.6.7, databases/lmdbxx (new)

2021-09-14 Thread Gonzalo Rodriguez
Sorry the delay. This look OK for me, anyone else want to test it? :D On 9/11/21 23:47, aisha wrote: Hi, I've attached updates to uwebsockets, usockets and purritobin Additions to www/purritobin - auto cleaning of pastes - web portal for pasting - in-built http server, good for tiny pastes

Re: net/epic5 new port

2021-09-14 Thread Mikhail
On Mon, Sep 13, 2021 at 10:51:30PM +0300, Mikhail wrote: > Extremely customizable IRC client, evolution of net/epic4. Updated port with REVISION removed. epic5.tar.gz Description: application/tar-gz

Re: [NEW] textproc/py-marisa (previously posted as devel/py-marisa)

2021-09-14 Thread Kinichiro Inoguchi
On Mon, Sep 13, 2021 at 02:22:38PM +0100, Stuart Henderson wrote: > On 2021/09/12 23:45, Kinichiro Inoguchi wrote: > > - Added "REVISION-main=0". > > I didn't add REVISION-main with my last diff since I thought > > 'libmarisa-main' > > would be the first revision but it was wrong. > > That wo

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-14 Thread Theo Buehler
On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 I tried updating libtorrent-rasterbar to 1.2.14 and bumping TORRENT_{READ,WRITE}_HANDLER_MAX_SIZE by 16 bytes to match what was discussed in that thread for libtorre

Re: Warnings for %n in format strings

2021-09-14 Thread Stuart Henderson
On 2021/09/14 05:42, Theo Buehler wrote: > On Tue, Sep 07, 2021 at 09:10:39PM +0100, Stuart Henderson wrote: > > > devel/libvstr The OpenBSD ports mailing-list > > > > I don't remember what libvstr was imported for originally but it's > > unused in ports, I propose removing it > > Conv

Re: net/epic4 update

2021-09-14 Thread Mikhail
On Mon, Sep 13, 2021 at 09:34:54PM +0300, Mikhail wrote: > Hello, this is update for net/epic4 port from 2.10.5 to 2.10.10. > > patch-include_irc_h and patch-source_irc_c were incorporated upstream > and should be rm'ed > On IRC I was advised to remove REVISION, new patch is inline. The maintai

Re: [fix] www/luakit display version correctly

2021-09-14 Thread Stuart Henderson
On 2021/09/14 08:21, Stefan Hagen wrote: > Hi, > > This is a small fix for the luakit port, it leads to the correct > `luakit --version` output and also prevents a shell script from running > for each C file. > > I saw that build-utils/getversion.sh I called for every file when I had > an error

Re: [remove-or-fix] x11/ion

2021-09-14 Thread Stuart Henderson
On 2021/09/14 07:43, Stefan Hagen wrote: > X11/ion is currently broken. Hmm? It does build, though it does either need a BUILD_DEPENDS on groff or your change for mandoc to produce consistent results (i.e. including the manpage contents in welcome.txt etc). $ ls -l */ion-* -rw-r--r-- 1 root whe

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-14 Thread Stuart Henderson
Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 Users of other software that uses boost: please test snapshots ASAP and report back if there are recent problems. -- Sent from a phone, apologies for poor formatting. On 14 September 2021 03:24:53 "Elias M. Mariani" wrote: Th

[maintainer update] remind 3.3.7 -> 3.3.8

2021-09-14 Thread Martin Ziemer
This patch updates remind from 3.3.7 to 3.3.8. Tested on two amd64 systems (one cli only, one with tkremind) Index: Makefile === RCS file: /cvs/ports/misc/remind/Makefile,v retrieving revision 1.46 diff -u -p -r1.46 Makefile --- Make