UPDATE: ntop-1.1p3

2015-03-25 Thread Eric Lalonde
The below diff fixes a bug in the assumptions ntop 1.1 makes about terminal column widths. When ntop is run on terminals with more than 257 columns, the printHeader() function will write a NULL byte beyond the end of the progName string. While I was there I converted sprintf() to snprintf(), sin

Re: UPDATE: math/R

2015-03-25 Thread Vadim Zhukov
2015-03-25 22:13 GMT+03:00 Ingo Feinerer : > Dear OpenBSD useRs, > > please consider the following update of math/R to 3.1.3. > > Although this update is minor (3.1.2 -> 3.1.3) the diff is quite large > as I used the opportunity to get rid of as many patches as possible. The > plan is to make futur

Banshee (mono) crashes on 5.6-release and 5.7-current

2015-03-25 Thread sam
Hello, Banshee crashes on an apparent mono bug. It doesn't work in both 5.6-release and 5.7-current. I installed it via pkg_add, not ports. I reported the bug to Xamarin (the maintainers of mono) here: https://bugzilla.xamarin.com/show_bug.cgi?id=28337. They said that it is "probably caused by a

Re: UPDATE: mcabber-0.10.3

2015-03-25 Thread Tim van der Molen
Stuart Henderson (2015-03-24 23:49 +0100): > On 2015/03/24 23:20, Tim van der Molen wrote: > > Tim van der Molen (2015-03-17 16:43 +0100): > > > Tim van der Molen (2015-01-27 16:41 +0100): > > > > Markus Hennecke (2015-01-23 11:31 +0100): > > > > > Updates mcabber to 0.10.3. Thanks a lot to Tim van

Re: NEW: devel/gocover (code coverage for lang/go programs)

2015-03-25 Thread Adam Wolk
On Sat, Mar 21, 2015, at 05:34 PM, Adam Wolk wrote: > Hi ports@, > > $ cat gocover/pkg/DESCR > Cover is a program for analyzing the coverage profiles > generated by 'go test -coverprofile=cover.out'. > > Cover is also used by 'go test -cover' to r

small nit with devel/quirks Makefile

2015-03-25 Thread Markus Lude
Hello, while building the quirks package the following warning appears: # warning for ile::Find::name is normal Name "File::Find::name" used only once: possible typo at /usr/ports/devel/quirks/files/Quirks/texlive.pm line 77. Maybe the $ could be omitted from the comment: Index: Makefile =

Re: [update] cmake-3.2.1

2015-03-25 Thread Stuart Henderson
On 2015/03/25 16:17, David Coppa wrote: > On Wed, Mar 25, 2015 at 4:07 PM, Landry Breuil wrote: > > On Thu, Mar 19, 2015 at 09:24:20AM +0100, David Coppa wrote: > >> On Wed, Mar 18, 2015 at 3:25 PM, David Coppa wrote: > >> > > >> > Here's the update to CMake-3.2.1. > >> > > >> > It wants the new

Re: [update] cmake-3.2.1

2015-03-25 Thread David Coppa
On Wed, Mar 25, 2015 at 4:27 PM, Stuart Henderson wrote: > On 2015/03/25 16:17, David Coppa wrote: >> On Wed, Mar 25, 2015 at 4:07 PM, Landry Breuil wrote: >> > On Thu, Mar 19, 2015 at 09:24:20AM +0100, David Coppa wrote: >> >> On Wed, Mar 18, 2015 at 3:25 PM, David Coppa wrote: >> >> > >> >> >

Re: [update] cmake-3.2.1

2015-03-25 Thread David Coppa
On Wed, Mar 25, 2015 at 4:07 PM, Landry Breuil wrote: > On Thu, Mar 19, 2015 at 09:24:20AM +0100, David Coppa wrote: >> On Wed, Mar 18, 2015 at 3:25 PM, David Coppa wrote: >> > >> > Here's the update to CMake-3.2.1. >> > >> > It wants the new port for devel/jsoncpp I've sent attached to my >> > p

