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

jeremyhu at macports.org jeremyhu at macports.org
Sun Dec 7 02:58:20 PST 2008


Revision: 43241
          http://trac.macports.org/changeset/43241
Author:   jeremyhu at macports.org
Date:     2008-12-07 02:58:20 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
xorg-server: Fixed creation of 'X' symlink in the destroot and added a post-install to prod users for feedback on this port.

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

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile	2008-12-07 10:52:00 UTC (rev 43240)
+++ trunk/dports/x11/xorg-server/Portfile	2008-12-07 10:58:20 UTC (rev 43241)
@@ -70,5 +70,9 @@
 }
 
 post-destroot {
-	system "ln -s Xquartz ${prefix}/bin/X"
+	ln -s Xquartz ${destroot}${prefix}/bin/X
 }
+
+post-install {
+	ui_msg "This server has only been tested on Leopard.  It should run on Tiger, but it has not been tested.  Feedback would be very appreciated if you use this port."
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081207/4c6fb9cb/attachment.html>


More information about the macports-changes mailing list