diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index 417173b261..37a99808be 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.22 2006/10/14 16:45:32 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.23 2007/03/19 17:36:34 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -14,6 +14,7 @@ DOCS+= faq212.sgml DOCS+= faq214.sgml DOCS+= faq216.sgml DOCS+= faq218.sgml +DOCS+= faq220.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index fe5d7a5be4..cd701b1b99 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + @@ -246,7 +246,7 @@ options _KPOSIX_PRIORITY_SCHEDULING

Starting with 2.16, GNOME now lives in LOCALBASE instead of X11BASE. This move can cause strange build problems if the proper + href="&base;/gnome/docs/faq220.html">the proper upgrade steps are not followed. However, if after following all the steps, you may still see errors like the following:

@@ -368,7 +368,7 @@ libtool: link: `/usr/X11R6/lib/libglade-2.0.la' is not a valid libtool archive

The &gnomeoldver; to &gnomever; may have a few caveats. You are strongly advised to read the - upgrade FAQ for detailed + upgrade FAQ for detailed instructions.

diff --git a/en/gnome/docs/faq220.sgml b/en/gnome/docs/faq220.sgml new file mode 100644 index 0000000000..779c299cc2 --- /dev/null +++ b/en/gnome/docs/faq220.sgml @@ -0,0 +1,142 @@ + + + + +]> + + &header; + +

Contents

+
    +
  1. What is new in GNOME &gnomever;? +
  2. How do I upgrade to GNOME &gnomever;? +
  3. The upgrade failed; what do I do? +
  4. List of known GNOME &gnomever; problems and their solutions +
  5. I have found a bug; whom should I alert? +
  6. I want the fame and glory of the FreeBSD GNOME team! What + can I do to participate? +
+ +

Full Text

+
    + +
  1. +

    What is new in GNOME &gnomever;?

    + +

    Although the canonical summary of new features can be found at + http://www.gnome.org/start/2.20/notes/en/, + some of the most exciting new features of GNOME &gnomever; are:

    + + + +
  2. + + +
  3. +

    How do I upgrade to GNOME &gnomever;?

    + +

    The answer is relatively simple:

    + +
      +
    1. +

      To build GNOME &gnomever;, you need to obtain the latest + ports tree skeleton. This is most easily accomplished with + portsnap(8) or CVSup. Simply obtain the latest ports tree, and you are + ready to go. Then do the following:

      +
      +# pkgdb -Ff
      +# portupgrade -f -o textproc/rarian textproc/scrollkeeper
      +# portupgrade -a
      +# pkgdb -fF
      +	  
      + + NOTE: it is recommended to run portupgrade + -a to make sure you get all the necessary ports.

      + +

      If you are a portmaster(8) user, make sure you have + least 1.9 version. Then do the following:

      + +
      +# portmaster -o textproc/rarian textproc/scrollkeeper
      +# portmaster -a
      +	  
      + +
    +
  4. + + +
  5. +

    The upgrade failed; what do I do?

    + +

    Unfortunately, this is not only possible, it is highly probable. There are many possible + valid GNOME configurations, and even more invalid starting points. If the script fails, + follow the instructions in the error message to let the FreeBSD GNOME team know about the + failure.

    + +

    The majority of build failures will be dependency-related issues. One simple way to resolve + the problem is to remove the offending port, re-run portupgrade or portmaster, and then + reinstall the port when the upgrade process is complete.

    +
  6. + + +
  7. +

    List of GNOME &gnomever; problems and their solutions

    + +

    Although GNOME &gnomever; is certainly the best release to date (of course), there are + a couple regressions that slipped in, both in the GNOME code and in its implementation + within FreeBSD. Some of the more visible issues are:

    + + +
  8. + + +
  9. +

    I have found a bug; whom should I alert?

    + +

    Please read the FreeBSD GNOME Project's + documentation on reporting bugs. +

    +
  10. + + +
  11. +

    I want the fame and glory of being part of the FreeBSD GNOME team! + What can I do to participate?

    + +

    Please read our list of ways + to get involved! +

    +
  12. +
+ + &footer; + + diff --git a/en/gnome/index.xsl b/en/gnome/index.xsl index 5ccfa30cce..6171818294 100644 --- a/en/gnome/index.xsl +++ b/en/gnome/index.xsl @@ -4,7 +4,7 @@ ]> - + -

Upgrading to GNOME 2.18?

+

Upgrading to GNOME 2.20?

-

If you are upgrading from GNOME 2.16 to GNOME 2.18, read the - Upgrade FAQ for upgrade +

If you are upgrading from GNOME 2.18 to GNOME 2.20, read the + Upgrade FAQ for upgrade instructions.

State of the port

GNOME for FreeBSD is currently supported on - 5-STABLE, 6-STABLE, 7-CURRENT, 5.5, 6.1, and 6.2. + 5-STABLE, 6-STABLE, 7.X, 8-CURRENT, 5.5, 6.1, and 6.2. Most of GNOME has been ported to FreeBSD, but there is still plenty left to be done!