Changeset b9edd3d for general/sysutils


Ignore:
Timestamp:
07/07/2014 09:40:51 PM (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.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, 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:
71ca71f
Parents:
696fed8
Message:

Update to cogl-1.18.2.
Update to vlc-2.1.5. Reorder and separate internal and external dependencies.
Update to fcron-3.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron.xml

    r696fed8 rb9edd3d  
    88  <!ENTITY fcron-download-ftp " ">
    99<!--  <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz">-->
    10   <!ENTITY fcron-md5sum "b58ce88344eb4c80a353066547d20a24">
     10  <!ENTITY fcron-md5sum "4b031c2fba32a98fa814d1557158b0e9">
    1111  <!ENTITY fcron-size "584 KB">
    1212  <!ENTITY fcron-buildsize "5.1 MB">
     
    7575    <ulink url="../postlfs/editors.html">text editor</ulink> (default is
    7676    <command>vi</command> from the <xref linkend="vim"/> package),
    77     <xref linkend="linux-pam"/>,
     77    <xref linkend="linux-pam"/>, and
    7878    <xref linkend="docbook-utils"/>
    7979    </para>
     
    123123    commands:</para>
    124124
    125 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    126     --localstatedir=/var --without-sendmail --with-boot-install=no &amp;&amp;
     125<screen><userinput>./configure --prefix=/usr          \
     126            --sysconfdir=/etc      \
     127            --localstatedir=/var   \
     128            --without-sendmail     \
     129            --with-boot-install=no \
     130            --with-systemdsystemunitdir=no &amp;&amp;
    127131make</userinput></screen>
    128132
     
    152156    command&gt;</replaceable></option> to use a different mailer command.</para>
    153157
    154     <para><parameter>--with-boot-install=no</parameter>: This prevents installation
    155     of the bootscript included with the package.</para>
     158    <para><parameter>--with-boot-install=no</parameter>: This prevents
     159    installation of the bootscript included with the package.</para>
     160
     161    <para><parameter>--with-systemdsystemunitdir=no|yes|DIR</parameter>: Use
     162    no, if you use sysvint; yes, if you use systemd, or specify the directory
     163    DIR for the systemd units.</para>
    156164
    157165    <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
    158166    This switch allows you to set the default text editor.</para>
    159 <!--
     167
    160168    <para><option>-with-dsssl-dir=<replaceable>&lt;/path/to/dsssl-stylesheets&gt;</replaceable></option>:
    161     May be used in order to avoid a warning message about not finding the
    162     DSSSL stylesheets.</para>-->
     169    May be used if you have <xref linkend="docbook-utils"/> installed.</para>
    163170
    164171  </sect2>
Note: See TracChangeset for help on using the changeset viewer.