- Chase the rename.

- A few of small clean up like double 'cvsup', '2.10 to 2.12' -> '2.12 to 2.14',
  and etc.
This commit is contained in:
Jeremy Messenger 2006-05-29 18:12:05 +00:00
parent c2ee045be6
commit 12e7d2a110
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27961
9 changed files with 38 additions and 38 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.8 2005/12/29 06:42:27 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.9 2006/04/30 23:38:56 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Example GNOME Makefile">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -17,7 +17,7 @@
# Date created: 27 December 2003
# Whom: Some GNOME User &lt;&email;@FreeBSD.org&gt;
#
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.8 2005/12/29 06:42:27 adamw Exp $
# $FreeBSD: www/en/gnome/docs/example-Makefile.sgml,v 1.9 2006/04/30 23:38:56 marcus Exp $
#
# For this example, assume there was already a gnomeapp in the tree, and that this
@ -58,7 +58,7 @@ PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS+= --without-gnome
.endif
# Given all the above code, the package name is either "gnomeapp2-&gnomever;.2-gnome" or
# Given all the above code, the package name is either "gnomeapp2-gnome-&gnomever;.2" or
# "gnomeapp2-&gnomever;.2", depending upon whether you want gnomepanel support. The downloaded
# distfile will be "gnomeapp-&gnomever;.2.tar.bz2."

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.109 2006/04/30 05:45:35 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.110 2006/04/30 23:34:46 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -166,7 +166,7 @@ configure: error: *** pkg-config too old; version 0.14 or better required.
<p>While this may be buried in some other text, the error is
very straight-forward: you need to upgrade pkg-config.
The pkg-config application is found in the
<tt>devel/pkgconfig</tt> port. By updating this port to
<tt>devel/pkg-config</tt> port. By updating this port to
the latest version, this error will go away.</p>
<p>You may see compiler errors relating to pthreads
@ -199,7 +199,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
of the same library. This can happen if you have two different versions of
a port installed, or can even happen through normal <tt>portupgrade</tt> use.
You can back up the libraries in <tt>/usr/local/lib/compat/pkg</tt> and remove
them, and then run <tt>portupgrade -u -rf pkgconfig</tt>. This will force a
them, and then run <tt>portupgrade -u -rf pkg-config</tt>. This will force a
rebuild of all GNOME-related apps (and a fair number of other apps) without
retaining old versions of libraries in <tt>/usr/local/lib/compat/pkg</tt>.
</p>
@ -348,7 +348,7 @@ ggv
<pre>
# pkgdb -fF
# pkg_delete -rf pkgconfig\*
# pkg_delete -rf pkg-config\*
# cd /usr/ports/x11/gnome2
# make clean
# make install clean
@ -404,7 +404,7 @@ ggv
metacity window manager by default. Another popular window
manager that works well with GNOME &gnomever; is
<a href="http://sawmill.sourceforge.net/">sawfish</a>. Sawfish
can be found in <tt>x11-wm/sawfish2</tt>.</p>
can be found in <tt>x11-wm/sawfish</tt>.</p>
<p>To switch between metacity and sawfish in GNOME 2, you will need
to do the following:</p>
@ -555,7 +555,7 @@ Load "type1"
<p><b>How do I configure settings for GNOME 1.4 applications under
GNOME &gnomever;?</b></p>
<!-- A14 -->
<p>Install <tt>sysutils/gnomecontrolcenter</tt>, then invoke
<p>Install <tt>sysutils/gnome-control-center1</tt>, then invoke
<tt>gnomecc</tt> from the command line to bring up the GNOME
1.4 control center.</p>
</li>
@ -1024,7 +1024,7 @@ gtk-key-theme-name = "Emacs"
<tt>/usr/X11R6/libexec/gnome-settings-daemon</tt> from
the command line, and check for any errors. Most
problems can be solved by reinstalling
<tt>sysutils/gnomecontrolcenter2</tt>.</p>
<tt>sysutils/gnome-control-center</tt>.</p>
</li>
<!-- Q27 -->
<li style="padding-bottom: 0.5em"><a name="q27"></a>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq214.sgml,v 1.6 2006/05/01 16:28:30 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq214.sgml,v 1.7 2006/05/02 03:48:01 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -53,7 +53,7 @@
<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>CVSup. Simply obtain the latest ports tree, and you are
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. Then do the following:</p>
<pre>
# pkgdb -Ff

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome1_porting.sgml,v 1.5 2005/10/04 20:06:58 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome1_porting.sgml,v 1.6 2005/12/29 06:42:28 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1 Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -66,25 +66,25 @@
<tr>
<td><tt>gnomedb</tt></td>
<td><tt>databases/gnomedb</tt></td>
<td><tt>databases/gnome-db</tt></td>
<td><tt>libgda</tt></td>
</tr>
<tr>
<td><tt>gnomelibs</tt></td>
<td><tt>x11/gnomelibs</tt></td>
<td><tt>x11/gnome-libs</tt></td>
<td><tt>esound imlib libxml orbit</tt></td>
</tr>
<tr>
<td><tt>gnomeprint</tt></td>
<td><tt>print/gnomeprint</tt></td>
<td><tt>print/gnome-print</tt></td>
<td><tt>gnomelibs gnomecanvas</tt></td>
</tr>
<tr>
<td><tt>gnomevfs</tt></td>
<td><tt>devel/gnomevfs</tt></td>
<td><tt>devel/gnome-vfs1</tt></td>
<td><tt>gnomemimedata gconf gnomelibs</tt></td>
</tr>
@ -156,7 +156,7 @@
<tr>
<td><tt>pygtk</tt></td>
<td><tt>x11-toolkits/pygtk</tt></td>
<td><tt>x11-toolkits/py-gtk</tt></td>
<td><tt>gnomelibs gdkpixbuf libglade</tt></td>
</tr>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.23 2006/04/30 06:09:04 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.24 2006/04/30 06:14:48 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2 Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -42,7 +42,7 @@
<tr>
<td><tt>eel2</tt></td>
<td><tt>x11-toolkits/eel2</tt></td>
<td><tt>x11-toolkits/eel</tt></td>
<td><tt>gnomemenus gnomedesktop gail</tt></td>
</tr>
@ -78,19 +78,19 @@
<tr>
<td><tt>gnomecontrolcenter2</tt></td>
<td><tt>sysutils/gnomecontrolcenter2</tt></td>
<td><tt>sysutils/gnome-control-center</tt></td>
<td><tt>gnomedesktop metacity nautilus2</tt></td>
</tr>
<tr>
<td><tt>gnomedesktop</tt></td>
<td><tt>x11/gnomedesktop</tt></td>
<td><tt>x11/gnome-desktop</tt></td>
<td><tt>libgnomeui gnomedocutils</tt></td>
</tr>
<tr>
<td><tt>gnomedocutils</tt></td>
<td><tt>textproc/gnomedocutils</tt></td>
<td><tt>textproc/gnome-doc-utils</tt></td>
<td><tt>libxslt</tt></td>
</tr>
@ -102,19 +102,19 @@
<tr>
<td><tt>gnomepanel</tt></td>
<td><tt>x11/gnomepanel</tt></td>
<td><tt>x11/gnome-panel</tt></td>
<td><tt>gnomedesktop libwnck</tt></td>
</tr>
<tr>
<td><tt>gnomespeech</tt></td>
<td><tt>accessibility/gnomespeech</tt></td>
<td><tt>accessibility/gnome-speech</tt></td>
<td><tt>libbonobo</tt></td>
</tr>
<tr>
<td><tt>gnomevfs2</tt></td>
<td><tt>devel/gnomevfs2</tt></td>
<td><tt>devel/gnome-vfs</tt></td>
<td><tt>gconf2 libbonobo gnomemimedata</tt></td>
</tr>
@ -138,7 +138,7 @@
<tr>
<td><tt>libartlgpl2</tt></td>
<td><tt>graphics/libartlgpl2</tt></td>
<td><tt>graphics/libart_lgpl</tt></td>
<td><tt>pkgconfig</tt></td>
</tr>
@ -282,7 +282,7 @@
<tr>
<td><tt>nautilus2</tt></td>
<td><tt>x11-fm/nautilus2</tt></td>
<td><tt>x11-fm/nautilus</tt></td>
<td><tt>librsvg2 eel2 gnomedesktop</tt></td>
</tr>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.18 2006/04/30 05:59:33 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.19 2006/05/13 20:05:49 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Desktop-Independent Components">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -47,7 +47,7 @@
<tr>
<td><tt>gnomemimedata</tt></td>
<td><tt>misc/gnomemimedata</tt></td>
<td><tt>misc/gnome-mime-data</tt></td>
<td><tt>gnomehier pkgconfig</tt></td>
</tr>
@ -119,7 +119,7 @@
<tr>
<td><tt>pkgconfig</tt></td>
<td><tt>pkgconfig</tt> registers a dependency upon
<tt>devel/pkgconfig</tt> to make sure it is installed.
<tt>devel/pkg-config</tt> to make sure it is installed.
</td>
<td><tt>&nbsp;</tt></td>
</tr>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.49 2005/10/04 17:38:26 blackend Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.50 2005/12/29 06:42:28 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -247,7 +247,7 @@ INSTALLS_OMF=yes
GCONF_SCHEMAS= my_app.schemas my_app2.schemas my_app3.schemas
</pre>
<p>For example in <tt>audio/gnomemedia2</tt>:</p>
<p>For example in <tt>audio/gnome-media</tt>:</p>
<pre>
GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \

