Changeset 81d8cac
- Timestamp:
- 01/16/2017 02:39:15 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1b44747
- Parents:
- 4118724f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4118724f r81d8cac 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to proftpd-1.3.5c. Fixes 50 <ulink url="&blfs-ticket-root;8758">#8758</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[pierre] - Update to cups-filters-1.13.2. Fixes 50 54 <ulink url="&blfs-ticket-root;8702">#8702</ulink>.</para> -
packages.ent
r4118724f r81d8cac 455 455 <!-- Chapter 20 --> 456 456 <!ENTITY apache-version "2.4.25"> 457 <!ENTITY proftpd-version "1.3.5 b">457 <!ENTITY proftpd-version "1.3.5c"> 458 458 <!ENTITY vsftpd-version "3.0.3"> 459 459 -
server/major/proftpd.xml
r4118724f r81d8cac 7 7 <!ENTITY proftpd-download-http " "> 8 8 <!ENTITY proftpd-download-ftp "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz"> 9 <!ENTITY proftpd-md5sum " f7b8e3a383b34a894c2502db74ccccde">9 <!ENTITY proftpd-md5sum "b7f28af46af38cbe17345704cccd5148"> 10 10 <!ENTITY proftpd-size "29 MB"> 11 11 <!ENTITY proftpd-buildsize "68 MB"> 12 <!ENTITY proftpd-time "0. 3SBU">12 <!ENTITY proftpd-time "0.2 SBU"> 13 13 ]> 14 14 … … 66 66 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>, 67 67 <xref linkend="openssl"/>, 68 <xref linkend="pcre"/>, 69 <xref linkend="postgresql"/> and to run tests: 70 <xref linkend="check"/> and 71 <ulink url='http://search.cpan.org/~clemburg/Test-Unit-0.14/'>Test::Unit-0.14</ulink> 68 <xref linkend="pcre"/>, and 69 <xref linkend="postgresql"/> 72 70 </para> 73 71 … … 98 96 make</userinput></screen> 99 97 100 <para>The tests for this package require a very old (2001) version of the 101 Perl Module Test::Unit. Even when using that version of Test::Unit, there 102 are many failures (41/1397) although the program appears to run 103 well. The tests take a long time (45 minutes, not CPU dependent) and are 104 not recommended. To test the results anyway, add the switch: <parameter> 105 --enable-tests</parameter> to the <command>configure</command>, and 106 issue: <command>make check</command>. If the tests are run with root 107 privileges, more tests are run, but there are more failures.</para> 98 <para>This packages does not come with a usable test suite.</para> 108 99 109 100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 110 101 111 <screen role="root"><userinput>make install</userinput></screen> 102 <screen role="root"><userinput>make install && 103 install -d -m755 /usr/share/doc/proftpd-&proftpd-version; && 104 cp -Rv doc/* /usr/share/doc/proftpd-&proftpd-version;</userinput></screen> 112 105 113 106 </sect2> -
xsoft/other/inkscape.xml
r4118724f r81d8cac 138 138 139 139 <screen><userinput>./autogen.sh && 140 140 141 IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \ 141 142 IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI" \
Note:
See TracChangeset
for help on using the changeset viewer.