26 Commits

Author SHA1 Message Date
sthen
55d4035f03 conky: avoid commons, from Ryan Boggs
while there, switch from sourceforge to github upstream (there are many
new versions since this one, but the patches to get it to work on newer
openbsd versions haven't been fed upstream and upstream aren't keeping this
building themselves, so updating is a bit challenging, I made a start in
openbsd-wip but am not likely to finish it myself)
2021-02-11 16:11:14 +00:00
ratchov
0c6c28c32c Use /dev/null instead of /dev/mixer
Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.

"go ahead" landry@ and naddy@
2020-04-16 06:45:19 +00:00
sthen
e9c99f8dc3 conky has code to use a lower update interval on battery than AC power,
to increase battery life, but this wasn't supported on OpenBSD - add this
support, from Tom Murphy.

patch very minorly tweaked by me (shuffled a blank line) to reduce the
number of lines touched.
2018-09-23 21:00:17 +00:00
sthen
4c12e73d66 Make "inline void proc_find_top" static to fix building with clang.
From Benjamin Baier.
2017-04-19 20:37:42 +00:00
sthen
ba563e2390 regen patch 2017-04-19 20:36:41 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
benoit
09ba3163cc unbreak with dkstat.h removal. 2014-09-16 07:28:09 +00:00
chrisz
a87833e6a9 update to conky-1.9.0
OK jasper@, benoit@ (maintainer)
2012-12-31 09:36:38 +00:00
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
jasper
9041fc74ae - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:40:06 +00:00
pascal
4e04a5d009 Fix conky with rthreads. Joint work with kurt@, with input from guenther@.
ok benoit@ (maintainer)
2012-04-13 21:21:10 +00:00
dcoppa
237c8f2f08 - Reenable $addr and $if_up
- Enable the new SMP code (allowing the user to actually see multiple
  cores)
- Enable RES and VSIZE display in $top

From Pascal Stumpf: thanks!

ok benoit@, jasper@
2011-09-11 18:53:28 +00:00
jasper
9d42a3ba0f - move away from old kinfo_proc2
- add mising comment
2011-07-06 12:50:15 +00:00
jasper
6005b2727f move away from kinfo_proc2 2011-07-06 12:32:51 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00
dcoppa
584e1a26bf Update to conky-1.8.1.
Added audacious, imlib2 and xmms2 flavors.

USE_GROFF and manpage patching during post-install are no more
needed.

Joint work with Pascal Stumpf (thanks!)
OK jasper@, benoit@ (maintainer)
2011-04-27 12:55:10 +00:00
sthen
9f42d17af7 switch kvm_getprocs to kvm_getproc2 2010-10-25 18:11:26 +00:00
sthen
884315f468 adjust for sensors changes, unbreaks the build. 2010-04-27 20:56:11 +00:00
benoit
42e61718d2 - update conky to 1.7.2
- regen PLIST
- change maintainer (maintainer timeout)
- update patches

ok ajacoutot@
2009-11-23 16:46:20 +00:00
sthen
5fd4c6e743 update to 1.7.0 and add no_x11 flavour (useful for dwm's status bar
or with dzen2). ok jasper@, Vlad Glagolev (maintainer).
2009-05-10 19:07:47 +00:00
landry
a62e640727 Remove garbage chars in manpage, and correctly install it.
Discussed with upstream.
2008-10-01 20:14:09 +00:00
landry
3d10a4b0fc Update to conky 1.6.1.
conkyrc.sample disappeared, and src/openbsd.h is missing from distfile.
ok jasper@ & vlad glagolev (MAINTAINER)
2008-09-30 09:54:19 +00:00
okan
201140b5e3 HW_USERMEM64 fix, plus re-work a bit to be more understandable
ok naddy@
2008-02-28 18:28:56 +00:00
jasper
55d6c9dfa5 - update conky to 1.4.9
from Vlad Glagolev (MAINTAINER)
2008-02-03 16:04:09 +00:00
jasper
432377d0b5 not for archs without apmvar.h, until i've found a better fix
spotted by sturm@
2007-10-19 12:12:33 +00:00
jasper
f4e48414b7 import conky 1.4.7
Conky is a system monitor for X originally based on the torsmo code.
Since it's original conception, Conky has changed a fair bit from it's
predecessor. Conky can display just about anything, either on your root
desktop or in it's own window. Conky has many built-in objects, as well
as the ability to execute programs and scripts, then display the output
from stdout.

from Vlad Glagolev <stelzy at gmail.com> (MAINTAINER)
feedback and ok ajacoutot@
2007-10-10 21:20:23 +00:00