Changeset e0cafc9


Ignore:
Timestamp:
10/01/2012 12:19:42 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
8d2de54
Parents:
8527c6d
Message:

Update to PostgreSQL-9.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8527c6d re0cafc9  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "30">                   <!-- Always 2 digits -->
    77<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "September 28th, &year;">
     12<!ENTITY releasedate  "September 30th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    519519<!ENTITY db-version                   "5.3.21">
    520520<!ENTITY mysql-version                "5.5.27">
    521 <!ENTITY postgresql-version           "9.1.5">
     521<!ENTITY postgresql-version           "9.2.0">
    522522<!ENTITY sqlite-version               "3.7.14">
    523523
  • introduction/welcome/changelog.xml

    r8527c6d re0cafc9  
    4444
    4545-->
     46    <listitem>
     47      <para>September 30th, 2012</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to PostgreSQL-9.2.0. Fixes
     51          <ulink url="&blfs-ticket-root;3578">#3578</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>September 28th, 2012</para>
  • server/databases/postgresql.xml

    r8527c6d re0cafc9  
    77  <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!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        "c784decb60615aa94c6a31601bc6ffd2">
    12   <!ENTITY postgresql-size          "15 MB">
    13   <!ENTITY postgresql-buildsize     "174 MB (additional 143 MB to run the testsuite)">
    14   <!ENTITY postgresql-time          "1.0 SBU (additional 0.1 SBU to run the testsuite)">
     9  <!ENTITY postgresql-md5sum        "8c4c32a4abe8cf61b02c8366181ede50">
     10  <!ENTITY postgresql-size          "15.4 MB">
     11  <!ENTITY postgresql-buildsize     "331 MB (additional 143 MB to run the testsuite)">
     12  <!ENTITY postgresql-time          "1.7 SBU (additional 0.1 SBU to run the testsuite)">
    1513]>
    1614
     
    107105    <para>Now configure and build the package:</para>
    108106
    109 <screen><userinput>./configure --prefix=/usr \
    110   --docdir=/usr/share/doc/postgresql-&postgresql-version; \
    111   --enable-thread-safety &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr          \
     108            --enable-thread-safety \
     109            --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
    112110make</userinput></screen>
    113111
     
    116114    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    117115
    118 <screen role="root"><userinput>make install &amp;&amp;
     116<screen role="root"><userinput>make install      &amp;&amp;
    119117make install-docs &amp;&amp;
    120118chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</userinput></screen>
     
    171169
    172170    <para><parameter>--docdir=/usr/share/doc/postgresql-&postgresql-version;</parameter>:
    173     This switch puts the html (and pdf, if created) docs in a versioned
    174     directory.</para>
     171    This switch puts the documentation in a versioned directory.</para>
    175172
    176173    <para><parameter>--enable-thread-safety</parameter>: This switch makes the
     
    188185    language.</para>
    189186
    190     <para><option>--with-tcl</option>:  build the PL/Tcl server-side language.</para>
     187    <para><option>--with-tcl</option>: build the PL/Tcl server-side language.</para>
    191188
    192189    <para><command>chown -v root:root /usr/share/doc/postgresql-&postgresql-version;/html/*</command>:
Note: See TracChangeset for help on using the changeset viewer.