Nut 2.7.2p2 on OpenBSD 5.6 with APC USB UPS

2014-09-08 Thread Stan Gammons
I have an APC 1500 USB UPS that was working correctly on OpenBSD 5.5 stable, but when I did a fresh install of the 09-04-2014 snapshot of OpenBSD 5.6 the UPS no longer reports when it goes on battery. I changed the owner to _ups:wheel for /dev/ugen0.* and /dev/usb3. # ls -l /dev/usb* crw-rw---

network.conf.template

2014-09-08 Thread frantisek holop
help! nothing works! :) Index: network.conf.template === RCS file: /cvs/ports/infrastructure/templates/network.conf.template,v retrieving revision 1.192 diff -u -p -r1.192 network.conf.template --- network.conf.template 8 Sep 2

Re: NEW: www/dwb

2014-09-08 Thread Antoine Jacoutot
On Mon, Sep 08, 2014 at 10:01:55PM +0200, Landry Breuil wrote: > On Mon, Sep 08, 2014 at 09:37:03PM +0200, Henrik Friedrichsen wrote: > > > > On 09/08/2014 09:29 PM, Stuart Henderson wrote: > > >Updated tgz attached. Fixes: > > > > > >- standard port Makefile ordering / clean WANTLIB > > >- fix li

Re: UPDATE 4/4 for p5-Mojo: converters/p5-Net-IDN-Encode - CLEAN

2014-09-08 Thread Remi Locherer
On Wed, Sep 03, 2014 at 06:22:37PM +0200, Mark Patruck wrote: > Now with a clean patch... > > Update 'converters/p5-Net-IDN-Encode' to latest possible version > 2.005. I'm not really sure about this, as 2.005 is the latest > version which works with base Module::Build <0.42. This builds and insta

Re: NEW: www/dwb

2014-09-08 Thread Landry Breuil
On Mon, Sep 08, 2014 at 09:37:03PM +0200, Henrik Friedrichsen wrote: > > On 09/08/2014 09:29 PM, Stuart Henderson wrote: > >Updated tgz attached. Fixes: > > > >- standard port Makefile ordering / clean WANTLIB > >- fix license marker (gplv3 or newer -> GPLv3+) > >- don't hide compiler command line

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On 09/08/2014 09:29 PM, Stuart Henderson wrote: Updated tgz attached. Fixes: - standard port Makefile ordering / clean WANTLIB - fix license marker (gplv3 or newer -> GPLv3+) - don't hide compiler command lines - don't force -O2 -g -pipe this version is ok with me. Looks good.

Re: NEW: www/dwb

2014-09-08 Thread Stuart Henderson
On 2014/09/08 21:08, Landry Breuil wrote: > On Mon, Sep 08, 2014 at 09:01:52PM +0200, Henrik Friedrichsen wrote: > > > > On 09/08/2014 08:32 PM, Stuart Henderson wrote: > > >In general: anything which configure scripts might pick up should > > >either be listed as a dependency, or explicitly disab

Re: NEW: www/dwb

2014-09-08 Thread Landry Breuil
On Mon, Sep 08, 2014 at 09:01:52PM +0200, Henrik Friedrichsen wrote: > > On 09/08/2014 08:32 PM, Stuart Henderson wrote: > >In general: anything which configure scripts might pick up should > >either be listed as a dependency, or explicitly disabled. > This port does not use autoconf. The error me

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On 09/08/2014 08:32 PM, Stuart Henderson wrote: In general: anything which configure scripts might pick up should either be listed as a dependency, or explicitly disabled. This port does not use autoconf. The error message mentioned is printed by the script which detects whether libexecinfo is

Re: NEW: www/dwb

2014-09-08 Thread Stuart Henderson
On 2014/09/08 19:05, Henrik Friedrichsen wrote: > On Mon, Sep 08, 2014 at 08:14:00PM +0400, Vadim Zhukov wrote: > > From compile output: > > > > 1) Hidden/broken dependency? See the devel/libexecinfo port for details. > > :1:22: error: execinfo.h: No such file or directory > Well, no. It is not a

Re: [UPDATE] database/tinycdb 0.78

2014-09-08 Thread Jérémie Courrèges-Anglas
Thanks a lot. Committed, along with www/mhonarc. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [UPDATE] database/tinycdb 0.78