View file

@ -27,7 +27,7 @@
# Heh. "Tort."
#
# $MCom: portstools/gnomelogalyzer.sh.in,v 1.12 2005/06/28 05:47:54 adamw Exp $
# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.6 2005/08/14 07:01:28 adamw Exp $
# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.7 2006/01/07 06:14:16 mezz Exp $
#
# This script uses some simple yet effective heuristics to analyse
@ -153,12 +153,12 @@ fi
#
# TEST: Invalid pkg-config version
#
# SOLUTION: portupgrade pkgconfig
# SOLUTION: portupgrade pkg-config
debug -n "Checking pkg-config version... "
if grep -q '\*\*\* Your version of pkg-config is too old.' ${buildlog} ; then
echo "You have an outdated version of pkg-config installed."
soln_portupgrade "pkgconfig"
soln_portupgrade "pkg-config"
exit
else
debug "OK"

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/gnome/includes.navgnome.sgml,v 1.2 2005/12/29 07:30:02 adamw Exp $ -->
<!-- $FreeBSD: www/en/gnome/includes.navgnome.sgml,v 1.3 2006/05/03 00:21:41 marcus Exp $ -->
<!ENTITY nav '<div id="SIDENAV">
<h2 class="blockhide">Section Navigation</h2>
@ -16,7 +16,7 @@
<li><a href="&base;/gnome/index.html">Documentation</a>
<ul>
<li><a href="&base;/gnome/docs/faq2.html">FAQ</a></li>
<li><a href="&base;/gnome/docs/faq214.html">2.10 to 2.12 Upgrade FAQ</a></li>
<li><a href="&base;/gnome/docs/faq214.html">2.12 to 2.14 Upgrade FAQ</a></li>
<li><a href="&base;/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
<li><a href="&base;/gnome/docs/porting.html">Creating Ports</a></li>
<li><a href="&base;/gnome/docs/faq214.html#q5">Known Issues</a></li>