[m-rev.] diff: fix some download URLs

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 29 00:22:25 AEDT 2003


Estimated hours taken: 0.5
Branches: main

w3/download/include/release.inc:
	Fix URL for the Linux .tar.gz binary distribution.
	Fix URL for the Sparc/Solaris .tar.gz binary distribution.
	Add Mac OS X binary distribution.

Workspace: /home/ceres/fjh/mercury
Index: w3/download/include/release.inc
===================================================================
RCS file: /home/mercury1/repository/w3/download/include/release.inc,v
retrieving revision 1.27
diff -u -d -r1.27 release.inc
--- w3/download/include/release.inc	24 Dec 2002 06:21:05 -0000	1.27
+++ w3/download/include/release.inc	28 Jan 2003 13:10:58 -0000
@@ -266,12 +266,14 @@
 
 	     Ordinary package (*.tar.gz) <br>
 	     Compiler + Extras + Tests (about 30 Mb): <br>
-<? links_to_file("mercury-0.11.0.i686-pc-linux-libc2.1-gnu-O5.tar.gz", "no"); ?>
+<? links_to_file("mercury-0.11.0.i686-pc-linux-libc2.2-gnu-O5.tar.gz", "no"); ?>
 	<p>
 
     <dt>Sun SPARC machines running Solaris 2.x and SunOS 5.6
 	<dd> Compiler + Extras + Tests (about 35 Mb): <br>
-<? links_to_file("mercury-0.11.0.sparc-sun-solaris2.7.tar.gz", "no"); ?>
+	(For this platform, we're shipping 0.11.1-beta-2003-01-25
+	in place of 0.11.0.) <br>
+<? links_to_file("mercury-0.11.1-beta-2003-01-25.sparc-sun-solaris2.7.tar.gz", "no"); ?>
 	<br>
 	<em> <strong>WARNING:</strong> 
 We've had reports that some users have had trouble untarring some of
@@ -280,6 +282,15 @@
 Sun tar.  If you encounter this problem, then (1) let us know
 and (2) use GNU tar. </em>
 	<p>
+
+    <dt>Apple Mac Power/PC machines running MacOS X
+	<dd> Compiler only (about 35 Mb): <br>
+<? links_to_file("mercury-0.11.0.powerpc-apple-darwin5.5", "no"); ?>
+	<br>
+	If you get this package, we suggest that you also download
+	the "extras" source distribution. 
+	<p>
+
 
 </dl>
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list