* Note that to remove all GNOME components, you should use pkg_delete -rf

* Installing GNOME from packages works, but the preferred method is still
  ports.
This commit is contained in:
Joe Marcus Clarke 2002-12-02 03:11:58 +00:00
parent 0ff903d5da
commit dedcfaeea5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15120
2 changed files with 11 additions and 15 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/faq.sgml,v 1.35 2002/08/25 19:12:55 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.36 2002/10/14 03:58:32 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1.4 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -59,10 +59,7 @@
<tt># pkg_add -r gnome</tt>
<p>This will download the latest GNOME packages from the FreeBSD FTP
site, and proceed to install them on your system. <b>Note:</b>
Installing GNOME from packages contained in the 4.4-RELEASE
release CDROM was broken. You should instead use the ports
method below. The problem was fixed in the 4.5-RELEASE.</p>
site, and proceed to install them on your system.
<p>To build and install GNOME from ports, you should first
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
@ -84,9 +81,8 @@ WITH_GTK=yes
<p>This is an optional step, but will allow certain ports, such as
Vim, to take advantage of the Gtk+ widget set.</p>
<p>Currently, building from ports is the preferred method for
installing GNOME on FreeBSD; however, the FreeBSD GNOME team is
working on improving the installation of pre-built packages.</p>
<p>Building from ports is the preferred method for
installing GNOME on FreeBSD.</p>
</td>
</tr>
<tr><td><br></td></tr>
@ -219,7 +215,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
usually works:</p>
<pre>
# pkg_delete -r pkgconfig\*
# pkg_delete -rf pkgconfig\*
# cd /usr/ports/x11/gnome
# make clean
# make install clean

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.17 2002/10/14 03:58:32 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.18 2002/10/17 18:34:40 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -60,10 +60,7 @@
<p>This will download the latest GNOME 2.0 packages from the
FreeBSD FTP site, and proceed to install them on your system.
<b>Note:</b> Currently, building GNOME 2.0 from packages is
broken. GNOME 2.0 is still new, and work is being done to
improve the package installation process. You should instead
use the ports method below.</p>
</p>
<p>To build and install GNOME 2.0 from ports, you should first
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
@ -75,6 +72,9 @@
# make install clean
</pre>
<p>Building from ports is the preferred method for
installing GNOME 2 from ports.</p>
</td>
</tr>
<tr><td><br></td></tr>
@ -244,7 +244,7 @@ eog
usually works:</p>
<pre>
# pkg_delete -r pkgconfig\*
# pkg_delete -rf pkgconfig\*
# cd /usr/ports/x11/gnome2
# make clean
# make install clean