Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-23 Thread Tom Murphy
On Fri, Sep 21, 2018 at 10:46:13AM +0100, Stuart Henderson wrote: > Same problem exists, get_apm_adapter() allocates itself and returns > a pointer to that memory, so now you're allocating yourself, throwing > away the address, freeing the memory allocated by get_apm_adapter(), > and leaking the me

Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-21 Thread Stuart Henderson
On 2018/09/21 07:36, Tom Murphy wrote: > On Thu, Sep 20, 2018 at 10:42:50AM +0100, Stuart Henderson wrote: > > If you fix the memory leak you introduced I'll commit it :) > > Ah. Yes. Here's a new diff. :) > > -Tom > > Index: Makefile > ===

Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-20 Thread Tom Murphy
On Thu, Sep 20, 2018 at 10:42:50AM +0100, Stuart Henderson wrote: > If you fix the memory leak you introduced I'll commit it :) Ah. Yes. Here's a new diff. :) -Tom Index: Makefile === RCS file: /cvs/ports/sysutils/conky/Makefile,v r

Re: [UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-20 Thread Stuart Henderson
On 2018/09/19 21:26, Tom Murphy wrote: > if(update_interval_bat != NOBATTERY && update_interval_bat != > update_interval_old) { > - char buf[max_user_text]; > +-char buf[max_user_text]; > > +#ifndef __OpenBSD__ > ++char

[UPDATE] sysutils/conky - detect battery properly/update_interval

2018-09-19 Thread Tom Murphy
Hi, I discovered that sysutils/conky (1.9.0) does not detect battery/AC status on OpenBSD andn therefore does not change the update_interval accordingly. The original code that was in there looked like it was for Linux (and possibly FreeBSD but I think FreeBSD uses apm like OpenBSD does correct

Re: UPDATE: sysutils/conky

2012-12-23 Thread Stuart Henderson
On 2012/12/23 13:48, Christopher Zimmermann wrote: > -DISTNAME=conky-1.8.1 > -REVISION=12 This diff needs updating against -current (wantlib was synced), there are conflicts at the moment. > -CATEGORIES= sysutils > -HOMEPAGE=http://conky.sourceforge.net/ > +DISTNAME = conky-1.9.0 >

UPDATE: sysutils/conky

2012-12-23 Thread Christopher Zimmermann
Hi, here's an update to conky 1.9.0 tested on amd64 and sparc64. OKs ? Christopher Index: Makefile === RCS file: /cvs/ports/sysutils/conky/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile19 Sep 2012

UPDATE: sysutils/conky

2012-05-06 Thread Benoit Lecocq
Hi, This diff updates conky to the latest release 1.9.0. Tested on amd64. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/sysutils/conky/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefi

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-27 Thread Stuart Henderson
On 2011-04-26, David Coppa wrote: > retrieving revision 1.20 > diff -u -p -r1.20 Makefile > --- sysutils/conky/Makefile 20 Nov 2010 17:22:40 - 1.20 > +++ sysutils/conky/Makefile 26 Apr 2011 08:16:39 - mostly good, but a couple of comments. > -# GPL > +# BSD / GPLv3 this makes i

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-26 Thread David Coppa
On Sun, 24 Apr 2011, Brad wrote: > No. Its because audacious won't work on a system that doesn't support > shared libraries since it uses plugins. So the removal of SHARED_ONLY > and adding PFRAG.shared is wrong. Understood. So, is it ok now? I'd like to have this in and Benoit already ok'd the

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-24 Thread Brad
On 20/04/11 9:37 AM, David Coppa wrote: On Wed, 20 Apr 2011, Pascal Stumpf wrote: On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: It's set up as SHARED_ONLY, I think because there aren't consumers for those libraries atm. No. Its because audacious won't work on a system that doe

Re: update sysutils/conky to 1.8.1

2011-04-23 Thread Ryan Freeman
On Thu, Apr 21, 2011 at 03:36:09PM +0200, David Coppa wrote: > On Thu, Apr 21, 2011 at 3:27 PM, David Coppa wrote: > > On Wed, Apr 20, 2011 at 10:20 PM, Ryan Freeman wrote: > > > >> I have been using a slightly modified conky from ports for well over > >> a year now and rather than keep it to mys

Re: update sysutils/conky to 1.8.1

2011-04-21 Thread Pascal Stumpf
On Thu, Apr 21, 2011 at 03:36:09PM +0200, David Coppa wrote: > On Thu, Apr 21, 2011 at 3:27 PM, David Coppa wrote: > > On Wed, Apr 20, 2011 at 10:20 PM, Ryan Freeman wrote: > > > >> I have been using a slightly modified conky from ports for well over > >> a year now and rather than keep it to mys

Re: update sysutils/conky to 1.8.1

2011-04-21 Thread David Coppa
On Wed, Apr 20, 2011 at 10:20 PM, Ryan Freeman wrote: > I have been using a slightly modified conky from ports for well over > a year now and rather than keep it to myself i thought i'd raise the > question while conky is getting attention. > > I added --enable-imlib2 to the CONFIGURE_ARGS, this

Re: update sysutils/conky to 1.8.1

2011-04-21 Thread David Coppa
On Thu, Apr 21, 2011 at 3:27 PM, David Coppa wrote: > On Wed, Apr 20, 2011 at 10:20 PM, Ryan Freeman wrote: > >> I have been using a slightly modified conky from ports for well over >> a year now and rather than keep it to myself i thought i'd raise the >> question while conky is getting attentio

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-21 Thread David Coppa
On Wed, Apr 20, 2011 at 4:39 PM, Antoine Jacoutot wrote: > On Wed, 20 Apr 2011, David Coppa wrote: > >> On Wed, 20 Apr 2011, Pascal Stumpf wrote: >> >> > On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: >> > > It's set up as SHARED_ONLY, I think because there aren't consumers for >> >

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Ryan Freeman
On Tue, Apr 19, 2011 at 09:06:03PM +0200, Pascal Stumpf wrote: > - update > - enable apm_* variables on arches other than i386 (the port is only for > apm archs anyway) > - enable iconv support > - kill groff (dunno if patching the manpage is really necessary, it > looks fine both ways. Was tha

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread David Coppa
On Wed, 20 Apr 2011, Pascal Stumpf wrote: > On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: > > It's set up as SHARED_ONLY, I think because there aren't consumers for > > those libraries atm. > There will be if the audacious flavour goes in, so it's probably wise to > do that beforeha

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-20 Thread David Coppa
On Wed, Apr 20, 2011 at 4:39 PM, Antoine Jacoutot wrote: > On Wed, 20 Apr 2011, David Coppa wrote: > >> On Wed, 20 Apr 2011, Pascal Stumpf wrote: >> >> > On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: >> > > It's set up as SHARED_ONLY, I think because there aren't consumers for >> >

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-20 Thread David Coppa
On Wed, 20 Apr 2011, David Coppa wrote: > Following is an updated diff, which also sync audacious-plugins > WANTLIB accordingly. > > I've also bumped AUTOCONF_VERSION to a closer version. Better version. oky? Index: audacious/Makefile ==

Re: audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-20 Thread Antoine Jacoutot
On Wed, 20 Apr 2011, David Coppa wrote: > On Wed, 20 Apr 2011, Pascal Stumpf wrote: > > > On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: > > > It's set up as SHARED_ONLY, I think because there aren't consumers for > > > those libraries atm. > > There will be if the audacious flavour

audacious/audacious-plugins diff (Was: update sysutils/conky...)

2011-04-20 Thread David Coppa
On Wed, 20 Apr 2011, Pascal Stumpf wrote: > On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: > > It's set up as SHARED_ONLY, I think because there aren't consumers for > > those libraries atm. > There will be if the audacious flavour goes in, so it's probably wise to > do that beforeha

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread David Coppa
On Wed, Apr 20, 2011 at 2:10 PM, Alexander Polakov wrote: > * David Coppa [110420 13:51]: >> - we do not have MusicOnConsole (moc) music player in our tree > > ..yet. I'm working with upstream to get sndio support in, and when they > make a release I'll send port here. > >>   (and it's linux-only

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Giovanni Bechis
On 04/20/11 14:10, Alexander Polakov wrote: > ..yet. I'm working with upstream to get sndio support in, and when they > make a release I'll send port here. > I made a port a while ago but it has not been accepted because of problems with some arches. http://marc.info/?l=openbsd-ports&m=117946932701

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Alexander Polakov
* David Coppa [110420 13:51]: > On Tue, 19 Apr 2011, Pascal Stumpf wrote: > > > - update > > - enable apm_* variables on arches other than i386 (the port is only for > > apm archs anyway) > > - enable iconv support > > - kill groff (dunno if patching the manpage is really necessary, it > > lo

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Pascal Stumpf
On Wed, Apr 20, 2011 at 12:27:42PM +0200, David Coppa wrote: > It's set up as SHARED_ONLY, I think because there aren't consumers for > those libraries atm. There will be if the audacious flavour goes in, so it's probably wise to do that beforehand. (And kill unneeded groff here too.) conky's WANT

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread David Coppa
On Wed, Apr 20, 2011 at 12:16 PM, Pascal Stumpf wrote: >> - what's the purpose of changind all those functions returning >>   void to int into patch-src_openbsd_c ? > The declarations in common.h got changed, and they forgot to do the > corresponding changes in openbsd.c. Ah, ok. Thanks for shed

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Pascal Stumpf
On Wed, Apr 20, 2011 at 10:48:30AM +0200, David Coppa wrote: > On Tue, 19 Apr 2011, Pascal Stumpf wrote: > > > - update > > - enable apm_* variables on arches other than i386 (the port is only for > > apm archs anyway) > > - enable iconv support > > - kill groff (dunno if patching the manpage is

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread David Coppa
On Tue, 19 Apr 2011, Pascal Stumpf wrote: > - update > - enable apm_* variables on arches other than i386 (the port is only for > apm archs anyway) > - enable iconv support > - kill groff (dunno if patching the manpage is really necessary, it > looks fine both ways. Was that a workaround for o

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Pascal Stumpf
On Wed, Apr 20, 2011 at 10:48:11AM +0200, Jasper Lievisse Adriaanse wrote: > On Tue, Apr 19, 2011 at 09:06:03PM +0200, Pascal Stumpf wrote: > > - update > > - enable apm_* variables on arches other than i386 (the port is only for > > apm archs anyway) > > - enable iconv support > > - kill groff (

Re: update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-20 Thread Jasper Lievisse Adriaanse
On Tue, Apr 19, 2011 at 09:06:03PM +0200, Pascal Stumpf wrote: > - update > - enable apm_* variables on arches other than i386 (the port is only for > apm archs anyway) > - enable iconv support > - kill groff (dunno if patching the manpage is really necessary, it > looks fine both ways. Was tha

update sysutils/conky to 1.8.1, enable apm on non-i386, add xmms2 flavour

2011-04-19 Thread Pascal Stumpf
- update - enable apm_* variables on arches other than i386 (the port is only for apm archs anyway) - enable iconv support - kill groff (dunno if patching the manpage is really necessary, it looks fine both ways. Was that a workaround for old groff?) - add a flavour to support displaying xmms2

Re: UPDATE: sysutils/conky

2009-10-05 Thread Benoit Lecocq
New patch, sorry. Stuart Henderson wrote: > patch doesn't apply. > > > On 2009/10/05 11:03, Benoit Lecocq wrote: >> Hi, >> >> This diff updates conky to the latest release 1.7.2. >> Tested on amd64/sparc64. >> No response from the maintainer for the last two release. >> >> Comments ? OK ? >> >>

UPDATE: sysutils/conky

2009-10-05 Thread Benoit Lecocq
Hi, This diff updates conky to the latest release 1.7.2. Tested on amd64/sparc64. No response from the maintainer for the last two release. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/openbsd/ports/sysutils/con

Re: [update] sysutils/conky 1.6.1

2008-09-22 Thread Landry Breuil
On Mon, Sep 22, 2008 at 11:05:41PM +0200, Landry Breuil wrote: > Hi, > > i had an annoying crash in conky, so i fixed it first.. and jasper > prodded me to update it. So here's a slightly tested diff @i386, most > things seems to work (mpd/net/processes/cpu speed) > - their manpage is still horrib

[update] sysutils/conky 1.6.1

2008-09-22 Thread Landry Breuil
Hi, i had an annoying crash in conky, so i fixed it first.. and jasper prodded me to update it. So here's a slightly tested diff @i386, most things seems to work (mpd/net/processes/cpu speed) - their manpage is still horribly broken, so it's still not installed - they forgot to include src/openbsd

UPDATE: sysutils/conky (1.4.7 => 1.4.9)

2008-01-10 Thread Vlad Glagolev
Version update. p.s. tested @i386. -- Cheerz, Vlad "Enqlave" Glagolev update-conky--1.4.9.diff Description: Binary data pgptgoIGY08Vt.pgp Description: PGP signature

UPDATE: sysutils/conky (1.4.7 => 1.4.8)

2007-10-19 Thread Vlad Glagolev
Update to 1.4.8. p.s. tested @ i386. -- Cheerz, Vlad / Stelz conky-update--1.4.8.diff Description: Binary data

Re: UPDATE: sysutils/conky (1.4.7 => 1.4.8)

2007-10-19 Thread Vlad Glagolev
Uhm, sorry, resurrected that arch fix. -- Cheerz, Vlad / Stelz conky-update--1.4.8.diff Description: Binary data