68 Commits

Author SHA1 Message Date
sthen
fdcceadd19 needs docbook-xsl 2021-02-12 20:05:58 +00:00
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
tb
86646fd26f bump HW_SENSORS users after kernel ABI change
(kettenis added powerpc64 energy sensors)

x11/i3status was done a few hours ago.
2020-07-17 08:36:04 +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
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
sthen
90710cfcdd bump HW_SENSORS users, kernel ABI change from adding a new sensor type
breakage in zabbix reported by Mark Patruck
2018-12-12 13:34:31 +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
790c0e86fd Bump a bunch of ports to trigger rebuilds following cpu stats changes.
More to come later after a longer search completes.

THESE MAY NEED FURTHER WORK! If you use them, please check on -current.
2018-06-01 14:24:55 +00:00
naddy
445ca8c0a3 replace gettext module 2017-11-16 18:39:25 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +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
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +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
sthen
1ca9104b18 bump REVISION for ieee80211_nodereq change 2016-08-16 09:10:36 +00:00
sthen
981d86d970 sync WANTLIB (curl+nghttp2) 2015-10-30 12:59:16 +00:00
sthen
391dc93fe7 REVISION bumps following the additional member in struct if_data,
to make sure packages get updated
2015-10-05 16:29:01 +00:00
sthen
1a7fbe358c bump; ifmedia64 2015-09-11 14:50:36 +00:00
sthen
c58704c98d sync wantlib, mostly lzma (from xml2) 2015-06-10 21:42:26 +00:00
ajacoutot
a5c4d0fad4 Add @pkgpath ${BASE_PKGPATH},audacious now that the audacious FLAVOR is gone.
prodded by dcoppa@
2014-11-27 19:59:21 +00:00
benoit
e855dceaaa Remove myself as maintainer. 2014-11-09 10:26:55 +00:00
bcallah
979fe84f97 Remove the audacious FLAVOR. It required libaudclient, which is no longer
part of audacious.
Reminder from dcoppa@
2014-11-04 12:38:57 +00:00
benoit
09ba3163cc unbreak with dkstat.h removal. 2014-09-16 07:28:09 +00:00
ajacoutot
b60e9ca8bf Bump some pkg that directly depend on harfbuzz after the recent version
bump.
2013-05-31 15:29:40 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
chrisz
a87833e6a9 update to conky-1.9.0
OK jasper@, benoit@ (maintainer)
2012-12-31 09:36:38 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +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
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +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
d0900366de Unbreak again (remove execinfo from WANTLIB) 2012-03-22 08:37:49 +00:00
dcoppa
52a53c0c10 Unbreak after audacious' update 2012-03-21 09:33:23 +00:00
sthen
6141dc8a95 bump; net/if.h changes (missed with the last batch) 2011-11-18 01:08:01 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +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
9f63150832 Now that espie's @pkgpath patch is in snapshots, merge -imlib2
flavor into -main and link the -xmms2 flavor to the build.

OK sthen@, espie@
2011-06-13 10:11:05 +00:00
dcoppa
88753aa14e Clarify license marker.
Remove useless @sample.

Suggested by, ok sthen@
Ok benoit@ (maintainer)
2011-04-28 10:31:16 +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
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
4d0f59f329 last WANTLIB conversion, hopefully 2010-11-11 19:00:48 +00:00