[43320] trunk/dports/x11/xinit/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Dec 8 22:07:46 PST 2008
Revision: 43320
http://trac.macports.org/changeset/43320
Author: jeremyhu at macports.org
Date: 2008-12-08 22:07:45 -0800 (Mon, 08 Dec 2008)
Log Message:
-----------
xinit: Don't install the startx LaunchAgent
Modified Paths:
--------------
trunk/dports/x11/xinit/Portfile
Modified: trunk/dports/x11/xinit/Portfile
===================================================================
--- trunk/dports/x11/xinit/Portfile 2008-12-09 04:22:16 UTC (rev 43319)
+++ trunk/dports/x11/xinit/Portfile 2008-12-09 06:07:45 UTC (rev 43320)
@@ -4,7 +4,7 @@
name xinit
version 1.1.0
-revision 1
+revision 2
categories x11
platforms darwin
maintainers jeremyhu
@@ -38,7 +38,6 @@
autoconf.args -fvi
pre-configure {
- reinplace "s|org.x|org.macports|" ${worksrcpath}/org.x.startx.plist.cpp
reinplace "s|org.x|org.macports|" ${worksrcpath}/privileged_startx/org.x.privileged_startx.plist.cpp
reinplace "s|org.x|org.macports|" ${worksrcpath}/privileged_startx/privileged_startx_types.h
reinplace "s|org.x|org.macports|" ${worksrcpath}/privileged_startx/server.c
@@ -46,7 +45,7 @@
}
post-destroot {
- move ${destroot}/Library/LaunchAgents/org.x.startx.plist ${destroot}/Library/LaunchAgents/org.macports.startx.plist
+ file delete -force ${destroot}/Library/LaunchAgents/org.x.startx.plist
move ${destroot}/Library/LaunchDaemons/org.x.privileged_startx.plist ${destroot}/Library/LaunchDaemons/org.macports.privileged_startx.plist
xinstall -d ${destroot}${prefix}/lib/X11/xinit/xinitrc.d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081208/051c9736/attachment.html>
More information about the macports-changes
mailing list