On Sun, 27 Jan 2013 20:10:05 +0100 Landry Breuil <[email protected]> wrote:
> On Sun, Jan 27, 2013 at 09:59:52AM -0600, Amit Kulkarni wrote: > > On Sun, Jan 27, 2013 at 9:25 AM, Erling Westenvik < > > [email protected]> wrote: > > > > > When attempting to install JDK 1.6 from ports, the ports system states: > > > > > > *** Get the BSD patchset file: > > > *** bsd-jdk16-patches-4.tar.bz2 > > > *** from http://www.eyesbeyond.com/freebsddom/java/jdk16.html > > > > > > However, over the last two days the above webserver has complained about > > > "internal errors" when attempting to download, and today the domain > > > appears to be unavailable due to DNS failure. Are there other "safe" > > > download locations for this file? > > > > > > Also: the FAQ on how to install JDK seem to me to be out of date? > > > http://www.openbsd.org/faq/faq8.html#Programming: > > > > > > 1) JDK 1.5 is not in ports anymore? > > > 2) One is not required to visit SUN's website, just to put > > > "ACCEPT_JRL_LICENSE=Yes" in /etc/mk.conf? > > > > > > Cheers, > > > > > > Erling > > > > > > > > very good catches, the whole "Building the Sun JDK" section needs to be > > revamped. lang/kaffe and any jdk < 1.6 is history. > > > > The current procedure is to use gcj 4.6 and using ecj.jar to build jdk1.6 > > and then use 1.6 to build 1.7 > > > > while there... > > > > Nick/anybody, > > > > the following lines mentioning these specific ports can be removed. > > lint() > > Amaya (for 5.3 release and now also since it was broken for so many years) > > netsurf > > what's the problem with netsurf ? > > Landry > Ok part 1 fixing the obvious problems... Index: faq8.html =================================================================== RCS file: /cvs/www/faq/faq8.html,v retrieving revision 1.239 diff -u -p -r1.239 faq8.html --- faq8.html 1 Nov 2012 15:05:30 -0000 1.239 +++ faq8.html 27 Jan 2013 19:32:06 -0000 @@ -564,10 +564,6 @@ the base system or as packages or ports. <ul> <li>Unix shells: ksh and csh in the base system, many others (e.g. zsh, tcsh) in the <tt>shells</tt> subdirectory of the ports tree. -<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>: -a C program verifier, which has been substantially improved from versions -before OpenBSD 3.9. -Linted versions of system libraries are also provided. <li>"make" utilities: the traditional BSD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> program is in the base system, and the ports tree contains other flavors @@ -1047,12 +1043,11 @@ no particular order): based on Mozilla. <li><a href="http://www.opera.com/">Opera</a> Commercial browser, i386 only (requires Linux emulation). - <li><a href="http://www.w3.org/Amaya/">Amaya</a> The W3C's browser and editor. <li><a href="http://www.twotoasts.de/index.php?/pages/midori_summary.html">Midori</a>, a WebKit-based browser from the Xfce project. <li><a href="http://sites.google.com/a/chromium.org/dev/Home">Chromium</a> the open source version of the Google Chrome browser, i386/amd64 only (so far). - <li><a href="http://opensource.conformal.com/wiki/XXXTerm">XXXTerm</a> + <li><a href="http://opensource.conformal.com/wiki/xombrero">Xombrero</a> a minimalist browser with vi-like keyboard operations in addition to traditional browser behavior <li><a href="http://www.conkeror.org/">Conkeror</a> @@ -1079,7 +1074,7 @@ no particular order): support (also has a graphical mode). <li><a href="http://artax.karlin.mff.cuni.cz/~mikulas/links/">Links</a> Has table support. - <li><a href="http://freecode.com/projects/retawq">Retawk</a> + <li><a href="http://freecode.com/projects/retawq">Retawq</a> Interactive, multi-threaded text mode web browser. </ul>
