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 |
|
jasper
|
832c9594c4
|
start cleaning the ifdef-hell
|
2011-05-23 18:28:14 +00:00 |
|
jasper
|
c977db561e
|
the openbsd code has diverged too much from the freebsd and generic bsd code
to be easily maintainable. so instead move it to files/ for now untill it
gets incorporated upstream.
discussed with aja@
|
2011-05-23 18:09:10 +00:00 |
|
ajacoutot
|
476aeea50e
|
Missing ifdef.
|
2011-05-23 16:36:13 +00:00 |
|
ajacoutot
|
0bdc48978b
|
Update to startup-notification-0.12.
ok dcoppa@
|
2011-05-23 12:06:10 +00:00 |
|
jasper
|
332b0601b7
|
sort
|
2011-05-22 20:43:35 +00:00 |
|
jasper
|
9f47095a9c
|
sync
|
2011-05-22 20:41:30 +00:00 |
|
jasper
|
7a37869a3d
|
import emacs-python 5.2.0
Emacs mode for editing Python code.
ok rpointel@
|
2011-05-22 20:40:46 +00:00 |
|
jasper
|
00f14a7442
|
- spacing
- regen wantlib
|
2011-05-22 17:02:35 +00:00 |
|
ajacoutot
|
1b1aa152e5
|
Bugfix update to goffice-0.8.15.
|
2011-05-22 10:06:50 +00:00 |
|
sthen
|
de6490e0a1
|
missed bumps, AUTOCONF_VERSION actually makes it into RUN_DEPENDS for
these ports. pointed out by Markus Lude.
|
2011-05-21 20:28:58 +00:00 |
|
ajacoutot
|
25a2cbaf98
|
Fix RUN_DEPENDS-main so that when using the gtk3 FLAVOR we don't end up
building vte twice (once with the gtk3 FLAVOR and once FLAVORless because
of the dependency on vte-ptyhelper).
|
2011-05-21 08:02:08 +00:00 |
|
ajacoutot
|
b737aa2e7c
|
Bugfix update to glib2-2.28.7.
|
2011-05-21 07:05:09 +00:00 |
|
sthen
|
437b940539
|
use correct autoconf version, from Brad.
|
2011-05-20 21:18:38 +00:00 |
|
ajacoutot
|
8bd4c48464
|
Ugly hack to fix CAIRO_SHARED_LIBRARY. I'll need to revisit this soon.
|
2011-05-20 13:33:53 +00:00 |
|
ajacoutot
|
6523fc5b2a
|
Maintenance update to libgsf-1.14.21.
|
2011-05-20 12:34:24 +00:00 |
|
ajacoutot
|
7c4bb4c8f8
|
Merge a part from upstream commit that prefers gvfs-open over gnome-open so
that xdg-open works in both gnome2 and gnome3.
|
2011-05-19 18:35:43 +00:00 |
|
matthieu
|
ed65c0eb91
|
Use ${SHELL} to run install-sh since it may not be executable.
ok phessler@, landry@ who did run this through a full ports build.
|
2011-05-18 19:38:15 +00:00 |
|
espie
|
bb2bf62650
|
hunting for stupid distfiles...
|
2011-05-18 01:03:52 +00:00 |
|