Author: fernando Date: Sun Jun 28 13:16:56 2015 New Revision: 16184 Log: Update to scons-2.3.5. Update to doxygen-1.8.10. Update to libpcap-1.7.4. Update to cups-filters-1.0.70.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/general/prog/scons.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/netlibs/libpcap.xml trunk/BOOK/packages.ent trunk/BOOK/pst/printing/cups-filters.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/general.ent Sun Jun 28 13:16:56 2015 (r16184) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "27"> <!-- Always 2 digits --> +<!ENTITY day "28"> <!-- Always 2 digits --> <!ENTITY month "06"> <!-- Always 2 digits --> <!ENTITY year "2015"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "June 27th &year;"> +<!ENTITY releasedate "June 28th &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development] --> Modified: trunk/BOOK/general/prog/doxygen.xml ============================================================================== --- trunk/BOOK/general/prog/doxygen.xml Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/general/prog/doxygen.xml Sun Jun 28 13:16:56 2015 (r16184) @@ -6,10 +6,10 @@ <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> - <!ENTITY doxygen-md5sum "3d1a5c26bef358c10a3894f356a69fbc"> - <!ENTITY doxygen-size "4.8 MB"> - <!ENTITY doxygen-buildsize "119 MB (with doxywizard - additional 26 MB for docs)"> - <!ENTITY doxygen-time "1.7 SBU (with doxywizard - additional 1 SBU for docs)"> + <!ENTITY doxygen-md5sum "79767ccd986f12a0f949015efb5f058f"> + <!ENTITY doxygen-size "4.6 MB"> + <!ENTITY doxygen-buildsize "174 MB (with all programs, docs and tests)"> + <!ENTITY doxygen-time "2.4 SBU (with all programs, docs and tests)"> ]> <sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;"> @@ -50,7 +50,7 @@ automatically. </para> - &lfs77_checked; + &lfs77_checked; &gcc5_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -88,10 +88,16 @@ <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead> + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="cmake"/> + </para> + <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> <xref linkend="graphviz"/>, <xref linkend="gs"/>, + <xref linkend="libxml2"/>, <xref linkend="llvm"/> (with clang), <xref linkend="python2"/> or <xref linkend="python3"/>, <xref linkend="qt4"/> (for doxywizard), @@ -112,31 +118,44 @@ commands: </para> -<screen><userinput>./configure --prefix /usr \ - --docdir /usr/share/doc/doxygen-&doxygen-version; && +<screen><userinput>cmake -G "Unix Makefiles" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + .. && + make</userinput></screen> <para> - This package does not come with a test suite. + To test the results, issue: <command>make tests</command>. </para> <para> + If you wish to generate the package documentation, you must have + <application>Python</application>, <application>TeX Live</application> + (for HTML docs) and <application>Ghostscript</application> (for PDF docs) + installed, then issue the following command: + </para> + +<screen><userinput>sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt && + +cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. && + +make docs</userinput></screen> + + <para> Now, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make MAN1DIR=share/man/man1 install</userinput></screen> +<screen role="root"><userinput>make install && +install -vm644 ../doc/*.1 /usr/man/man1</userinput></screen> <para> - If you wish to generate and install the package documentation - (note that man pages have already been installed), you must have - <application>Python</application>, - <application>TeX Live</application> (for HTML docs) and - <application>Ghostscript</application> (for PDF docs) - installed, then issue the following command as the - <systemitem class="username">root</systemitem> user: + + If you generated the package documentation, install with the following + command, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make install_docs</userinput></screen> +<screen role="root"><userinput>make docs install</userinput></screen> </sect2> @@ -144,26 +163,29 @@ <title>Command Explanations</title> <para> - <option>--with-doxywizard</option>: Use this switch if + <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where + the man pages are installed. + </para> + + <para> + <option>-Dbuild_wizard=ON</option>: Use this switch if <application>Qt4</application> is installed and you wish to build the GUI - front-end. If both <application>Qt4</application> and - <application>Qt5</application> are installed, use <command>source - setqt4</command>. If <application>Qt4</application> is installed in - <filename class="directory">/opt</filename>, issue <command>export - QTDIR=$QT4DIR</command>. + front-end. </para> <para> - <option>--with-doxysearch</option>: Use this switch if + <option>-Dbuild_search=ON</option>: Use this switch if <application>xapian</application> is installed and you wish to build external search tools (<command>doxysearch.cgi</command> and <command>doxyindexer)</command>. </para> <para> - <option>--with-libclang</option>: Use this switch if + <option>-Duse_libclang=ON</option>: Use this switch if <application>llvm</application> with <application>clang</application> are - installed, to add support for libclang parsing.</para> + installed, to add support for libclang parsing. + </para> + </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/general/prog/scons.xml ============================================================================== --- trunk/BOOK/general/prog/scons.xml Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/general/prog/scons.xml Sun Jun 28 13:16:56 2015 (r16184) @@ -6,9 +6,9 @@ <!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz"> <!ENTITY scons-download-ftp " "> - <!ENTITY scons-md5sum "91fbbb67c2c65b03c746601baac4a6a5"> - <!ENTITY scons-size "608 KB"> - <!ENTITY scons-buildsize "12 MB"> + <!ENTITY scons-md5sum "a8988c7ef11133bb3b6ccf0af67ce010"> + <!ENTITY scons-size "500 KB"> + <!ENTITY scons-buildsize "11 MB"> <!ENTITY scons-time "less than 0.1 SBU"> ]> @@ -34,7 +34,7 @@ (and other files) implemented in <application>Python</application>. </para> - &lfs77_checked; + &lfs77_checked; &gcc5_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 28 13:16:56 2015 (r16184) @@ -45,6 +45,28 @@ --> <listitem> + <para>June 28th, 2015</para> + <itemizedlist> + <listitem> + <para>[fernando] - Update to cups-filters-1.0.70. Fixes + <ulink url="&blfs-ticket-root;6657">#6657</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to libpcap-1.7.4. Fixes + <ulink url="&blfs-ticket-root;6656">#6656</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to doxygen-1.8.10. Fixes + <ulink url="&blfs-ticket-root;6655">#6655</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to scons-2.3.5. Fixes + <ulink url="&blfs-ticket-root;6654">#6654</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>June 27th, 2015</para> <itemizedlist> <listitem> Modified: trunk/BOOK/networking/netlibs/libpcap.xml ============================================================================== --- trunk/BOOK/networking/netlibs/libpcap.xml Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/networking/netlibs/libpcap.xml Sun Jun 28 13:16:56 2015 (r16184) @@ -6,9 +6,9 @@ <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz"> <!ENTITY libpcap-download-ftp " "> - <!ENTITY libpcap-md5sum "9ce284eacc02cb5491e123b875f3f63c"> + <!ENTITY libpcap-md5sum "b2e13142bbaba857ab1c6894aedaf547"> <!ENTITY libpcap-size "648 KB"> - <!ENTITY libpcap-buildsize "8.8 MB"> + <!ENTITY libpcap-buildsize "9 MB"> <!ENTITY libpcap-time "less than 0.1 SBU"> ]> @@ -34,7 +34,7 @@ packet capture, used in low-level network monitoring. </para> - &lfs77_checked; + &lfs77_checked; &gcc5_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/packages.ent Sun Jun 28 13:16:56 2015 (r16184) @@ -251,7 +251,7 @@ <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5.3"> -<!ENTITY doxygen-version "1.8.9.1"> +<!ENTITY doxygen-version "1.8.10"> <!ENTITY elfutils-version "0.163"> <!ENTITY expect-version "5.45"> <!ENTITY gcc-version "5.1.0"> @@ -270,7 +270,7 @@ <!ENTITY python3-version "3.4.3"> <!ENTITY ruby-version "2.2.2"> <!ENTITY ruby-patch-version "0"> -<!ENTITY scons-version "2.3.4"> +<!ENTITY scons-version "2.3.5"> <!ENTITY slang-version "2.2.4"> <!ENTITY subversion-version "1.8.13"> <!ENTITY swig-version "3.0.5"> @@ -379,7 +379,7 @@ <!ENTITY ldns-version "1.6.17"> <!ENTITY libevent-version "2.0.22"> <!ENTITY libnl-version "3.2.25"> -<!ENTITY libpcap-version "1.7.3"> +<!ENTITY libpcap-version "1.7.4"> <!ENTITY libndp-version "1.5"> <!ENTITY libproxy-version "0.4.7"> <!ENTITY libsoup-version "2.50.0"> @@ -723,7 +723,7 @@ <!-- Part XII --> <!-- Chapter 42 --> <!ENTITY cups-version "2.0.3"> -<!ENTITY cups-filters-version "1.0.69"> +<!ENTITY cups-filters-version "1.0.70"> <!ENTITY gs-version "9.16"> <!ENTITY gutenprint-version "5.2.10"> Modified: trunk/BOOK/pst/printing/cups-filters.xml ============================================================================== --- trunk/BOOK/pst/printing/cups-filters.xml Sun Jun 28 01:06:49 2015 (r16183) +++ trunk/BOOK/pst/printing/cups-filters.xml Sun Jun 28 13:16:56 2015 (r16184) @@ -7,7 +7,7 @@ <!ENTITY cups-filters-download-http "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> <!ENTITY cups-filters-download-ftp " "> - <!ENTITY cups-filters-md5sum "914939cf0380ce04a91597a6f666c812"> + <!ENTITY cups-filters-md5sum "5afe1bca041c905ec8861d1a6ffbc634"> <!ENTITY cups-filters-size "1.3 MB"> <!ENTITY cups-filters-buildsize "52 MB (with tests)"> <!ENTITY cups-filters-time "0.3 SBU (with tests)"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