2014-09-08 Thread Christian Rueger
On 09/08/14 19:21, Christian Rueger wrote: On 09/07/14 22:13, Jérémie Courrèges-Anglas wrote: j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: Christian Rueger writes: Hi Hi, new release with a few minor fixes: - fix handling of files >4Gb - fix handling of files >2Gb on 32bit platfor

Re: [UPDATE] database/tinycdb 0.78

2014-09-08 Thread Christian Rueger
On 09/07/14 22:13, Jérémie Courrèges-Anglas wrote: j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: Christian Rueger writes: Hi Hi, new release with a few minor fixes: - fix handling of files >4Gb - fix handling of files >2Gb on 32bit platforms (compile with _FILE_OFFSET_BITS=64) (no

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On Mon, Sep 08, 2014 at 08:14:00PM +0400, Vadim Zhukov wrote: > From compile output: > > 1) Hidden/broken dependency? See the devel/libexecinfo port for details. > :1:22: error: execinfo.h: No such file or directory Well, no. It is not a mandatory dependency, but only required for printing backtra

Re: [UPDATE] www/mhonarc 2.6.18

2014-09-08 Thread Christian Rueger
On 09/07/14 22:45, Jérémie Courrèges-Anglas wrote: Christian Rueger writes: Hi, small bug fix release and update MASTER_SITES. tested on amd64 Small bugfix, or security update that may warrant a backport? :) no, small bugfix https://savannah.nongnu.org/bugs/index.php?go_report=Apply&grou

Re: NEW: www/dwb

2014-09-08 Thread Vadim Zhukov
2014-09-08 19:59 GMT+04:00 Henrik Friedrichsen : > On Mon, Sep 08, 2014 at 04:58:44PM +0200, Landry Breuil wrote: >> With that minor nit fixed (and the >> dozens of extra tabs in the makefile removed :), ok for >> me to anyone who wants to import it. > > Heh, okay. One more try ;) >From compile ou

UPDATE: Tcl/Tk 8.5.15 -> 8.5.16

2014-09-08 Thread Stuart Cassoff
Index: Makefile === RCS file: /cvs/ports/lang/tcl/8.5/Makefile,v retrieving revision 1.31 diff -u -p -u -p -r1.31 Makefile --- Makefile11 Jan 2014 12:56:41 - 1.31 +++ Makefile8 Sep 2014 15:33:56 - @@ -2,10 +2,9 @@

Re: UPDATE: www/netsurf

2014-09-08 Thread Landry Breuil
On Mon, Sep 08, 2014 at 10:06:44AM +0200, Landry Breuil wrote: > On Thu, Sep 04, 2014 at 08:36:12AM -0400, Brian Callahan wrote: > > The preferences menuhas alot of things like > > preferencesMainTabtitle > > > > I'm guessing that's because of the removal of patch-gtk_res_options_gtk2_ui > > > >

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On Mon, Sep 08, 2014 at 04:58:44PM +0200, Landry Breuil wrote: > With that minor nit fixed (and the > dozens of extra tabs in the makefile removed :), ok for > me to anyone who wants to import it. Heh, okay. One more try ;) dwb.tar.gz Description: application/tar-gz

Re: NEW: www/dwb

2014-09-08 Thread Landry Breuil
On Mon, Sep 08, 2014 at 03:56:11PM +0200, Henrik Friedrichsen wrote: > On 2014-09-08 15:52, Henrik Friedrichsen wrote: > >Updated version attached. > > Now with less *.orig Oh, and similarly, you cant hardcode usr/local in MAKE_FLAGS for PREFIX and MANPATH - you need ${LOCALBASE}. With that minor

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On 2014-09-08 15:52, Henrik Friedrichsen wrote: Updated version attached. Now with less *.orig dwb_rev_clean.tar.gz Description: GNU Zip compressed data

Re: NEW: www/dwb

2014-09-08 Thread Henrik Friedrichsen
On Mon, Sep 08, 2014 at 10:01:42AM +0200, Landry Breuil wrote: > Can you make sure this is properly reported/pushed upstream ? Already is. > As for the port itself, you cant hardcode /usr/X11R6 in patches, you > need to use ${X11BASE} and pass it via MAKE_ENV or MAKE_FLAGS.. DESCR > could use a bi

Re: security/zkt broken after BIND removal

2014-09-08 Thread Jérémie Courrèges-Anglas
Jakob Schlyter writes: > On 29 aug 2014, at 14:11, Christian Weisgerber wrote: > >> security/zkt doesn't build any longer after the BIND removal. > > please mark as BROKEN for now. Anyone have a BIND 9.10 port in stock? Fixed already. See net/isc-bind. -- jca | PGP : 0x1524E7EE / 5135 92C1 A

