jasper
5821c1967b
- silence various warnings
2011-05-31 14:02:26 +00:00
jasper
72430a5fe7
- slightly adjust cpu usage retrieval.
...
this still doesn't work on i386 (32 bit arches?), whereas it does work
fine on amd64, mips64el and sparc64..
2011-05-31 13:47:56 +00:00
ajacoutot
7c4c914bdd
Disable user switching.
2011-05-31 10:48:21 +00:00
jasper
53e032a8e2
update to py-decorator 3.3.1
2011-05-31 09:26:39 +00:00
ckuethe
9f5977b84a
update to scons 2.0.1, after consultation with former MAINTAINER.
...
ok and bulk build test from landry@
2011-05-31 09:06:48 +00:00
sthen
13602cba97
use base64-encoded checksums, "if you wish to regen, go ahead" espie@
2011-05-31 08:35:20 +00:00
jasper
803dd6b93b
missed bump with previous cleaning
...
ok aja@
2011-05-31 07:53:30 +00:00
rpointel
0e28b0e3c9
First ports I found which need Add WANTLIB += ${MODPY_WANTLIB}, bump revision.
...
ok sthen@.
2011-05-31 05:44:26 +00:00
jasper
2323fd15db
ryan boggs takes maintainership
2011-05-30 20:36:05 +00:00
ajacoutot
2bc48cd129
Fix defaults and mandatory paths.
2011-05-30 19:02:24 +00:00
ajacoutot
20af647410
Merge some upstream fixes to make dconf behave better.
2011-05-30 15:51:51 +00:00
gsoares
097686ade1
update fossil to 20110523151112; from James Turner(MAINTAINER)
...
s/LOCALBASE/TRUEPREFIX/ in pkg/DESCR; from myself
OK sthen@ jasper@
2011-05-30 09:37:01 +00:00
landry
e7205ff263
Add quirk for the wormux->warmux rename.
2011-05-30 09:15:16 +00:00
jasper
c0c39c7681
Apply same fix as matthieu@ did for other automake versions, from brad:
...
Use ${SHELL} to run install-sh since it may not be executable.
2011-05-30 09:08:24 +00:00
jasper
ef7d5a7201
revert previous, it turns out the atk api is inconsistent. marking the
...
prototype of a function as ATK_DISABLE_DEPRECATED, and the comment above
the implementation is also marked as deprecated, but it's not wrapped in
ifdefs and it's used in various places.
2011-05-30 07:48:49 +00:00
ajacoutot
c871551211
Summer cleaning:
...
* use MODPY_ADJ_FILES
* use REGRESS_FLAGS instead of 4 patches...
* use post-install to remove files we don't ship, 2 less patches
* install gtester-report(1) -- it's a python script but we do not
enforce a run dependency on python
2011-05-28 21:15:47 +00:00
ajacoutot
81c428a12d
Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
...
be chatty here.
2011-05-28 08:15:33 +00:00
ajacoutot
def1350a98
Don't hardcode path to true(1).
...
glib-compile-schemas: write informational messages to stdout instead of
stderr.
2011-05-28 07:38:01 +00:00
ajacoutot
e336dd0283
Rewrite / add glib credentials support to OpenBSD.
...
Joint work with upstream.
2011-05-28 07:32:06 +00:00
naddy
b286cf2ad6
update to 0.9; previous version doesn't build with new gmp and mpfr
...
ok jasper@
2011-05-27 20:51:05 +00:00
naddy
8945f1d6d0
* update to 3.0.1 patch level 4
...
* stop breaking the inter-library dependency on gmp
ok jasper@
2011-05-27 20:49:53 +00:00
naddy
6d7946fb71
update to 5.0.2; ok jasper@
2011-05-27 20:48:39 +00:00
ajacoutot
f60265b4a5
Media handling requires udev(8) which doesn't exist under OpenBSD, so no
...
need to try to auto{mount,run} removable devices by default.
2011-05-27 16:43:33 +00:00
jasper
8fa2c7b218
wrap function call and implementation of deprecated function in
...
ATK_DISABLE_DEPRECATED, like it's prototype
2011-05-27 14:46:06 +00:00
ajacoutot
e9cf87a506
Update to libidn-1.22.
...
ok dcoppa@
2011-05-27 09:58:51 +00:00
ajacoutot
6500851a05
Fix comment, no pkg change.
2011-05-27 09:13:09 +00:00
ajacoutot
f5fb423708
Remove useless patch.
2011-05-27 08:25:14 +00:00
jasper
bfbf2ef0ef
- adjust for vmmap; we copy the full vmmap tree from the kernel into the process
...
memory and walk through it with RB_FOREACH.
committing on behalf of ariane@ who wrote all the code, many thanks!
2011-05-26 17:47:24 +00:00
jasper
49835453c2
revert previous, it only adds to the confusion..
2011-05-26 08:07:21 +00:00
jasper
31de6f9252
Change the way glibtop_mem->total is calculated. Instead of adding
...
t_free to t_rm, just use t_rm. And use t_arm for glibtop_mem->used.
This makes things less confusing and more in line with the values
top(1) returns.
2011-05-26 07:28:51 +00:00
gsoares
7f28ff4237
- update p5-Devel-Trace to 0.11
...
- zap USE_GROFF
- REGRESS_IS_INTERACTIVE here
ok jasper@
reads ok sthen@
2011-05-25 18:00:21 +00:00
jasper
3ea4e28756
- update to gsl-1.15
...
- zap USE_GROFF
from wen heping
maintainer timed-out
2011-05-25 17:32:33 +00:00
jasper
b517a05142
use the same type for temporarily storing the amount of swap, as is used
...
in the struct that's eventually used to export it.
2011-05-25 10:44:34 +00:00
jasper
5f2e51b6bf
missed -python bump.
...
spotted by naddy@
2011-05-24 21:15:26 +00:00
jasper
d9fb7cd2e3
- update to Devel-Size-0.77
2011-05-24 20:49:20 +00:00
jasper
146b8a8d98
- fix cpu load calculation (was either 0% or 100%, but it seems only amd64
...
is fixed now, will look at the others soon).
- take maintainership
2011-05-24 12:37:15 +00:00
jasper
f5e79ac1fa
fix memory handling, instead of using 17179869183.3 GiB of RAM it's
...
now giving sensible values.
2011-05-24 11:21:56 +00:00
jasper
a5e0a9326b
use sysconf() instead of the deprecated getpagesize()
2011-05-24 10:40:47 +00:00
jasper
ec8a930f96
remove comment that doesn't apply to us
2011-05-24 09:30:20 +00:00
ajacoutot
e288a13063
Rework patches and adapt comment about our monotonic clock support.
2011-05-24 09:10:23 +00:00
jasper
bf81eec5f8
- fix swap detection
2011-05-24 08:48:22 +00:00
rpointel
18b97e9889
Update progressbar to 2.3.
...
ok aja@, benoit@.
2011-05-24 05:28:55 +00:00
sthen
976016e5c6
dovecot-sieve -> dovecot-pigeonhole
2011-05-23 22:58:35 +00:00
jasper
765163224e
- update to libwnck 3.0.2
...
* translation updates
2011-05-23 21:38:14 +00:00
ajacoutot
acb0ac7cd8
Bugfix update to libsoup-2.34.2.
...
* Two SoupCache-related leak fixes
2011-05-23 21:34:35 +00:00
jasper
2e03503c62
only try to calculate swap usage if it's enabled. still needs some work
...
to get a proper avail/inuse though.
2011-05-23 21:26:41 +00:00
jasper
06fdec108e
add rcs id's
2011-05-23 19:35:52 +00:00
jasper
f4b38c4bd4
don't leave os_version_code unitialized
2011-05-23 19:31:19 +00:00
jasper
223b8c349e
finish cleaning, this should now provide a base to fix bugs that doesn't
...
make you want to crawl out your eyes...
2011-05-23 19:13:07 +00:00
jasper
99cbaafb32
more ifdef cleaning
2011-05-23 18:47:30 +00:00