[35659] trunk/dports/devel/dbus/Portfile
gui_dos at macports.org
gui_dos at macports.org
Tue Apr 1 11:15:45 PDT 2008
Revision: 35659
http://trac.macosforge.org/projects/macports/changeset/35659
Author: gui_dos at macports.org
Date: 2008-04-01 11:15:44 -0700 (Tue, 01 Apr 2008)
Log Message:
-----------
dbus: create also /etc/dbus-1/session.d during destroot
Modified Paths:
--------------
trunk/dports/devel/dbus/Portfile
Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile 2008-04-01 18:03:35 UTC (rev 35658)
+++ trunk/dports/devel/dbus/Portfile 2008-04-01 18:15:44 UTC (rev 35659)
@@ -4,6 +4,7 @@
name dbus
version 1.1.20
+revision 1
maintainers nomaintainer
categories devel
platforms darwin
@@ -46,7 +47,7 @@
system "touch ${worksrcpath}/m4/acx_pthread.m4"
}
-# Fixes to be removed post 1.1.20
+# Fixes to be removed post 1.1.20
patchfiles patch-dbus-dbus-sysdeps.c.diff
pre-configure {
reinplace "s|-Wl,-z,relro||g" ${worksrcpath}/configure
@@ -71,13 +72,15 @@
file mkdir ${destroot}${prefix}/var/run/dbus
file mkdir ${destroot}${prefix}/var/lib/dbus
file mkdir ${destroot}${prefix}/etc/dbus-1/system.d
+ file mkdir ${destroot}${prefix}/etc/dbus-1/isession.d
}
destroot.keepdirs \
${destroot}${prefix}/share/dbus-1/services \
${destroot}${prefix}/var/run/dbus \
${destroot}${prefix}/var/lib/dbus \
- ${destroot}${prefix}/etc/dbus-1/system.d
+ ${destroot}${prefix}/etc/dbus-1/system.d \
+ ${destroot}${prefix}/etc/dbus-1/session.d
pre-activate {
addgroup messagebus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080401/f43205b8/attachment.html
More information about the macports-changes
mailing list