Update gnome website for GNOME 2.32.

This commit is contained in:
Koop Mast 2010-11-20 15:22:27 +00:00
parent 2f84405b21
commit edd81b99ba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36611
5 changed files with 183 additions and 10 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.29 2009/11/29 20:28:43 marcus Exp $
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.30 2010/05/10 19:33:23 kwm Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -20,6 +20,7 @@ DOCS+= faq224.sgml
DOCS+= faq226.sgml
DOCS+= faq228.sgml
DOCS+= faq230.sgml
DOCS+= faq232.sgml
DOCS+= gnome_porting.sgml
DOCS+= gnome1_porting.sgml
DOCS+= gnome2_porting.sgml

124
en/gnome/docs/faq232.sgml Normal file
View file

@ -0,0 +1,124 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
<html>
&header;
<h2>Contents</h2>
<ol>
<li> <a href="#q1">What is new in GNOME &gnomever;?</a>
<li> <a href="#q2">How do I upgrade to GNOME &gnomever;?</a>
<li> <a href="#q3">The upgrade failed; what do I do?</a>
<li> <a href="#q4">List of known GNOME &gnomever; problems and their solutions</a>
<li> <a href="#q5">I have found a bug; whom should I alert?</a>
<li> <a href="#q6">I want the fame and glory of the FreeBSD GNOME team! What
can I do to participate?</a>
</ol>
<h2>Full Text</h2>
<ol>
<!-- Q1 -->
<li style="padding-bottom: 0.5em"><a name="q1"></a>
<p><b>What is new in GNOME &gnomever;?</b></p>
<!-- A1 -->
<p>Although the canonical summary of new features can be found at
<a href="http://library.gnome.org/misc/release-notes/&gnomever;/">
http://library.gnome.org/misc/release-notes/&gnomever;/</a></p>
</li>
<!-- Q2 -->
<li style="padding-bottom: 0.5em"><a name="q2"></a>
<p><b>How do I upgrade to GNOME &gnomever;?</b></p>
<!-- A2 -->
<p>The answer is relatively simple:</p>
<ol>
<li>
<p>To build GNOME &gnomever;, you need to obtain the latest
ports tree skeleton. This is most easily accomplished with
<tt>portsnap(8)</tt> or <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">CVSup</a>.
Simply obtain the latest ports tree, and you are ready to go.</p>
If you are a <tt>portupgrade(1)</tt> users, Then do the following:</p>
<pre>
# pkgdb -fF
# pkg_deinstall -f0 gtkmm-2.20\* gtk-2.20\*
# portupgrade -aOW
</pre>
<p><b>NOTE:</b> it is recommended to run <b>portupgrade
-a</b> to make sure you get all the necessary ports. The
-W option simply makes things a bit faster by not doing a
<tt>make clean</tt> after each port build.</p>
<p>If you are a <tt>portmaster(8)</tt> user, make sure you have
least 3.1 version. Then do the following:</p>
<pre>
# pkg_delete -f gtkmm-2.20\* gtk-2.20\*
# portmaster -a
</pre>
</ol>
</li>
<!-- Q3 -->
<li style="padding-bottom: 0.5em"><a name="q3"></a>
<p><b>The upgrade failed; what do I do?</b></p>
<!-- A3 -->
<p>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.</p>
<p>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 <tt>portupgrade</tt> or <tt>portmaster</tt>, and then
reinstall the port when the upgrade process is complete.</p>
</li>
<!-- Q4 -->
<li style="padding-bottom: 0.5em"><a name="q4"></a>
<p><b>List of GNOME &gnomever; problems and their solutions</b></p>
<!-- A4 -->
<p>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:</p>
<ul>
<li>Clutter based applications like mutter and a number of
gnome-games, will crash when using Software Rasterizer rendering.
You can check it with <tt>glxinfo | grep render</tt>. A solution is
being worked on.</li>
<li>Brasero has a bug that it crashes when creating new burn projects.
Premade iso burning works as expected.</li>
<li>PackageKit where ported to FreeBSD. It does have some rough edges still.</li>
</ul>
</li>
<!-- Q5 -->
<li style="padding-bottom: 0.5em"><a name="q5"></a>
<p><b>I have found a bug; whom should I alert?</b></p>
<!-- A5 -->
<p>Please read the FreeBSD GNOME Project's
<a href="http://www.FreeBSD.org/gnome/docs/bugging.html">documentation on reporting bugs</a>.
</p>
</li>
<!-- Q6 -->
<li style="padding-bottom: 0.5em"><a name="q6"></a>
<p><b>I want the fame and glory of being part of the FreeBSD GNOME team!
What can I do to participate?</b></p>
<!-- A6 -->
<p>Please read our list of <a href="http://www.FreeBSD.org/gnome/docs/volunteer.html">ways
to get involved</a>!
</p>
</li>
</ol>
&footer;
</body>
</html>

