Changeset 7f6f64ac
- Timestamp:
- 04/18/2004 02:08:39 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6369e76
- Parents:
- 46f1cfa
- Files:
-
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm/gdbm-exp.xml
r46f1cfa r7f6f64ac 1 1 <sect2> 2 2 <title>Command explanations</title> 3 4 <para><parameter>--infodir=/usr/share/info5 --mandir=/usr/share/man</parameter>: These switches set the documentation6 directory to <filename class="directory">/usr/share</filename> instead of7 <filename class="directory">/usr</filename>.</para>8 3 9 4 <para><parameter>BINOWN=root BINGRP=root</parameter>: This command … … 11 6 12 7 </sect2> 13 -
general/genlib/gdbm/gdbm-inst.xml
r46f1cfa r7f6f64ac 5 5 </para> 6 6 7 <screen><userinput><command>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man&&7 <screen><userinput><command>./configure --prefix=/usr && 8 8 make && 9 9 make BINOWN=root BINGRP=root install</command></userinput></screen> -
general/genlib/gdbm/gdbm.ent
r46f1cfa r7f6f64ac 5 5 <!ENTITY gdbm-desc SYSTEM "gdbm-desc.xml"> 6 6 <!ENTITY gdbm-version "1.8.3"> 7 <!ENTITY gdbm-download-http "http:// www.ibiblio.org/pub/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">7 <!ENTITY gdbm-download-http "http://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz"> 8 8 <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz"> 9 9 <!ENTITY gdbm-size "223 KB"> -
general/genlib/gmp.xml
r46f1cfa r7f6f64ac 5 5 &gmp-intro; 6 6 &gmp-inst; 7 &gmp-exp;8 7 &gmp-desc; 9 8 10 9 </sect1> 11 -
general/genlib/gmp/gmp-inst.xml
r46f1cfa r7f6f64ac 5 5 </para> 6 6 7 <screen><userinput><command>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man&&7 <screen><userinput><command>./configure --prefix=/usr && 8 8 make && 9 9 make install</command></userinput></screen> 10 10 11 11 </sect2> 12 -
general/genlib/gmp/gmp.ent
r46f1cfa r7f6f64ac 2 2 <!ENTITY gmp-intro SYSTEM "gmp-intro.xml"> 3 3 <!ENTITY gmp-inst SYSTEM "gmp-inst.xml"> 4 <!ENTITY gmp-exp SYSTEM "gmp-exp.xml">5 4 <!ENTITY gmp-desc SYSTEM "gmp-desc.xml"> 6 5 <!ENTITY gmp-version "4.1.2"> 7 <!ENTITY gmp-download-http "http:// www.ibiblio.org/pub/gnu/gmp/gmp-&gmp-version;.tar.bz2">6 <!ENTITY gmp-download-http "http://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2"> 8 7 <!ENTITY gmp-download-ftp "ftp://ftp.gnu.org/gnu/gmp/gmp-&gmp-version;.tar.bz2"> 9 8 <!ENTITY gmp-size "1.6 MB"> -
general/prog/tcl/tcl-inst.xml
r46f1cfa r7f6f64ac 4 4 <note><para>This package is also installed in <acronym>LFS</acronym> 5 5 during the bootstrap phase. The significant difference between the 6 two installations (other than installing to /usr) is to install6 two installations (other than installing to <filename class="directory">/usr</filename>) is to install 7 7 the package in such a way that there is no need to keep the build 8 8 directory around after installation.</para></note> -
gnome/lib/libglade/libglade-intro.xml
r46f1cfa r7f6f64ac 21 21 <sect3><title><application>libglade</application> dependencies</title> 22 22 <sect4><title>Required</title> 23 <para><xref linkend="libxml2"/> and <xref linkend="GTK2"/></para></sect4> 23 <para> 24 <xref linkend="libxml2"/> and 25 <xref linkend="GTK2"/> 26 </para></sect4> 24 27 <sect4><title>Optional</title> 25 <para><xref linkend="Python"/> if compiled utilizing <xref 26 linkend="expat"/>, <xref linkend="gtk-doc"/> and <xref 27 linkend="DocBook"/></para></sect4> 28 <para> 29 <xref linkend="Python"/> (if compiled utilizing <xref linkend="expat"/>) and 30 <xref linkend="gtk-doc"/> 31 </para></sect4> 28 32 </sect3> 29 33 30 31 34 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.