Changeset 55ee189
- Timestamp:
- 01/04/2003 03:09:19 AM (22 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, v1_0, v5_0, v5_0-pre1, 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:
- af01225
- Parents:
- 2473a62
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm/gdbm-exp.xml
r2473a62 r55ee189 2 2 <title>Command explanations</title> 3 3 4 <para><userinput> prefix=/usr man3dir=/usr/share/man/man35 infodir=/usr/share/info :</userinput> This command sets the file install 6 locations which <filename>configure</filename> fails to do when the 7 standard parameters are used.</para>4 <para><userinput>--infoprefix=/usr/share/info 5 --mandir=/usr/share/man</userinput> : These switches sets the 6 documentatin directory to <filename>/usr/share</filename> instead of 7 <filename>/usr</filename>.</para> 8 8 9 <para><userinput>BINOWN=root BINGRP=root :</userinput>This command9 <para><userinput>BINOWN=root BINGRP=root</userinput> : This command 10 10 changes the file ownership to root instead of the bin user.</para> 11 11 -
general/genlib/gdbm/gdbm-inst.xml
r2473a62 r55ee189 4 4 <para>Install gdbm by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure && 7 make prefix=/usr && 8 make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \ 9 BINOWN=root BINGRP=root install</userinput></screen></para> 6 <para><screen><userinput>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man && 7 make && 8 make BINOWN=root BINGRP=root install</userinput></screen></para> 10 9 11 10 <para>In addition, you may need to install the compatibility … … 14 13 15 14 <para><screen><userinput> 16 make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \ 17 BINOWN=root BINGRP=root install-compat</userinput></screen></para> 15 make BINOWN=root BINGRP=root install-compat</userinput></screen></para> 18 16 19 17 </sect2> -
general/genlib/gdbm/gdbm.ent
r2473a62 r55ee189 5 5 <!ENTITY gdbm-desc SYSTEM "gdbm-desc.xml"> 6 6 <!ENTITY gdbm-config SYSTEM "gdbm-config.xml"> 7 <!ENTITY gdbm-buildsize " 2MB">8 <!ENTITY gdbm-version "1.8. 2">9 <!ENTITY gdbm-download-http "http://www.ibiblio.org/pub/gnu/gdbm/gdbm-1.8. 2.tar.gz">10 <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8. 2.tar.gz">11 <!ENTITY gdbm-size "2 92KB">7 <!ENTITY gdbm-buildsize "1.7 MB"> 8 <!ENTITY gdbm-version "1.8.3"> 9 <!ENTITY gdbm-download-http "http://www.ibiblio.org/pub/gnu/gdbm/gdbm-1.8.3.tar.gz"> 10 <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz"> 11 <!ENTITY gdbm-size "228 KB"> -
introduction/welcome/changelog.xml
r2473a62 r55ee189 12 12 13 13 <listitem><para>January 3rd, 2003 [larry]: General: Updated to 14 gmp-4.1.2 .</para></listitem>14 gmp-4.1.2 and gdbm-1.8.3.</para></listitem> 15 15 16 16 <listitem><para>January 3rd, 2003 [larry]: PST: Clean-up SGML
Note:
See TracChangeset
for help on using the changeset viewer.