NEW: RBTools (ReviewBoard tools)

2017-01-15 Thread Vadim Zhukov
Hello all. Here are two new ports: 1. RBTools: actually, a single binary (bin/rbt) which makes it easy posting & fetching diffs to/from ReviewBoard. I've just used it to post a patch to KDE's one, and it worked flawlessly. 2. tqdm: a dependency for rbtools, which provides an easy way for drawing

Re: UPDATE games/dustrac

2017-01-15 Thread David CARLIER
Does it look better if we use GLEW instead ? segfault seems gone with this mode. On 15 January 2017 at 14:12, Landry Breuil wrote: > On Sun, Jan 15, 2017 at 02:50:59PM +0100, Landry Breuil wrote: > > On Sat, Jan 14, 2017 at 12:20:21PM +, David CARLIER wrote: > > > Hi, > > > > > > This is a s

Re: NEW: textproc/py-pandocfilters 1.4.1

2017-01-15 Thread Daniel Jakots
On Fri, 6 Jan 2017 23:10:22 +0500, Alexandr Shadchin wrote: > Hi, > > ok to import? Need for update devel/py-nbconvert. My plist has an additional line, did you remove it manually? --- pkg/PLIST.orig Sat Dec 17 03:53:03 2016 +++ pkg/PLIST Sun Jan 15 13:11:13 2017 @@ -1,4 +1,5 @@ @comme

Re: WIP: new dnsdist port

2017-01-15 Thread Stuart Henderson
On 2017/01/15 17:03, Frederic Cambus wrote: > Looks good to me ports wise, now builds fine without the Git warnings. > > OK fcambus@ to import. Thanks, committed. On 2017/01/15 17:52, Peter van Dijk wrote: > + cd ${WRKSRC}; ${INSTALL_DATA} README.md > ${PREFIX}/share/doc/dnsdist/; \ > +

Re: WIP: new dnsdist port

2017-01-15 Thread Peter van Dijk
On 15 Jan 2017, at 15:53, Stuart Henderson wrote: Updated following feedback and some tweaks I made: - don't run git (build-aux/gen-version) - install README.md in usr/local/share/doc/dnsdist - install dnsdistconf.lua in usr/local/share/examples/dnsdist + cd ${WRKSRC}; ${INSTALL_DATA} R

Re: WIP: new dnsdist port

2017-01-15 Thread Frederic Cambus
On Sun, Jan 15, 2017 at 02:53:03PM +, Stuart Henderson wrote: > Updated following feedback and some tweaks I made: > > - don't run git (build-aux/gen-version) > - install README.md in usr/local/share/doc/dnsdist > - install dnsdistconf.lua in usr/local/share/examples/dnsdist > - create /etc/dn

Re: WIP: new dnsdist port

2017-01-15 Thread Stuart Henderson
Updated following feedback and some tweaks I made: - don't run git (build-aux/gen-version) - install README.md in usr/local/share/doc/dnsdist - install dnsdistconf.lua in usr/local/share/examples/dnsdist - create /etc/dnsdist and add @extra so that pkg_delete -c works as expected if a config file

Re: UPDATE games/dustrac

2017-01-15 Thread Landry Breuil
On Sun, Jan 15, 2017 at 02:50:59PM +0100, Landry Breuil wrote: > On Sat, Jan 14, 2017 at 12:20:21PM +, David CARLIER wrote: > > Hi, > > > > This is a small update for this game. > > Thanks, commited - yay 7 new tracks. > > Seems it segfaults upon exit, but that already happened with previous

Re: UPDATE games/dustrac

2017-01-15 Thread Landry Breuil
On Sat, Jan 14, 2017 at 12:20:21PM +, David CARLIER wrote: > Hi, > > This is a small update for this game. Thanks, commited - yay 7 new tracks. Seems it segfaults upon exit, but that already happened with previous version.. Landry

openjdk: java.net.ServerSocket can't bind to [::1]:8080

2017-01-15 Thread Nick
Hello, I trying to have a ServerSocket bind to [::1]:8080 but I can't get it working. I have OpenBSD 6.0-RELEASE and the JDK I use is jdk-1.8.0.72. My code is pretty simple, I create a ServerSocket in this way: ... = new ServerSocket(8080, 0, Inet6Address.getByName("::1")); But then I get the f