Differences between revisions 26 and 27
Revision 26 as of 2009-06-19 14:14:05
Size: 3162
Editor: 130
Comment:
Revision 27 as of 2009-06-19 16:09:46
Size: 3215
Editor: 130
Comment:
Deletions are marked like this. Additions are marked like this.
Line 61: Line 61:
 * http://bugzilla.gnome.org/show_bug.cgi?id=586346

Packages required on FreeBSD:

  • python25
  • openldap-client
  • git (and deps: renderproto kbproto expat ca_root_nss tcl-modules tcl perl p5-Net-SMTP-SSL p5-Error curl pkg-config xproto libXau libXdmcp freetype2 fontconfig libpthread-stubs libxcb libX11 libXrender libXft tk cvsps)
  • gettext
  • autoconf262 (and deps: m4)
  • automake14 automake17 automake18 automake19 automake110
  • subversion (and deps: sqlite3 gdbm db42 neon28 apr-gdbm-db42)
  • p5-XML-Parser
  • p5-XML-Simple (and deps: p5-XML-NamespaceSupport p5-XML-SAX p5-XML-SAX-Expat)

  • docbook-utils (and deps: xextproto printproto libwww xmlcatmgr jade dsssl-docbook-modular tex-texmflocal gsfonts cmpsfont amspsfnt teTeX-texmf p5-SGMLSpm texi2html png jpeg libICE libSM gd libXext libXp libXt libXpm libXmu libXaw t1lib ghostscript8 teTeX-base jadetex lynx )
  • docbook-310 docbook-xml-430 docboox-xml-440 docbook-xsl
  • jasper
  • popt
  • libXtst
  • bison flex
  • icu
  • libXrandr (and deps: randrproto)

docbook2html doesn't get installed with the short name, so run:

ln -s /usr/local/bin/docbook2html .local/bin/db2html

The jhbuild bootstrap libtool is required, as libtool 1.5.26 (shipped in ports) is too old. Build the new one with:

jhbuild --moduleset bootstrap build libtool

For whatever reason libraries occasionally don't get symlinks created.

jhbuild shell
cd $PREFIX/lib
ln -s libgcrypt.so.16.2 libgcrypt.so
ln -s libgpg-error.so.4.0 libgpg-error.so

jhbuildrc

os.environ['MAKE'] = 'gmake'
os.environ['XML_CATALOG_FILES'] = '/usr/local/share/xml/catalog'
autogenargs = 'CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"'
module_autogenargs['libxml2'] = autogenargs + ' --with-python=/usr/local'
#gtk-doc doesn't believe in environment variables or letting programs do their own thing
module_autogenargs['gtk-doc'] = autogenargs + ' --with-xml-catalog=/usr/local/share/xml/catalog'

Current Issues

Fixed Bugs