Re: security/zkt broken after BIND removal

2014-09-08 Thread Jakob Schlyter
On 29 aug 2014, at 14:11, Christian Weisgerber wrote: > security/zkt doesn't build any longer after the BIND removal. please mark as BROKEN for now. Anyone have a BIND 9.10 port in stock? jakob

UPDATE games/lgeneral

2014-09-08 Thread Kirill Bychkov
Hi! This patch updates lgeneral to recent version, adds license marker, removes maintainer (his mail bounces). Tested on amd64. Builds and starts on macppc. OK to commit? Index: Makefile === RCS file: /cvs/ports/games/lgeneral/Makefil

Re: UPDATE: www/netsurf

2014-09-08 Thread Stuart Henderson
On 2014/09/08 02:34, Anthony J. Bentley wrote: > Landry Breuil writes: > > On Thu, Sep 04, 2014 at 08:36:12AM -0400, Brian Callahan wrote: > > > The preferences menuhas alot of things like > > > preferencesMainTabtitle > > > > > > I'm guessing that's because of the removal of > > > patch-gtk_res_

Re: REMOVE: py-pylons

2014-09-08 Thread Jasper Lievisse Adriaanse
On Fri, Sep 05, 2014 at 03:48:19PM +0200, frantisek holop wrote: > i propose to remove py-pylons. > the projects has transformed into pyramid > and the port that is in the tree > is in web development terms a century old. I'm fine that, but please adjust the audio/fookebox for pyramid, or propose

Re: UPDATE: www/netsurf

2014-09-08 Thread Anthony J. Bentley
Landry Breuil writes: > On Thu, Sep 04, 2014 at 08:36:12AM -0400, Brian Callahan wrote: > > The preferences menuhas alot of things like > > preferencesMainTabtitle > > > > I'm guessing that's because of the removal of patch-gtk_res_options_gtk2_ui > > > > I don't think it's a terribly bad thing t

Re: UPDATE: www/netsurf

2014-09-08 Thread Landry Breuil
On Thu, Sep 04, 2014 at 08:36:12AM -0400, Brian Callahan wrote: > The preferences menuhas alot of things like > preferencesMainTabtitle > > I'm guessing that's because of the removal of patch-gtk_res_options_gtk2_ui > > I don't think it's a terribly bad thing though since the information isn't >

Re: NEW: www/dwb

2014-09-08 Thread Landry Breuil
On Wed, Sep 03, 2014 at 11:07:35PM +0200, Henrik Friedrichsen wrote: > Hey! > > "dwb is a lightweight web browser based on the webkit web browser engine and > the gtk toolkit. dwb is highly customizable and can be easily configured > through a web interface. It intends to be mostly keyboard driven

umask issues with FAKE_AS_ROOT=No

2014-09-08 Thread Marc Espie
This is a necessary piece to turn things on. Basically, the check makes sure that after the possible SUDO barrier, the resulting umask is 022, as it should. Well, if there's no sudo, the original umask carries over, so let's insist on having umask 022 beforehand in the actual install cases durin

Re: NEW: editors/le

2014-09-08 Thread Nicholas Marriott
Hmm yes I need to check it is definitely right for screen then I'll commit it Original message From: Brian Callahan Date: 07/09/2014 21:23 (GMT+00:00) To: Nicholas Marriott ,"Ivan "Rambius" Ivanov" Cc: Vadim Zhukov ,ports@openbsd.org Subject: Re: NEW: editors/le On 0

Re: mytop / DBD::MySQL use-after-free [Re: Attempt #2 at switching to MariaDB]

2014-09-08 Thread Giovanni Bechis
On 09/05/14 14:52, Giovanni Bechis wrote: > On 08/22/14 23:46, Stuart Henderson wrote: >> On 2014/08/22 22:06, Stuart Henderson wrote: >>> On 2014/08/19 17:15, Brad Smith wrote: Here is a diff to make attempt #2 at switching to MariaDB. Going through the various Makefile's I noticed

Re: Hi new openbsd user stumped with error

2014-09-08 Thread Stuart Henderson
On 2014/09/08 10:30, Jason Tubnor wrote: > On a side note, you aren't using FTP by any chance? ftp should work too with most mirrors, though it's usually noticably slower with pkg_add.