[59260] trunk/dports/x11/xorg-server/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 12 14:21:56 PDT 2009


Revision: 59260
          http://trac.macports.org/changeset/59260
Author:   jeremyhu at macports.org
Date:     2009-10-12 14:21:55 -0700 (Mon, 12 Oct 2009)
Log Message:
-----------
xorg-server: Fix CFBundleIdentifier to not conflict with the system X11.app

Modified Paths:
--------------
    trunk/dports/x11/xorg-server/Portfile

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile	2009-10-12 21:19:35 UTC (rev 59259)
+++ trunk/dports/x11/xorg-server/Portfile	2009-10-12 21:21:55 UTC (rev 59260)
@@ -4,6 +4,7 @@
 
 name		xorg-server
 version		1.6.5-apple1
+revision	1
 categories	x11 devel
 maintainers	jeremyhu openmaintainer
 description	The X.org / Xquartz X server.
@@ -61,7 +62,7 @@
 	port:xorg-libAppleWM \
 	port:xorg-libXfixes
 
-configure.args	--with-apple-applications-dir=${applications_dir} --with-fontdir=${prefix}/share/fonts --with-apple-application-id=org.macports.X11 --without-dtrace
+configure.args	--with-apple-applications-dir=${applications_dir} --with-fontdir=${prefix}/share/fonts --with-launchd-id-prefix=org.macports --without-dtrace
 
 # GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
 configure.cppflags-append -I/usr/include -I${filespath}/dri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091012/7043ea0f/attachment.html>


More information about the macports-changes mailing list