[27610] trunk/dports/x11/xorg/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 10 10:58:25 PDT 2007


Revision: 27610
          http://trac.macosforge.org/projects/macports/changeset/27610
Author:   yves at macports.org
Date:     2007-08-10 10:58:24 -0700 (Fri, 10 Aug 2007)

Log Message:
-----------
Remove exit code and refresh the message

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

Modified: trunk/dports/x11/xorg/Portfile
===================================================================
--- trunk/dports/x11/xorg/Portfile	2007-08-10 17:38:52 UTC (rev 27609)
+++ trunk/dports/x11/xorg/Portfile	2007-08-10 17:58:24 UTC (rev 27610)
@@ -23,11 +23,12 @@
 		http://sunsite.sut.ac.jp/pub/archives/X11/${version}/src-single
 
 pre-fetch {
-    ui_msg "Hi, my name is xorg, and I am broken and looking for someone to fix me."
-    ui_msg "So please do not file a bug for me unless you know how to fix me."
-    ui_msg "Instead, please use Apple's X11 that is provided on the OS X install CDs ..."
-    ui_msg "and also install the X11 SDK from Xcode Tools because they are both required."
-    exit 1
+    return -code error "
+        Hi, my name is xorg, I am broken for the time being, so please do not file a bug for me.
+        Instead, you can use Apple's X11 that is provided on the OS X install CDs ...
+            and also install the X11 SDK from Xcode Tools because they are both required.
+        There is also a working XFree86 port and ongoing development to port X11R7 to OS X.
+        "
 }
 use_bzip2	yes
 distname	${version}-src

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070810/0b179503/attachment.html


More information about the macports-changes mailing list