Enhanced DUC

2018-03-11 Thread Markus Uhlin
Hi BSD folks About 2 years ago I tried to get Enhanced DUC into ports. I've now done a major release with many improvements (v2.0). Enhanced DUC is a secure DDNS update client which can act as a daemon. It uses pledge(), strlcpy() and strlcat() as it did already in 2016 where I made the first r

Re: update SDL2 to 2.0.8 and security update of sdl2-image to 2.0.3

2018-03-11 Thread Thomas Frohwein
I've added a README with an example use of the SDL_GAMECONTROLLERCONFIG env var because I've got repeated questions off list. On Sun, Mar 11, 2018 at 12:14:32PM +, Stuart Henderson wrote: > On 2018/03/01 19:52, Thomas Frohwein wrote: > > Index: src/video/SDL_egl.c > .. > > + > > +++#elif def

Re: [New] nnn-1.7

2018-03-11 Thread Ljuba Nedeljkovic
On 10.03, mitchell wodach wrote: > I get this error when I run "make test" > > openbsdcurrent# make test > ===> Regression tests for nnn-1.7 > gmake: *** No rule to make target 'test'. Stop. > *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2777 > '/usr/ports/pobj/nnn-1.7/.test_done')

Re: [New] nnn-1.7

2018-03-11 Thread Ljuba Nedeljkovic
Thank you for taking time to look into this. On 10.03, mitchell wodach wrote: > change ncurses to curses in you WANTLIB. > > Mitch > Fixed > > On Sat, Mar 10, 2018 at 12:19 PM, Klemens Nanni wrote: > > On Thu, Mar 08, 2018 at 05:49:51PM +0100, Ljuba Nedeljkovic wrote: > >> Attached is the por

Re: update libsndfile to 1.0.28

2018-03-11 Thread Jan Stary
On Mar 11 13:57:13, h...@stare.cz wrote: > Tested on current amd64, macppc and armv7; please test everywhere. sox works fine happy with the new version Jan

Re: [update] rsyslog 8.33.1

2018-03-11 Thread Daniel Jakots
On Sun, 11 Mar 2018 10:56:14 +0100, Remi Locherer wrote: > > > With that added (unless you think it's wrong), ok danj@ > > > > > > > That is wrong, the elasticsearch package does not provide a library > > so a LIB_DEPENDS dependency would just be stripped ("not needed > > for" message). > >

Re: [update] lang/go 1.10

2018-03-11 Thread Marc Espie
On Sat, Mar 10, 2018 at 01:19:06PM +, Stuart Henderson wrote: > On the other hand I realise it can make it harder to spot warnings in > build output when building things by hand and I wouldn't mind having > it controllable via a mk.conf "user settings" variable. Not necessarily > specific to Go

Re: [NEW] inputmethods/ibus-hangul 1.5.0

2018-03-11 Thread Matej Nanut
Hello, On 26 April 2017 at 10:20, Nils Reuße wrote: >> Jeremie Courreges-Anglas hat am 24. April 2017 um 13:07 >> geschrieben: >> >> I'm not an im user, but the port looks sane. Now looking for additional >> reviews/oks to import. I've also tested this port and it works for me as well. Matej

Re: update audio/lame

2018-03-11 Thread Stuart Henderson
On 2018/03/11 14:22, Jan Stary wrote: > ping > > (How much dead is mp3 nowadays?) In general, there's a higher chance of diffs being looked at if 1) they don't come with unnecessary changes (for example most of the CONFIGURE_ARGS changes) 2) they come with some information about test reports fo

Re: update audio/lame

2018-03-11 Thread Jan Stary
ping (How much dead is mp3 nowadays?) On Feb 15 16:17:20, h...@stare.cz wrote: > ping > > > > > > Index: Makefile > > === > > RCS file: /cvs/ports/audio/lame/Makefile,v > > retrieving revision 1.58 > > diff -u -p -u -p -r1.58 Make

Re: update SDL2 to 2.0.8 and security update of sdl2-image to 2.0.3

2018-03-11 Thread Stuart Henderson
On 2018/03/01 19:52, Thomas Frohwein wrote: > Index: src/video/SDL_egl.c .. > + > +++#elif defined(__OpenBSD__) > +++#define DEFAULT_OGL "libGL.so" > +++#define DEFAULT_EGL "libEGL.so" > +++#define DEFAULT_OGL_ES2 "libGLESv2.so" > +++#define DEFAULT_OGL_ES_PVR "libGLES_CM.so" > +++#define DEFAULT

