Changeset 3d6e95d for networking


Ignore:
Timestamp:
06/09/2016 11:28:10 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
26bc008
Parents:
8ee0429
Message:

(systemd) Merge to trunk r17470

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

Location:
networking
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r8ee0429 r3d6e95d  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "f14b50657174e3c91d955f7a3e064e8c">
     9  <!ENTITY curl-md5sum        "ae5e5e395da413d1fa0864e1d0a3fa57">
    1010  <!ENTITY curl-size          "5.7 MB">
    1111  <!ENTITY curl-buildsize     "57 MB (additional 9 MB for tests)">
  • networking/netprogs/ntp.xml

    r8ee0429 r3d6e95d  
    88<!--  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
    99  <!ENTITY ntp-download-ftp  " ">
    10   <!ENTITY ntp-md5sum        "46dfba933c3e4bc924d8e55068797578">
    11   <!ENTITY ntp-size          "6.8 MB">
    12   <!ENTITY ntp-buildsize     "94 MB (with tests)">
     10  <!ENTITY ntp-md5sum        "4a8636260435b230636f053ffd070e34">
     11  <!ENTITY ntp-size          "6.9 MB">
     12  <!ENTITY ntp-buildsize     "102 MB (with tests)">
    1313  <!ENTITY ntp-time          "0.8 SBU (with tests)">
    1414]>
  • networking/netprogs/wpa_supplicant.xml

    r8ee0429 r3d6e95d  
    189189
    190190    <para>
    191       If you have installed <xref linkend="qt4"/> and wish to build
     191      If you have installed <xref linkend="qt5"/> and wish to build
    192192      the <application>WPA Supplicant</application> GUI program, run
    193193      the following commands:
  • networking/netutils/avahi.xml

    r8ee0429 r3d6e95d  
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="dbus-python"/>,
    92       <xref linkend="pygtk"/> and
    93       <xref linkend="qt4"/>
     91      <xref linkend="dbus-python"/> and
     92      <xref linkend="pygtk"/>
    9493    </para>
    9594
     
    173172    <para>
    174173      <parameter>--disable-qt3</parameter>: This parameter disables the
    175       building of <application>Qt3</application> mainloop integration.
    176     </para>
    177 
    178     <para>
    179       <parameter>--disable-qt4</parameter>: This parameter disables the building
    180       of <application>Qt4Core</application> mainloop integration. Omit
    181       this if you have installed <application>Qt4</application>.
     174      attempt to build the obsolete <application>Qt3</application>
     175      portions of the package.
     176    </para>
     177
     178    <para>
     179      <parameter>--disable-qt4</parameter>: This parameter disables the
     180      attempt to build the obsolete <application>Qt4Core</application>
     181      portions of the package.
    182182    </para>
    183183
  • networking/netutils/bind-utils.xml

    r8ee0429 r3d6e95d  
    66  <!ENTITY bind-download-http " ">
    77  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    8   <!ENTITY bind-md5sum          "f2167f42e6f1baad42c637d8771c9675">
     8  <!ENTITY bind-md5sum          "361ecc597f25bdbadf2ea44dec1690ce">
    99  <!ENTITY bind-size            "8.9 MB">
    10   <!ENTITY bind-utils-buildsize "128 MB">
     10  <!ENTITY bind-utils-buildsize "131 MB">
    1111  <!ENTITY bind-utils-time      "0.6 SBU">
    1212]>
  • networking/netutils/networkmanager.xml

    r8ee0429 r3d6e95d  
    117117      <xref linkend="ModemManager"/>,
    118118      <xref linkend="pygobject3"/>,
     119      <xref linkend="qt5"/> (for examples),
    119120      <xref linkend="valgrind"/>,
    120121      <ulink url="http://libteam.org/">libteam</ulink>,
     
    136137    </para>
    137138
    138 <screen><userinput>./configure --prefix=/usr                   \
     139    <para>If <xref linkend="qt5"/> is installed and the Qt based
     140    examples are desired, fix the configure script:</para>
     141
     142<screen><userinput>sed -e '/Qt[CDN]/s/Qt/Qt5/g'    \
     143   -e 's/moc_location/host_bins/' \
     144   -i configure</userinput></screen>
     145
     146<screen><userinput>CXXFLAGS="-O2 -fPIC"     \
     147./configure --prefix=/usr                   \
    139148            --sysconfdir=/etc               \
    140149            --localstatedir=/var            \
     
    161170  <sect2 role="commands">
    162171    <title>Command Explanations</title>
     172
     173    <para>
     174      <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
     175      necessary to build the Qt5 based examples.
     176    </para>
    163177
    164178    <para>
  • networking/netutils/wireshark.xml

    r8ee0429 r3d6e95d  
    123123    </bridgehead>
    124124    <para role="optional">
    125       <xref linkend="gtk2"/>, or
    126       <xref linkend="qt4"/>,
     125      <xref linkend="gtk2"/>
    127126    </para>
    128127
     
    135134
    136135      <para>
    137         The <application>Qt</application> GUI needs one of <xref linkend=
    138         "qt4"/> or <xref linkend="qt5"/>. If both are installed, Qt5
    139         is used by default.
     136        The <application>Qt</application> GUI needs <xref linkend="qt5"/>.
    140137      </para>
    141138
     
    273270    <para>
    274271      <option>--with-qt=[yes/no/4/5]</option>: For the Qt GUI. Default is yes.
    275       If both Qt4 and 5 are installed, Qt5 is chosen by default. Notice that the
    276       GUI for only one Qt version (either 4 or 5) can be built.
    277272    </para>
    278273
Note: See TracChangeset for help on using the changeset viewer.