diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 46f7f0f..96ed49e 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -6713,11 +6713,10 @@ Set the following to list of all gsettings schema files (*.gschema.xml) that you Note that of the above, INSTALLS_ICONS will automaticly include USE_GNOME. The others need to have USE_GNOME explicitly enabled. - - - - OMF Installation + + + OMF Installation A large number of GNOME applications (especially GNOME 2 applications) install Open Source Metadata Framework (OMF) @@ -6732,10 +6731,12 @@ Set the following to list of all gsettings schema files (*.gschema.xml) that you INSTALLS_OMF="yes" + - GConf Schema Installation + + GConf Schema Installation GConf is the XML-based database that virtually all GNOME applications use for storing their settings. This @@ -6766,38 +6767,54 @@ GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ has schema files then you should not be use GCONF_SCHEMAS. It means, this port has broke either schema files or installation of GConf. + + + GLIB_SCHEMAS + Vul mij in + + + - Shared MIME database + + Shared MIME database USE_GNOME=sharedmimeinfo is deprecated. Please use USES=sharedmimeinfo instead. + - Desktop database + + Desktop database USE_GNOME=desktopfileutils is deprecated. Please use USES=desktop-file-utils instead. + - Libtool Issues + + Libtool Issues Most, if not all, GNOME applications depend on GNU's libtool. They also use the GNU configure system. If your port installs shared libraries, and includes an ltmain.sh script in its ${WRKSRC} directory, you should add - USE_GNOME=ltverhack. It will try to normalize the shared library version. The use of lthack is deprecated. + USE_GNOME=ltverhack. It will try to normalize the shared library version. + The use of lthack is deprecated. + -List of USE_GNOME options + + List of USE_GNOME options If you still need help with your port, have a look at some of the "link ="/ports/gnome.html"existing ports "unlink" for examples. The "link to ML" ="mailto:gnomeATFreeBSD.org" "unlink"freebsd-gnome mailing list "unlink" is also there for you. + @@ -6825,7 +6842,6 @@ GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
-