Changeset da3d42d


Ignore:
Timestamp:
10/26/2014 06:36:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
34eaf20
Parents:
52e5650b
Message:

Additions and cosmetic fixes to Network Libraries section.

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

Files:
3 added
11 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r52e5650b rda3d42d  
    5050        <listitem>
    5151          <para>[krejzi] - .</para>
     52        </listitem>
     53        <listitem>
     54          <para>[krejzi] - Added geoclue-2.1.10, libnice-0.1.8 and uhttpmock-0.3.1.</para>
    5255        </listitem>
    5356        <listitem>
  • networking/netlibs/geoclue.xml

    r52e5650b rda3d42d  
    124124sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" \
    125125       providers/skyhook/Makefile.in &amp;&amp;
    126 ./configure --prefix=/usr &amp;&amp;
     126./configure --prefix=/usr --disable-static &amp;&amp;
    127127make</userinput></screen>
    128128
     
    160160      <application>binutils</application>.
    161161    </para>
     162
     163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     164      href="../../xincludes/static-libraries.xml"/>
     165
    162166  </sect2>
    163167
  • networking/netlibs/glib-networking.xml

    r52e5650b rda3d42d  
    66
    77  <!ENTITY glib-networking-download-http
    8       "&gnome-download-http;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
     8           "&gnome-download-http;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp
    10       "&gnome-download-ftp;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
     10           "&gnome-download-ftp;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
    1111  <!ENTITY glib-networking-md5sum        "d1935e6974da7f39d265303c87a8389b">
    1212  <!ENTITY glib-networking-size          "364 KB">
     
    105105    </para>
    106106
    107 <screen><userinput>./configure --prefix=/usr                                 \
    108             --with-ca-certificates=/etc/ssl/ca-bundle.crt \
    109             --disable-static                              &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    110108make</userinput></screen>
    111109
     
    124122  <sect2 role="commands">
    125123    <title>Command Explanations</title>
    126 
    127     <para>
    128       <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
    129       This parameter specifies where the trusted root certificates are
    130       located.
    131     </para>
    132124
    133125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    149141        </seg>
    150142        <seg>
    151           libgiognomeproxy.so and libgiognutls.so
     143          libgiognomeproxy.so, libgiognutls.so and
     144          libgiolibproxy.so (GIO Modules)
    152145        </seg>
    153146        <seg>
  • networking/netlibs/ldns.xml

    r52e5650b rda3d42d  
    116116
    117117    <para>
    118       This package does not come with a working test suite.
     118      This package does not have a working test suite.
    119119    </para>
    120120
     
    126126
    127127    <para>
    128       If you built html documentation, install it by running the following
     128      If you have built the html documentation, install it by running the following
    129129      commands as the <systemitem class="username">root</systemitem> user:
    130130    </para>
     
    142142
    143143    <para>
    144       <parameter>--with-drill</parameter>: This option enables building of the
     144      <parameter>--with-drill</parameter>: This switch enables building of the
    145145      <command>drill</command> tool.
    146146    </para>
    147147
    148148    <para>
    149       <option>--with-examples</option>: This option enables building of the
     149      <option>--with-examples</option>: This switch enables building of the
    150150      example programs.
    151151    </para>
    152152
    153153    <para>
    154       <option>--with-pyldns</option>: This option enables building of the Python
     154      <option>--with-pyldns</option>: This switch enables building of the Python
    155155      bindings.
    156156    </para>
     
    163163    <segmentedlist>
    164164      <segtitle>Installed Programs</segtitle>
    165       <segtitle>Installed Library</segtitle>
     165      <segtitle>Installed Libraries</segtitle>
    166166      <segtitle>Installed Directories</segtitle>
    167167
  • networking/netlibs/libndp.xml

    r52e5650b rda3d42d  
    8585    </para>
    8686
    87 <screen><userinput>./configure --prefix=/usr        \
    88             --sysconfdir=/etc    \
    89             --localstatedir=/var \
    90             --disable-static     &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9188make</userinput></screen>
    9289
     
    10097
    10198<screen role="root"><userinput>make install</userinput></screen>
     99
     100  </sect2>
     101
     102  <sect2 role="commands">
     103    <title>Command Explanations</title>
     104
     105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     106      href="../../xincludes/static-libraries.xml"/>
    102107
    103108  </sect2>
  • networking/netlibs/libnl.xml

    r52e5650b rda3d42d  
    66
    77  <!ENTITY libnl-download-http
    8   "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
     8           "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
    99  <!ENTITY libnl-download-ftp  " ">
    1010  <!ENTITY libnl-md5sum        "03f74d0cd5037cadc8cdfa313bbd195c">
     
    1515
    1616  <!ENTITY libnl-doc-download-http
    17   "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-doc-&libnl-version;.tar.gz">
     17           "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-doc-&libnl-version;.tar.gz">
    1818  <!ENTITY libnl-doc-download-ftp  " ">
    1919  <!ENTITY libnl-doc-md5sum        "641f73052d9f54e720efe1a476a20237">
     
    178178        </seg>
    179179        <seg>
    180           libnl-3.so, 
    181           libnl-cli-3.so, 
     180          libnl-3.so,
     181          libnl-cli-3.so,
    182182          libnl-genl-3.so,
    183183          libnl-idiag-3.so,
    184           libnl-nf-3.so,
    185           libnl-route-3.so, and
    186           cli modules under /usr/lib/libnl/cli tree
     184          libnl-nf-3.so, and
     185          libnl-route-3.so
    187186        </seg>
    188187        <seg>
  • networking/netlibs/libpcap.xml

    r52e5650b rda3d42d  
    7575      <listitem>
    7676        <para>
    77           Recommended patch:
     77          Required patch:
    7878          <ulink url="&patch-root;/libpcap-&libpcap-version;-enable_bluetooth-1.patch"/>
    79           (Needed for bluez-5.21)
    8079        </para>
    8180      </listitem>
     
    8786    <para role="optional">
    8887      <xref linkend="bluez"/>,
     88      <xref linkend="dbus"/>,
    8989      <xref linkend="libnl"/>,
    9090      <xref linkend="libusb"/>,
     
    133133    <title>Command Explanations</title>
    134134
    135     <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
    136     recommended patch is not applied, because since 1.6.1 this application
    137     needs a fix, in order to build with
    138     <application>bluez-5.21</application>.</para>
     135    <para>
     136      <option>--disable-dbus</option>: Use this switch if you wish to disable
     137      <application>D-Bus</application> support.
     138    </para>
    139139
    140140  </sect2>
     
    153153        </seg>
    154154        <seg>
    155           libpcap.{a,so}
     155          libpcap.so
    156156        </seg>
    157157        <seg>
  • networking/netlibs/libtirpc.xml

    r52e5650b rda3d42d  
    55  %general-entities;
    66
    7   <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
     7  <!ENTITY libtirpc-download-http "&sourceforge-repo;/libtirpc/libtirpc-&libtirpc-version;.tar.bz2">
    88  <!ENTITY libtirpc-download-ftp  " ">
    99  <!ENTITY libtirpc-md5sum        "8cd41a5ef5a9b50d0fb6abb98af15368">
     
    124124<screen role="root"><userinput>make install &amp;&amp;
    125125mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
    126 ln -sfv ../../lib/libtirpc.so.1.0.10 /usr/lib/libtirpc.so</userinput></screen>
     126ln -sfv ../../lib/$(readlink /usr/lib/libtirpc.so) /usr/lib/libtirpc.so</userinput></screen>
    127127
    128128  </sect2>
  • networking/netlibs/netlibs.xml

    r52e5650b rda3d42d  
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue2-systemd.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib-networking.xml"/>
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ldns.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libevent.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnice-systemd.xml"/>
    2931  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnl.xml"/>
    3032  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/>
     
    3436  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="neon.xml"/>
    3537  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="serf.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uhttpmock-systemd.xml"/>
    3639
    3740</chapter>
  • packages.ent

    r52e5650b rda3d42d  
    372372<!ENTITY ldns-version                 "1.6.17">
    373373<!ENTITY libevent-version             "2.0.21">
    374 <!ENTITY libnice-version              "0.1.7">
    375374<!ENTITY libnl-version                "3.2.25">
    376375<!ENTITY libpcap-version              "1.6.2">
  • systemd.ent

    r52e5650b rda3d42d  
    33<!ENTITY bogofilter-version           "1.2.4">
    44<!ENTITY cups-pk-helper-version       "0.2.5">
     5<!ENTITY geoclue2-version             "2.1.10">
    56<!ENTITY highlight-version            "3.19">
    67<!ENTITY ibus-version                 "1.5.9">
     
    910<!ENTITY libmbim-version              "1.10.0">
    1011<!ENTITY libmediaart-version          "0.7.0">
     12<!ENTITY libnice-version              "0.1.8">
    1113<!ENTITY liboauth-version             "1.0.3">
    1214<!ENTITY libpwquality-version         "1.2.4">
     
    1618<!ENTITY pyatspi2-version             "2.14.0">
    1719<!ENTITY qtchooser-version            "39">
     20<!ENTITY uhttpmock-version            "0.3.1">
    1821<!ENTITY upower1-version              "0.99.1">
    1922<!ENTITY wayland-version              "1.6.0">
Note: See TracChangeset for help on using the changeset viewer.