ajacoutot
56d1bf11a2
Update to dbus-glib-0.100.2.
2013-03-03 17:43:49 +00:00
ajacoutot
8f0aa87e02
Fix for CVE-2013-0292: authentication bypass vulnerability
...
ok jasper@ sthen@ espie@
2013-02-16 09:05:36 +00:00
ajacoutot
c1937f439f
Remove old bash_completion script. New ones are installed under
...
share/bash-completion and this port is already legacy so it won't get
an update anytime soon...
2012-09-27 15:51:15 +00:00
ajacoutot
ef5cb32a0f
Stupid autohell is stupid...
...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +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
ajacoutot
9106ea3217
Update to dbus-glib-0.100.
2012-07-05 07:20:06 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
16e28cacf6
Minor update to dbus-glib-0.98.
2011-10-16 06:45:18 +00:00
ajacoutot
550f52636f
Bugfix update to dbus-glib-0.96.
2011-09-29 06:58:13 +00:00
espie
346b5bc6dc
normalize pkgpath
2011-09-16 12:29:12 +00:00
ajacoutot
8279df0f22
Bugfix update to dbus-glib-0.94.
2011-06-03 16:55:16 +00:00
kili
27f99a5541
--disable-silent-rules is now added to CONFIGURE_ARGS per default,
...
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
692b507b05
Update to dbus-glib-0.92.
2010-12-13 10:41:41 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
ajacoutot
de4475ef2e
Remove XXX.
2010-09-28 18:06:47 +00:00
ajacoutot
5793f1c4bd
Don't hardcode PORTSDIR, as spotted by Ted Roby.
2010-09-20 16:02:31 +00:00
ajacoutot
3c74f0d735
Add an XXX here, to be revisited soon.
2010-09-15 15:47:10 +00:00
ajacoutot
0b17fae6f3
Not my day... I forgot an important SHARED_LIBS bump.
2010-09-06 14:48:26 +00:00
fgsch
92b9cd5d45
Correct master site. ajacoutot@ ok.
2010-09-06 10:50:39 +00:00
ajacoutot
289ca5b8e6
Update to dbus-glib-0.88.
2010-09-06 07:35:47 +00:00
sthen
6548c7a188
add missing wantlibs, new-style lib_depends/revision, bump
2010-08-25 20:27:16 +00:00
ajacoutot
d7acb3b130
New style DEPENDS.
2010-07-30 11:29:44 +00:00
ajacoutot
127208401d
First pass at new REVISION/DEPENDS... not finished yet.
2010-07-30 06:58:57 +00:00
ajacoutot
deef71a598
Take maintainer.
...
ok robert@
2010-07-02 18:01:53 +00:00
ajacoutot
1ee18388a4
Maintainance update to dbus-glib-0.86.
2010-04-20 14:59:26 +00:00
ajacoutot
f7fbe255ad
Update to dbus-glib-0.84.
2010-03-20 16:55:56 +00:00
phessler
43d1211674
fix compilation on gcc2.95 arches
2009-11-09 10:00:20 +00:00
ajacoutot
4473acaa8d
Revert to 0.80.0. There is an obscure bug interacting with gio (gvfs)
...
which would prevent gvfs-mount from working.
jasper@ agrees
2009-10-14 17:59:49 +00:00
ajacoutot
9d70a2a67a
Update to dbus-glib-0.82.
...
ok jasper@
2009-10-10 14:31:24 +00:00
ajacoutot
43afe0f584
Some cleanups:
...
- explicitely set some configure_args
- store @sample under share/examples/dbus-glib/
- get dbus-bus-introspect.xml directly from dbus-daemon output
2009-03-23 10:05:36 +00:00
ajacoutot
413adea965
- update to dbus-glib 0.80
...
from Brad
2009-02-08 15:51:45 +00:00
jasper
6c7f4c600c
- update dbus-glib to 0.78
...
- enable bash completion (as discussed with ajacoutot@ and brad@)
looks good to ajacoutot@
brad@ had a similar diff
2008-12-09 19:43:16 +00:00
brad
e07ce9589c
Update to DBus-glib 0.76.
...
ok jasper@ ajacoutot@
2008-10-12 22:09:20 +00:00
ajacoutot
37c8796785
- remove dependency on devhelp for lighter non-gnome ports to avoid a
...
too big dependency chain
requested by steven@
discussed with steven@ espie@ fgsch@
2008-05-27 08:02:51 +00:00
ajacoutot
d8df7a8750
- since devhelp files are provided, make it run_depends on devhelp so
...
that we can actually see them
ok jasper@
2008-05-26 08:32:57 +00:00
steven
1c58e6abbf
missing piece of update to dbus-glib 0.74
...
spotted by naddy
2008-02-09 23:17:17 +00:00
jasper
0a0158bfc1
- update dbus-glib to 0.74
...
- add trailing slash in MASTER_SITES
- update WANTLIB
tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:37:14 +00:00
steven
a095361ca1
fix WANTLIB
2008-02-01 21:38:26 +00:00
merdely
d0e220d33a
Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN
2007-09-15 20:04:18 +00:00
bernd
9510fcbb96
Fix build with xenocara expat.
2007-04-28 14:58:21 +00:00
jasper
8b0938949d
update dbus-glib to 0.73
...
okay kurt@
2007-04-20 23:03:37 +00:00
espie
be99f23aa5
more base64 checksums
2007-04-05 17:36:18 +00:00
todd
663480dbfc
update to 0.72, from Dimitri Alenitchev
...
ok brad@
2007-02-01 07:56:24 +00:00
alek
b461e24155
Import dbus-glib 0.71
...
GLib bindings for the D-BUS interprocess messaging system.
2006-11-10 18:46:10 +00:00