Re: [update] cmake-3.2.1

2015-03-25 Thread Landry Breuil
On Thu, Mar 19, 2015 at 09:24:20AM +0100, David Coppa wrote: > On Wed, Mar 18, 2015 at 3:25 PM, David Coppa wrote: > > > > Here's the update to CMake-3.2.1. > > > > It wants the new port for devel/jsoncpp I've sent attached to my > > previous mail. > > > > As usual, put it in your next bulk if you

Re: NEW: www/websocketd

2015-03-25 Thread Kent R. Spillner
On Tue, Mar 24, 2015 at 10:40:22PM +, Stuart Henderson wrote: > common style is to split BUILD_DEPENDS onto multiple lines, e.g. > > -BUILD_DEPENDS = lang/go www/go-websocket > +BUILD_DEPENDS =lang/go \ > + www/go-websocket Done. > I'm wondering about CATEGOR

Re: NEW: multimedia/py-pafy

2015-03-25 Thread Brian Callahan
And tidied! ~Brian On 03/25/15 04:55, Stuart Henderson wrote: > On 2015/03/24 22:12, Brian Callahan wrote: >> On 03/19/15 14:55, Brian Callahan wrote: >>> Hi ports -- >>> >>> Attached is a new port, multimedia/py-pafy. Pafy is a small library that >>> lets you download YouTube videos from the com

Update: multimedia/mpv 0.8.3

2015-03-25 Thread Dmitrij D. Czarkoff
Hi! Below is an update for multimedia/mpv. Comments? OKs? -- Dmitrij D. Czarkoff Index: Makefile === RCS file: /var/cvs/ports/multimedia/mpv/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Makefile17 Ma

nethack (clone) fixes

2015-03-25 Thread Tobias Ulmer
CC'ing ports@ in case someone feels like OK these while Marc enjoys the snow... slash * makedefs time_t fixed * ospeed size mismatch fixed (remember that ABI change?) * suspicious format strings fixed * include string.h - give 64bit archs a chance slash-em * makedefs * ospeed * format stri

Re: [UPDATE] databases/barman to 1.4.0

2015-03-25 Thread Stuart Henderson
On 2015/03/25 09:29, Landry Breuil wrote: > On Tue, Mar 24, 2015 at 06:00:02PM -0700, Eric Lalonde wrote: > > > One minor nit: I'll add NO_TEST=Yes since tests_require in setup.py > > > lists (in addition to the regular runtime depends argh/argcomplete...) > > > pytest and mock (for which we have p

Re: NEW: multimedia/py-pafy

2015-03-25 Thread Stuart Henderson
On 2015/03/24 22:12, Brian Callahan wrote: > > On 03/19/15 14:55, Brian Callahan wrote: > > Hi ports -- > > > > Attached is a new port, multimedia/py-pafy. Pafy is a small library that > > lets you download YouTube videos from the command line. > > > > pkg/DESCR: > > Pafy is a Python library to do

Re: [UPDATE] databases/barman to 1.4.0

2015-03-25 Thread Landry Breuil
On Tue, Mar 24, 2015 at 06:00:02PM -0700, Eric Lalonde wrote: > > One minor nit: I'll add NO_TEST=Yes since tests_require in setup.py > > lists (in addition to the regular runtime depends argh/argcomplete...) > > pytest and mock (for which we have ports) but also pytest-capturelog and > > pytest-ti

Re: Fwd: ownclould client mirall crashes repeatedly

2015-03-25 Thread Kirill Bychkov
On Wed, March 25, 2015 02:41, trondd wrote: > On 3/24/15, unix_li...@f-m.fm wrote: >> Forgive my ignorance but which of the openfiles-* do I bump? I tried >> adjusting them all to 2 and I got a ulimit error. Also, I could no >> longer login to KDE. >> > Under you user's class (check it with su