Changeset 93c1bf51
- Timestamp:
- 01/10/2005 10:41:26 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4e83952
- Parents:
- 9cb302c7
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/db.xml
r9cb302c7 r93c1bf51 6 6 7 7 <!ENTITY db-download-http " "> 8 <!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db- 4.2.52.tar.gz">9 <!ENTITY db-size " 4.1MB">8 <!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz"> 9 <!ENTITY db-size "5.7 MB"> 10 10 <!ENTITY db-buildsize "68 MB"> 11 <!ENTITY db-time "1.2 2SBU">11 <!ENTITY db-time "1.23 SBU"> 12 12 ]> 13 13 … … 40 40 </sect3> 41 41 42 <sect3><title>Additional downloads</title>43 <itemizedlist spacing='compact'>44 <listitem><para>Required Patch: <ulink45 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>46 <listitem><para>Required Patch: <ulink47 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2"/></para>48 </listitem></itemizedlist>49 </sect3>50 51 42 <sect3><title><application>Berkeley DB</application> dependencies</title> 52 43 <sect4><title>Optional</title> … … 63 54 commands:</para> 64 55 65 <screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 && 66 patch -Np0 -i ../patch.&db-version; && 67 cd build_unix && 56 <screen><userinput><command>cd build_unix && 68 57 ../dist/configure --prefix=/usr \ 69 58 --enable-compat185 \ … … 80 69 <screen><userinput><command>chown root:root /usr/bin/db_* \ 81 70 /usr/lib/libdb* /usr/include/db* && 82 chown -R root:root /usr/share/doc/db- 4.2.52.2</command></userinput></screen>71 chown -R root:root /usr/share/doc/db-&db-version;</command></userinput></screen> 83 72 84 73 </sect2> -
content/web/php.xml
r9cb302c7 r93c1bf51 35 35 <listitem><para>Estimated disk space required: &php-buildsize;</para></listitem> 36 36 <listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist> 37 </sect3> 38 39 <sect3><title>Additional downloads</title> 40 <itemizedlist spacing="compact"> 41 <listitem><para>Required patch for Berkeley DB: <ulink 42 url="&patch-root;/php-&php-version;-db43-1.patch"/></para> 43 </listitem></itemizedlist> 37 44 </sect3> 38 45 … … 104 111 server-side scripting as it is the most common form.</para></note> 105 112 113 <para>If you have Berkeley DB installed and wish to utilize it, apply 114 the following patch:</para> 115 116 <screen><userinput><command>patch -Np1 ../php-&php-version;-db43-1.patch</command></userinput></screen> 117 106 118 <para>Install <application><acronym>PHP</acronym></application> by 107 119 running the following commands:</para> -
general.ent
r9cb302c7 r93c1bf51 259 259 <!-- Part VII --> 260 260 <!-- Chapter 23 --> 261 <!ENTITY db-version "4. 2.52.2">261 <!ENTITY db-version "4.3.27"> 262 262 <!ENTITY db-3.3-version "3.3.11"> 263 263 <!ENTITY mysql-version "4.1.8a"> -
general/prog/python.xml
r9cb302c7 r93c1bf51 41 41 <listitem><para>Required patch: <ulink 42 42 url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para></listitem> 43 <listitem><para>Required patch for Berkeley DB: <ulink 44 url="&patch-root;/Python-&Python-version;-db43-1.patch"/></para></listitem> 43 45 </itemizedlist> 44 46 </sect3> … … 57 59 <sect2> 58 60 <title>Installation of <application>Python</application></title> 61 62 <para>If you have Berkeley DB installed and wish to utilize it, apply 63 the following patch:</para> 64 65 <screen><userinput><command>patch -Np1 ../Python-&Python-version;-db43-1.patch</command></userinput></screen> 59 66 60 67 <para>Install <application>Python</application> by running the following -
gnome/otherlibs/gconf1.xml
r9cb302c7 r93c1bf51 41 41 </sect3> 42 42 43 <sect3><title>Additional downloads</title> 44 <itemizedlist spacing="compact"> 45 <listitem><para>Required patch for Berkeley DB: <ulink 46 url="&patch-root;/GConf-&GConf1-version;-db43-1.patch"/></para> 47 </listitem></itemizedlist> 48 </sect3> 49 43 50 <sect3><title><application>GConf</application> dependencies</title> 44 51 <sect4><title>Required</title> … … 48 55 <sect4><title>Optional</title> 49 56 <para><xref linkend="GTK"/>, 50 <xref linkend="db -3.3"/> and57 <xref linkend="db"/> and 51 58 <xref linkend="guile"/></para> 52 59 </sect4> … … 57 64 <sect2> 58 65 <title>Installation of <application>GConf</application></title> 66 67 <para>If you have Berkeley DB installed apply the following 68 patch:</para> 69 70 <screen><userinput><command>patch -Np1 ../GConf-&GConf1-version;-db43-1.patch</command></userinput></screen> 59 71 60 72 <para>Install <application>GConf</application> by running the following -
introduction/welcome/changelog.xml
r9cb302c7 r93c1bf51 24 24 25 25 <listitem><para>January 10th, 2005 [igor]: Updated to 26 OpenLDAP-2.2.20 .</para></listitem>26 OpenLDAP-2.2.20 and Berkeley DB-4.3.27.</para></listitem> 27 27 28 28 <listitem><para>January 10th, 2005 [randy]: Updated to Sendmail-8.13.2; -
kde/add/kdesdk.xml
r9cb302c7 r93c1bf51 38 38 </sect3> 39 39 40 <sect3><title>Additional downloads</title> 41 <itemizedlist spacing="compact"> 42 <listitem><para>Required patch for Berkeley DB: <ulink 43 url="&patch-root;/kdesdk-&kdesdk-version;-db43-1.patch"/></para> 44 </listitem></itemizedlist> 45 </sect3> 46 40 47 <sect3><title><application>kdesdk</application> dependencies</title> 41 48 <sect4><title>Required</title> … … 54 61 <sect2> 55 62 <title>Installation of <application>kdesdk</application></title> 63 64 <para>If you have Berkeley DB installed, apply 65 the following patch:</para> 66 67 <screen><userinput><command>patch -Np1 ../kdesdk-&kdesdk-version;-db43-1.patch</command></userinput></screen> 56 68 57 69 <para>Install <application>kdesdk</application> with:</para> -
server/mail/exim.xml
r9cb302c7 r93c1bf51 41 41 </sect3> 42 42 43 <sect3><title>Additional downloads</title> 44 <itemizedlist spacing="compact"> 45 <listitem><para>Required patch for Berkeley DB: <ulink 46 url="&patch-root;/exim-&exim-version;-db43-1.patch"/></para> 47 </listitem></itemizedlist> 48 </sect3> 49 43 50 <sect3><title><application>Exim</application> dependencies</title> 44 51 <sect4><title>Required</title> … … 69 76 create the group and user exim which will run the 70 77 <command>exim</command> daemon:</para> 78 79 <para>If you have Berkeley DB installed, apply 80 the following patch:</para> 81 82 <screen><userinput><command>patch -Np1 ../exim-&exim-version;-db43-1.patch</command></userinput></screen> 71 83 72 84 <screen><userinput><command>groupadd exim && -
template/template.xml
r9cb302c7 r93c1bf51 51 51 <sect3><title>Additional downloads</title> 52 52 <itemizedlist spacing="compact"> 53 <listitem><para>Required Patch: <ulink53 <listitem><para>Required patch: <ulink 54 54 url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para> 55 55 </listitem></itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.