View file

@ -4,7 +4,7 @@
<!ENTITY title "The FreeBSD GNOME Project">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.105 2009/11/29 20:39:14 marcus Exp $ -->
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.106 2010/05/10 19:33:23 kwm Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -125,10 +125,10 @@
<li>devel/gnome2-hacker-tools (development tools)</li>
</ul>
<h2>Upgrading to GNOME 2.30?</h2>
<h2>Upgrading to GNOME 2.32?</h2>
<p>If you are upgrading from GNOME 2.28 to GNOME 2.30, read the
<a href="docs/faq230.html">Upgrade FAQ</a> for upgrade
<p>If you are upgrading from GNOME 2.30 to GNOME 2.32, read the
<a href="docs/faq232.html">Upgrade FAQ</a> for upgrade
instructions.</p>
<h2>State of the port</h2>

View file

@ -19,12 +19,60 @@ News//EN"
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
version="1.0">
<cvs:keyword name="freebsd">$FreeBSD: www/en/gnome/news.xml,v 1.151 2009/11/29 21:03:51 marcus Exp $</cvs:keyword>
<cvs:keyword name="freebsd">$FreeBSD: www/en/gnome/news.xml,v 1.152 2010/05/10 19:33:23 kwm Exp $</cvs:keyword>
</cvs:keywords>
<year>
<name>2010</name>
<month>
<name>November</name>
<day>
<name>19</name>
<event>
<title>Announcing GNOME 2.32.1 for FreeBSD!</title>
<p>Presenting GNOME 2.32.1 for FreeBSD. The offical release
notes for this release can be found at
<a href="http://library.gnome.org/misc/release-notes/2.32/">
http://library.gnome.org/misc/release-notes/2.30/</a></p>
<p>This will be the last release of the GNOME 2.x series, mainly a bugfix
and bridge release to the first release of the GNOME 3.x series.</p>
<p>This release features commits by avl, marcus, mezz and myself.</p>
<p>The FreeBSD GNOME Team would like to thank the following contributors
and testers for there help with this release:</p>
<p>
Zane C.B.
<br />
romain@
<br />
Olaf Seibert
<br />
DomiX
<br />
Bapt
<br />
jsa@
<br />
miwi@
<br />
Sergio de Almeida Lenzi
<br />
Maxim Samsonov
<br />
Kris Moore
<br />
</p>
</event>
</day>
</month>
<month>
<name>May</name>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.48 2010/07/04 21:15:42 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.49 2010/07/23 23:53:11 hrs Exp $ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
@ -66,9 +66,9 @@
<!ENTITY u.rel2.installation '&base;/releases/&rel2.current;R/installation.html'>
<!ENTITY u.rel2.readme '&base;/releases/&rel2.current;R/readme.html'>
<!ENTITY gnomeoldver '2.28'>
<!ENTITY gnomever '2.30'>
<!ENTITY gnomedevelver '2.31'>
<!ENTITY gnomeoldver '2.30'>
<!ENTITY gnomever '2.32'>
<!ENTITY gnomedevelver '2.90'>
<!--
Local Variables: