* Update the I18N section in light of the recent libiconv and gettext changes
* Mention the GNOME 2.0 components are now at beta3 * Change my contact address to my FreeBSD.org address Reviewed by: sobomax Approved by: sobomax
This commit is contained in:
parent
0ce04d243e
commit
8aaacfbd39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12714
3 changed files with 18 additions and 9 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/porting.sgml,v 1.15 2002/02/24 10:03:43 sobomax Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.16 2002/02/27 17:18:26 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -144,7 +144,7 @@ port(s):
|
|||
<h2>GNOME Internationalization</h2>
|
||||
<p>GNOME relies on the <tt>gettext</tt> port to do
|
||||
internationalization (I18N). FreeBSD currently supports two versions
|
||||
of <tt>gettext</tt>: 0.10.35 and 0.10.40. Most ports can use
|
||||
of <tt>gettext</tt>: 0.10.35 and 0.11.1. Most ports can use
|
||||
0.10.35. However, if, when compiling your port, you get an error
|
||||
building the .po translation files similar to the following you will
|
||||
need to use the newer version of <tt>gettext</tt>:</p>
|
||||
|
|
@ -164,7 +164,7 @@ found 6 fatal errors
|
|||
Makefile:</p>
|
||||
|
||||
<pre>
|
||||
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
|
||||
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext
|
||||
CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt-new \
|
||||
XGETTEXT=${LOCALBASE}/bin/xgettext-new
|
||||
</pre>
|
||||
|
|
@ -185,9 +185,6 @@ pre-patch:
|
|||
not .gmo files. To do this, you can generally use this
|
||||
<a href="../patches/patch-po::Makefile.in.in">patch</a>.</p>
|
||||
|
||||
<p>If your port depends on iconv, make sure you substitute all
|
||||
instances of <tt>iconv.h</tt> with <tt>giconv.h</tt>, and all
|
||||
instances of <tt>-liconv</tt> with <tt>-lgiconv</tt>.</p>
|
||||
<!-- End GNOME I18N -->
|
||||
|
||||
<!-- Begin GNOME libtool -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue