Re: NEW: databases/tokyocabinet

2015-10-09 Thread Adam Wolk
On Fri, 9 Oct 2015 23:08:42 +0100 Stuart Henderson wrote: > On 2015/10/09 23:25, Adam Wolk wrote: > > I did try to build www/goaccess against bot with --enable-tcb set to > > memhash and btree but both failed > > > > cc: -lz: linker input file unused because linking not done > > cc: -lbz2: linke

UPDATE: telephony/asterisk

2015-10-09 Thread Stuart Henderson
I'd be interested in any test reports, this needs the telephony/pjsua update that I committed earlier today. asterisk-g729 update to go with this available on request (needs earlier submitted bcg729 port), but I guess most people using asterisk probably aren't using g729. Index: Makefile

Re: NEW: databases/tokyocabinet

2015-10-09 Thread Stuart Henderson
On 2015/10/09 23:25, Adam Wolk wrote: > I did try to build www/goaccess against bot with --enable-tcb set to > memhash and btree but both failed > > cc: -lz: linker input file unused because linking not done > cc: -lbz2: linker input file unused because linking not done > cc: -ltokyocabinet: linke

Re: UPDATE: fonts/ubuntu-fonts

2015-10-09 Thread Stuart Henderson
On 2015/10/10 00:08, Tim van der Molen wrote: > Here's an update to 0.83. OK? yep, OK. > Index: ubuntu-fonts/Makefile > === > RCS file: /cvs/ports/fonts/ubuntu-fonts/Makefile,v > retrieving revision 1.5 > diff -p -u -r1.5 Makefile >

UPDATE: fonts/ubuntu-fonts

2015-10-09 Thread Tim van der Molen
Here's an update to 0.83. OK? Index: ubuntu-fonts/Makefile === RCS file: /cvs/ports/fonts/ubuntu-fonts/Makefile,v retrieving revision 1.5 diff -p -u -r1.5 Makefile --- ubuntu-fonts/Makefile 31 Mar 2015 09:45:11 - 1.5 ++

UPDATE: mail/getmail

2015-10-09 Thread Tim van der Molen
Here's an update to 4.48.0. OK? Index: getmail/Makefile === RCS file: /cvs/ports/mail/getmail/Makefile,v retrieving revision 1.91 diff -p -u -r1.91 Makefile --- getmail/Makefile8 Jun 2014 20:02:26 - 1.91 +++ getmail/Make

Re: NEW: databases/tokyocabinet

2015-10-09 Thread Adam Wolk
On Fri, 9 Oct 2015 18:11:00 +0100 Stuart Henderson wrote: > Fairly old port, never imported in the past due to some weird > errors in tests, though it was always unclear whether they're > test bugs, real bugs, or just something unimportant. > > I thought I'd give it a go with a real program to s

Re: NEW: databases/tokyocabinet

2015-10-09 Thread Stuart Henderson
On 2015/10/09 18:11, Stuart Henderson wrote: > Fairly old port, never imported in the past due to some weird > errors in tests, though it was always unclear whether they're > test bugs, real bugs, or just something unimportant. > > I thought I'd give it a go with a real program to see if this > is

NEW: databases/tokyocabinet

2015-10-09 Thread Stuart Henderson
Fairly old port, never imported in the past due to some weird errors in tests, though it was always unclear whether they're test bugs, real bugs, or just something unimportant. I thought I'd give it a go with a real program to see if this is actually anything to be concerned about - tried it as an

Re: dwm runs xterm

2015-10-09 Thread Joerg Jung
> Am 09.10.2015 um 11:51 schrieb Dmitrij D. Czarkoff : > > Joerg Jung said: >> There was the idea floating around (from czarkoff?), to provide a >> suckless port-modules(5) to make the reconfiguration in config.def.h >> and re-compiling easier. > > Indeed, it was my plan. But I got distracted.

Re: NEW: mail/rspamd

2015-10-09 Thread Giovanni Bechis
On 10/07/15 13:33, Stuart Henderson wrote: > Started by me and Brad's being hacking on this as well. It's not yet > perfect but seems in good enough shape to import and continue to work > on in-tree, any OKs to do that? > I added a path fix for README.md, otherwise ok. Giovanni rspamd.tgz Descr

NEW: telephone/bcg729

2015-10-09 Thread Stuart Henderson
This is a g729 encoder/decoder library, required by the newer version of asterisk-g729, which is needed in order to update to asterisk 13.x. OK to import? bcg729.tgz Description: application/tar-gz

Re: NEW: devel/wxglade