Re: update SDL2 to 2.0.8 and security update of sdl2-image to 2.0.3

2018-03-11 Thread Bryan Linton
It looks like the patch for sdl2 and sdl2-image got commingled. After separating them out, they applied successfully and everything seems to be OK. I tested with games/manaplus, games/scummvm, and emulators/retroarch and didn't see any regressions. -- Bryan On 2018-03-10 10:16:48, Thomas Frohwe

Re: [New] pkgconf 1.4.2

2018-03-11 Thread Adam Steen
On March 11, 2018 11:13 AM, Stuart Henderson wrote: > ​​ > > On 2018/03/11 06:40, Adam Steen wrote: > > > The only read for ONLY\_FOR\_ARCHS, was I don't have any other arch to > > easily test with. > > Generally leave that out, unless either you know there's a reason why > > something is ar

Re: [New] pkgconf 1.4.2

2018-03-11 Thread Stuart Henderson
On 2018/03/11 06:40, Adam Steen wrote: > The only read for ONLY_FOR_ARCHS, was I don't have any other arch to easily > test with. Generally leave that out, unless either you know there's a reason why something is arch-specific, or it's known to fail and can't be fixed easily. > With a library ve

Re: [update] rsyslog 8.33.1

2018-03-11 Thread Stuart Henderson
On 2018/03/11 10:56, Remi Locherer wrote: > On Sun, Mar 11, 2018 at 09:07:03AM +, Stuart Henderson wrote: > > On 2018/03/10 22:11, Daniel Jakots wrote: > > > On Thu, 8 Mar 2018 22:18:01 +0100, Remi Locherer > > > wrote: > > > > > > > +RUN_DEPENDS-elasticsearch =${PKGNAME-main}:${PKGPATH},

Re: [New] pkgconf 1.4.2

2018-03-11 Thread Adam Steen
On March 11, 2018 9:21 AM, Stuart Henderson wrote: > ​​ > > On 2018/03/11 03:23, Adam Steen wrote: > > > I updated the TEST\_DEPENDS and PORT\_HOME and everything seems to be > > correct. > > > > Can we add this? > > We'd normally align thjngs a bit with tabs in the Makefile, and start > >

Re: [update] lang/go 1.10

2018-03-11 Thread Jasper Lievisse Adriaanse
On Sun, Mar 11, 2018 at 02:50:22PM +1100, Joel Sing wrote: > On Saturday 10 March 2018 13:19:06 Stuart Henderson wrote: > > On 2018/03/09 20:08, Jasper Lievisse Adriaanse wrote: > > > On Sat, Mar 10, 2018 at 03:45:36AM +1100, Joel Sing wrote: > > > > - The -x flag was previously on by default, whic

Re: [update] rsyslog 8.33.1

2018-03-11 Thread Remi Locherer
On Sun, Mar 11, 2018 at 09:07:03AM +, Stuart Henderson wrote: > On 2018/03/10 22:11, Daniel Jakots wrote: > > On Thu, 8 Mar 2018 22:18:01 +0100, Remi Locherer > > wrote: > > > > > +RUN_DEPENDS-elasticsearch = ${PKGNAME-main}:${PKGPATH},-main > > > > > + --enable-elastics

Re: [update] rsyslog 8.33.1

2018-03-11 Thread Stuart Henderson
On 2018/03/10 22:11, Daniel Jakots wrote: > On Thu, 8 Mar 2018 22:18:01 +0100, Remi Locherer > wrote: > > > +RUN_DEPENDS-elasticsearch =${PKGNAME-main}:${PKGPATH},-main > > > + --enable-elasticsearch \ > > You added a subpackage for ES but shouldn't we have a ldep on >

UPDATE: telephony/baresip/baresip

2018-03-11 Thread Ingo Feinerer
Hi, update telephony/baresip/baresip 0.5.6 -> 0.5.8 There are two new modules (ctrl_tcp and mqtt; see http://lists.creytiv.com/pipermail/re-devel/2018-February/001159.html for change log). mqtt needs net/mosquitto as dependency, so register it in LIB_DEPENDS and WANTLIB. Moreover, baresip 0.5.8 r