Changeset 3e06289 for general/prog


Ignore:
Timestamp:
08/23/2014 07:03:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
fa36572
Parents:
7846c8f
Message:

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14016 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    r7846c8f r3e06289  
    107107<screen><userinput>mkdir python2 &amp;&amp;
    108108pushd python2 &amp;&amp;
    109 PYTHON=/usr/bin/python     \
     109PYTHON=/usr/bin/python \
    110110../configure --prefix=/usr --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
    111111make &amp;&amp;
     
    124124<screen><userinput>mkdir python3 &amp;&amp;
    125125pushd python3 &amp;&amp;
    126 PYTHON=/usr/bin/python3    \
     126PYTHON=/usr/bin/python3 \
    127127../configure --prefix=/usr --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
    128128make &amp;&amp;
  • general/prog/guile.xml

    r7846c8f r3e06289  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/lua.xml

    r7846c8f r3e06289  
    4141    </para>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/pygtk.xml

    r7846c8f r3e06289  
    3232      </para>
    3333
    34       &lfs75_checked;
     34      &lfs76_checked;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
  • general/prog/python3.xml

    r7846c8f r3e06289  
    4343    </para>
    4444
    45     &lfs75_checked;
     45    &lfs76_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    203203
    204204    <para>
     205      <parameter>--without-ensurepip</parameter>: This switch disables building
     206      <command>pip</command> and setuptools modules. Newer versions can be
     207      installed independently.
     208    </para>
     209
     210    <para>
    205211      <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
    206212      if you want to build <application>Python</application> DBM Module
    207213      against <application>Berkeley DB</application> instead of
    208214      <application>GDBM</application>.
    209     </para>
    210 
    211     <para>
    212       <parameter>--without-ensurepip</parameter>: This switch disables building
    213       <command>pip</command> and <command>setuptools</command>
    214       packaging programs.
    215215    </para>
    216216
  • general/prog/ruby.xml

    r7846c8f r3e06289  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282      <xref linkend="doxygen"/>,
    8383      <xref linkend="graphviz"/>,
    84       <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>,
    85       <xref linkend="openssl"/>, and
    86       <xref linkend="tk"/>
     84      <xref linkend="openssl"/>,
     85      <xref linkend="tk"/>, and
     86      <xref linkend="yaml"/>
    8787    </para>
    8888
  • general/prog/swig.xml

    r7846c8f r3e06289  
    6060    </para>
    6161
    62     &lfs75_checked;
     62    &lfs76_checked;
    6363
    6464    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/tk.xml

    r7846c8f r3e06289  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.