# HG changeset patch # User Tony Theodore # Date 1285771504 -36000 # Node ID 81aa21124ae261a95877807f002c746a45f0815c # Parent bea8315f19d2e93b86bf898c15bb1d5e17b1a0e7 remove Open Solaris section of the docs as it's no longer supported. Open Solaris is not on Oracle's roadmap [1] and they have stopped pushing code to a public repository [2]. [1] http://sstallion.blogspot.com/2010/08/opensolaris-is-dead.html [2] http://gdamore.blogspot.com/2010/08/tap-is-turned-off.html diff -r bea8315f19d2 -r 81aa21124ae2 doc/index.html --- a/doc/index.html Wed Sep 29 14:46:42 2010 +0200 +++ b/doc/index.html Thu Sep 30 00:45:04 2010 +1000 @@ -429,6 +429,10 @@

Almost all packages are updated to their latest version.

+ +

+ Support for OpenSolaris has been dropped +

Old Releases
@@ -485,7 +489,6 @@
  • Frugalware
  • Gentoo
  • MacOS
  • -
  • Open Solaris
  • openSUSE
  • @@ -681,74 +684,6 @@ gmake gsed libtool openssl p5-xml-parser \ pkgconfig scons wget xz-devel -

    Open Solaris 2009.06

    - -

    - Open Solaris does not fulfill the requirements. - Two requirements are hopelessly outdated (M4, Autoconf) (*), - and one requirement is not provided at all (SCons). - If you want to run mingw-cross-env on Open Solaris nevertheless, - a lot of manual work is required: -

    - -

    - Install all requirements - that already ship with Solaris: -

    - -
    pfexec pkg install SUNWgnu-automake-110 SUNWbison SUNWcmake \
    -                   SUNWflexlex SUNWgcc SUNWgmake SUNWgsed \
    -                   SUNWgzip SUNWlibtool SUNWlibm \
    -                   SUNWopenssl SUNWgpch SUNWperl-xml-parser \
    -                   SUNWgnome-common-devel SUNWunzip SUNWwget
    - -

    - and make Automake available: -

    -
    pfexec ln -s aclocal-1.10  /usr/bin/aclocal
    -pfexec ln -s automake-1.10 /usr/bin/automake
    - -

    - Edit your .bashrc script to add /usr/local/bin to $PATH, - and start a new shell session: -

    -
    export PATH=/where mingw-cross-env is installed/usr/bin:/usr/local/bin:$PATH
    - -

    - Download and install M4, Autoconf and SCons by hand: -

    -
    -wget http://ftp.gnu.org/gnu/m4/m4-1.4.5.tar.gz
    -tar -xzf m4-1.4.5.tar.gz
    -cd m4-1.4.5
    -./configure
    -make
    -pfexec make install
    -cd ..
    -
    -wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz
    -tar -xzf autoconf-2.62.tar.gz
    -cd autoconf-2.62
    -./configure
    -make
    -pfexec make install
    -cd ..
    -
    -wget http://downloads.sourceforge.net/project/scons/scons/1.2.0/scons-1.2.0.tar.gz
    -tar -xzf scons-1.2.0.tar.gz
    -cd scons-1.2.0
    -python setup.py build
    -pfexec python setup.py install
    -cd ..
    - -

    - (*) If you are using the - development repository, - M4 and Autoconf will meet the requirements. - However, recent versions of bash (4+) from this source - will cause certain builds to fail. -

    -

    openSUSE