Changeset 904f4c45 for server


Ignore:
Timestamp:
03/15/2010 07:22:41 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
12949fb
Parents:
0fb9d5f
Message:

Updated to PostgreSQL-8.3.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8332 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r0fb9d5f r904f4c45  
    55  %general-entities;
    66
    7   <!-- <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    8   <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
    9   <!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
    10   <!ENTITY postgresql-download-ftp  "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2">
    11   <!ENTITY postgresql-md5sum        "af7ec100a33c41bfb8d87b5e0ec2f44a">
    12   <!ENTITY postgresql-size          "12.5 MB">
    13   <!ENTITY postgresql-buildsize     "165 MB (additional 118 MB to run the testsuite)">
    14   <!ENTITY postgresql-time          "1.4 SBU">
     7  <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     8  <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     9  <!-- <!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
     10  <!ENTITY postgresql-download-ftp  "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2"> -->
     11  <!ENTITY postgresql-md5sum        "315118130e1800a87f0effe69b947810">
     12  <!ENTITY postgresql-size          "14.1 MB">
     13  <!ENTITY postgresql-buildsize     "180 MB (additional 125 MB to run the testsuite)">
     14  <!ENTITY postgresql-time          "2.1 SBU">
    1515]>
    1616
     
    7070    <xref linkend="tcl"/>,
    7171    <xref linkend="openssl"/>,
     72    <xref linkend="libxml2"/>,
     73    <xref linkend="libxslt"/>,
    7274    <xref linkend="openldap"/>,
    7375    <xref linkend="linux-pam"/>,
     
    104106<screen role="root"><userinput>make install &amp;&amp;
    105107chown -v root:root /usr/share/doc/postgresql/html/* &amp;&amp;
     108
    106109install -v -m755 -d /usr/share/doc/postgresql/{FAQ/html,TODO.detail} &amp;&amp;
    107 install -v -m644 doc/TODO /usr/share/doc/postgresql &amp;&amp;
    108 install -v -m644 doc/FAQ* /usr/share/doc/postgresql/FAQ &amp;&amp;
    109 install -v -m644 doc/src/FAQ/* /usr/share/doc/postgresql/FAQ/html &amp;&amp;
    110 install -v -m644 doc/TODO.detail/* \
    111     /usr/share/doc/postgresql/TODO.detail</userinput></screen>
     110install -v -m644    doc/TODO \
     111                    /usr/share/doc/postgresql &amp;&amp;
     112install -v -m644    doc/FAQ* \
     113                    /usr/share/doc/postgresql/FAQ &amp;&amp;
     114install -v -m644    doc/src/FAQ/* \
     115                    /usr/share/doc/postgresql/FAQ/html &amp;&amp;
     116install -v -m644    doc/TODO.detail/* \
     117                    /usr/share/doc/postgresql/TODO.detail</userinput></screen>
    112118
    113119    <note>
Note: See TracChangeset for help on using the changeset viewer.