Changeset df9fb20


Ignore:
Timestamp:
02/20/2014 11:30:41 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
1c4f3b1f
Parents:
4e047ca4
Message:

More tags and other fixes by Armin. Thanks.

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libatasmart.xml

    r4e047ca4 rdf9fb20  
    3535    </para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    123123        </seg>
    124124        <seg>
    125           /usr/share/doc/libatasmart
     125          /usr/share/doc/libatasmart-&libatasmart-version;
    126126        </seg>
    127127      </seglistitem>
  • general/sysutils/acpid.xml

    r4e047ca4 rdf9fb20  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/at.xml

    r4e047ca4 rdf9fb20  
    3434    conformance.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9393    commands:</para>
    9494
    95     <screen><userinput>./configure --with-daemon_username=atd  \
    96             --with-daemon_groupname=atd &amp;&amp;
     95    <screen><userinput>./configure --docdir=/usr/share/doc/at-&at-version; \
     96            --with-daemon_username=atd        \
     97            --with-daemon_groupname=atd       \
     98            SENDMAIL=/usr/sbin/sendmail &amp;&amp;
    9799make</userinput></screen>
    98100
  • general/sysutils/autofs.xml

    r4e047ca4 rdf9fb20  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/bluez.xml

    r4e047ca4 rdf9fb20  
    3535    </para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130    </para>
    131131
    132 <screen><userinput>
    133 ./configure --prefix=/usr        \
     132<screen><userinput>./configure --prefix=/usr        \
    134133            --sysconfdir=/etc    \
    135134            --localstatedir=/var \
     
    143142            --enable-tools       \
    144143            --enable-wiimote     \
    145             --disable-test       \
    146             --without-systemdunitdir &amp;&amp;
     144            --disable-test &amp;&amp;
    147145make</userinput></screen>
    148146
     
    220218      <parameter>--disable-test</parameter>: This switch disables installation of the
    221219      test programs.
    222     </para>
    223 
    224     <para>
    225       <parameter>--without-systemdunitdir</parameter>: This switch disables installation
    226       of the systemd units.
    227220    </para>
    228221
  • general/sysutils/dbus.xml

    r4e047ca4 rdf9fb20  
    130130            --sysconfdir=/etc              \
    131131            --localstatedir=/var           \
    132             --libexecdir=/usr/lib/dbus-1.0 \
    133132            --with-console-auth-dir=/run/console/ \
    134133            --without-systemdsystemunitdir \
  • general/sysutils/gpm.xml

    r4e047ca4 rdf9fb20  
    8787             /usr/share/info/gpm.info                 &amp;&amp;
    8888
    89 ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so         &amp;&amp;
     89ln -sfv libgpm.so.2.1.0 /usr/lib/libgpm.so            &amp;&amp;
    9090install -v -m644 conf/gpm-root.conf /etc              &amp;&amp;
    9191
  • general/sysutils/sysstat.xml

    r4e047ca4 rdf9fb20  
    3636    cron to collect and historize performance and activity data.</para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/udisks2.xml

    r4e047ca4 rdf9fb20  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/upower.xml

    r4e047ca4 rdf9fb20  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    115115<screen><userinput>./configure --prefix=/usr        \
    116116            --sysconfdir=/etc    \
     117            --localstatedir=/var \
    117118            --enable-deprecated  \
    118             --disable-static     \
    119             --localstatedir=/var \
    120             --libexecdir=/usr/lib/upower &amp;&amp;
     119            --disable-static &amp;&amp;
    121120make</userinput></screen>
    122121
     
    180179        <seg>
    181180          /etc/UPower,
    182           /usr/include/libupower-glib,
    183           /usr/lib/upower and
     181          /usr/include/libupower-glib, and
    184182          /var/lib/upower
    185183        </seg>
  • server/mail/postfix.xml

    r4e047ca4 rdf9fb20  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    267267      </para>
    268268
    269 <screen><userinput>make CCARGS="-DNO_NIS -DUSE_TLS -I/usr/include/openssl/            \
     269<screen><userinput>make CCARGS="-DUSE_TLS -I/usr/include/openssl/                     \
    270270             -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" \
    271271     AUXLIBS="-lssl -lcrypto -lsasl2"                              \
     
    303303      throughout the source tree to use the options contained in the
    304304      <envar>CCARGS</envar> and <envar>AUXLIBS</envar> variables.
    305     </para>
    306 
    307     <para>
    308       <parameter>-DNO_NIS</parameter>: This option disables building Network
    309       Information Service/Yellow Pages support. The RPC implementation in Glibc
    310       (on which NIS/YP depends) is deprecated.
    311305    </para>
    312306
Note: See TracChangeset for help on using the changeset viewer.