Add a blurb about making sure ones /usr/ports/Mk directory is up-to-date
before trying to build GNOMENG ports.
This commit is contained in:
parent
e492617495
commit
9d68c82b61
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13944
1 changed files with 11 additions and 1 deletions
|
@ -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.4 2002/08/11 17:24:13 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.5 2002/08/19 01:56:30 marcus Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -230,6 +230,16 @@ USE_GNOME= yes
|
|||
new layout. Alternatively, you are free to convert the port
|
||||
yourself, and submit a PR.</p>
|
||||
|
||||
<p><b>NOTE!</b> You <b>must</b> have a current
|
||||
<tt>/usr/ports/Mk</tt> directory in order to make use
|
||||
of the new GNOMENG framework. If you do not have a current
|
||||
Mk directory, you will still overwrite your GNOME 2 desktop
|
||||
even when USE_GNOMENG is defined. To update your Mk directory,
|
||||
make sure your ports supfile is set to retrieve the
|
||||
<b>ports-base</b> tag. This is done automatically if your
|
||||
supfile contains the <b>ports-all</b> tag.
|
||||
</p>
|
||||
|
||||
<p>To run GNOME 2.0 applications under GNOME 1.4.1, you will need
|
||||
to make sure your GNOME 1.4.1 components are up-to-date, then
|
||||
install the <tt>gnome2-devel</tt> port. To install this port
|
||||
|
|
Loading…
Reference in a new issue