2015-10-09 Thread Jérémie Courrèges-Anglas
Hi, after feedback from landry and sthen: - don't patch test.py, sthen improved python.port.mk to deal with multiple spaces in shebang - use ${INSTALL_DATA_DIR}, not "install -d" - fix .desktop file, which tried to run "wxGlade" - backport fix from upstream: http://sourceforge.net/p/wxglade/m

UPDATE: security/stunnel-5.24

2015-10-09 Thread Gleydson Soares
here is a diff to update stunnel for 5.24. port changes: - update stunnel to 5.24 - install stunnel3 perl script to emulate version 3.x command line options - zap upstreamed patches \ from changelog: (Added OPENSSL_NO_EGD support (thx to Bernard Spil) full changelog at: https://www.stunnel.org/sd

Re: dwm runs xterm

2015-10-09 Thread Dimitris Papastamos
On Fri, Oct 09, 2015 at 10:07:52AM +0100, Stuart Henderson wrote: > On 2015/10/08 21:03, Ted Unangst wrote: > > Joerg Jung wrote: > > > On Thu, Oct 08, 2015 at 07:05:34PM +0200, Matthieu Herrb wrote: > > > > On Thu, Oct 08, 2015 at 12:58:42PM -0300, Gleydson Soares wrote: > > > > > On Thu, Oct 08,

Re: python3 flavor for net/py-msgpack

2015-10-09 Thread Stuart Henderson
On 2015/10/09 11:22, Antoine Jacoutot wrote: > On Fri, Oct 09, 2015 at 09:27:15AM +0100, Stuart Henderson wrote: > > On 2015/10/09 05:13, Björn Ketelaars wrote: > > > Please find enclosed a diff for adding a python flavor3 to py-msgpack. > > > I'm using > > > this flavor as dependency for some too

Re: dwm runs xterm

2015-10-09 Thread Dmitrij D. Czarkoff
Joerg Jung said: > There was the idea floating around (from czarkoff?), to provide a > suckless port-modules(5) to make the reconfiguration in config.def.h > and re-compiling easier. Indeed, it was my plan. But I got distracted. > Other (Linux) package build systems do support such customization

Re: dwm runs xterm

2015-10-09 Thread Joerg Jung
On Thu, Oct 08, 2015 at 09:03:10PM -0400, Ted Unangst wrote: > Joerg Jung wrote: > > On Thu, Oct 08, 2015 at 07:05:34PM +0200, Matthieu Herrb wrote: > > > On Thu, Oct 08, 2015 at 12:58:42PM -0300, Gleydson Soares wrote: > > > > On Thu, Oct 08, 2015 at 08:39:13AM -0400, Ted Unangst wrote: > > > > >

Re: python3 flavor for net/py-msgpack

2015-10-09 Thread Antoine Jacoutot
On Fri, Oct 09, 2015 at 09:27:15AM +0100, Stuart Henderson wrote: > On 2015/10/09 05:13, Björn Ketelaars wrote: > > Please find enclosed a diff for adding a python flavor3 to py-msgpack. I'm > > using > > this flavor as dependency for some tools I'm using. > > > > Maybe someone else thinks it is

Re: dwm runs xterm

2015-10-09 Thread Joerg Jung
On Fri, Oct 09, 2015 at 10:07:52AM +0100, Stuart Henderson wrote: > On 2015/10/08 21:03, Ted Unangst wrote: > > Joerg Jung wrote: > > > On Thu, Oct 08, 2015 at 07:05:34PM +0200, Matthieu Herrb wrote: > > > > On Thu, Oct 08, 2015 at 12:58:42PM -0300, Gleydson Soares wrote: > > > > > On Thu, Oct 08,

Re: dwm runs xterm

2015-10-09 Thread Stuart Henderson
On 2015/10/08 21:03, Ted Unangst wrote: > Joerg Jung wrote: > > On Thu, Oct 08, 2015 at 07:05:34PM +0200, Matthieu Herrb wrote: > > > On Thu, Oct 08, 2015 at 12:58:42PM -0300, Gleydson Soares wrote: > > > > On Thu, Oct 08, 2015 at 08:39:13AM -0400, Ted Unangst wrote: > > > > > We have a local patch

Re: python3 flavor for net/py-msgpack

2015-10-09 Thread Stuart Henderson
On 2015/10/09 05:13, Björn Ketelaars wrote: > Please find enclosed a diff for adding a python flavor3 to py-msgpack. I'm > using > this flavor as dependency for some tools I'm using. > > Maybe someone else thinks it is useful as well. Thanks, committed.