Changeset 41d241e
- Timestamp:
- 10/24/2015 02:43:19 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 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, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5c33f429
- Parents:
- ce386957
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rce386957 r41d241e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 2 3rd&year;">9 <!ENTITY releasedate "October 24th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/nspr.xml
rce386957 r41d241e 8 8 <!-- <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">--> 9 9 <!ENTITY nspr-download-ftp " "> 10 <!ENTITY nspr-md5sum " 86769a7fc3b4c30f7fdcb45ab284c452">10 <!ENTITY nspr-md5sum "cf43d04668ab20f12cd0b5fa24315354"> 11 11 <!ENTITY nspr-size "1.1 MB"> 12 12 <!ENTITY nspr-buildsize "12 MB"> -
general/genutils/graphviz.xml
rce386957 r41d241e 135 135 </para> 136 136 137 <screen><userinput>sed "s:ruby-1.9:ruby-2.2:g" -i configure && 138 ./configure --prefix=/usr && 137 <screen><userinput>sed -e "s:ruby-1.9:ruby-2.2:g" \ 138 -i configure && 139 sed -e 's/ e_/ gs_error_/' \ 140 -i plugin/gs/gvloadimage_gs.c && 141 142 ./configure --prefix=/usr && 139 143 make</userinput></screen> 140 144 … … 167 171 168 172 <para> 169 <command>sed "s:ruby-1.9:ruby-2.2:g" -i configure</command>: Use this170 command, if ruby-2.2.0 is installed and you wish173 <command>sed -e "s:ruby-1.9:ruby-2.2:g" -i configure</command>: 174 Use this command, if ruby-2.2.0 is installed and you wish 171 175 <application>Graphviz</application> built with support for it. 176 </para> 177 178 <para> 179 <command>sed -e 's/ e_/ gs_error_/' ...</command>: Use this 180 command, if ghostscript-9.18 or later is installed and you wish 181 <application>Graphviz</application> built with support for it, or 182 else the build fails because some identifiers have been renamed in 183 ghostscript-9.18's headers. 172 184 </para> 173 185 … … 236 248 /usr/include/graphviz, 237 249 /usr/lib/graphviz, 238 /usr/lib/tcl8.6/graphviz, 250 /usr/lib/tcl8.6/graphviz, 239 251 /usr/share/doc/graphviz-&graphviz-version;, and 240 252 /usr/share/graphviz … … 447 459 <listitem> 448 460 <para> 449 converts a graph specified in the GRAPHML format to a graph in 461 converts a graph specified in the GRAPHML format to a graph in 450 462 the GV (formerly DOT) format. 451 463 </para> -
general/prog/python3.xml
rce386957 r41d241e 181 181 <para> 182 182 <option>--with-system-expat</option>: This switch enables linking against 183 system version of <application>Expat</application>. 183 system version of <application>Expat</application>. 184 184 </para> 185 185 … … 215 215 <para> 216 216 In order for <command>python3</command> to find the installed 217 documentation, you must add the following environment variable to 218 individual user's or the system's profile: 219 </para> 220 221 <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-&python3-version;/html</userinput></screen> 217 documentation, define the following environment version 218 independent variable and add to the individual user's or system's 219 profile: 220 </para> 221 222 <screen role="root"><userinput>ln -svfn python--&python3-version; /usr/share/doc/python-3 && 223 export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen> 222 224 223 225 </sect2> … … 247 249 248 250 pyvenv (symlink), 249 pyvenv &python3-majorver;,251 pyvenv-&python3-majorver;, 250 252 251 253 idle3 (symlink), and -
introduction/welcome/changelog.xml
rce386957 r41d241e 46 46 47 47 <listitem> 48 <para>October 24th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - libmpeg2-0.5.1: install only shared libraries. 52 Fixes <ulink url="&blfs-ticket-root;7045">#7045</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update nspr-4.10.10. Fixes 56 <ulink url="&blfs-ticket-root;7041">#7041</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to nss-3.20.1. Fixes 60 <ulink url="&blfs-ticket-root;7040">#7040</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[fernando] - Update to gnutls-3.4.6. Fixes 64 <ulink url="&blfs-ticket-root;7039">#7039</ulink>.</para> 65 </listitem> 66 <listitem> 67 <para>[fernando] - audiofile-0.3.6: tests DO pass with 68 --disable-static. Fixes 69 <ulink url="&blfs-ticket-root;7038">#7038</ulink>.</para> 70 </listitem> 71 <listitem> 72 <para>[fernando] - graphviz-2.38.0 fails to build with 73 ghostscript-9.18. Fixes 74 <ulink url="&blfs-ticket-root;7037">#7037</ulink>.</para> 75 </listitem> 76 <listitem> 77 <para>[fernando] - Update to ntp-4.2.8p4 - Security update. Fixes 78 <ulink url="&blfs-ticket-root;7042">#7042</ulink>.</para> 79 </listitem> 80 </itemizedlist> 81 </listitem> 82 83 <listitem> 48 84 <para>October 23rd, 2015</para> 49 85 <itemizedlist> -
multimedia/libdriv/audiofile.xml
rce386957 r41d241e 103 103 </para> 104 104 105 <screen><userinput>./configure --prefix=/usr && 105 <screen><userinput>./configure --prefix=/usr --disable-static && 106 106 107 make</userinput></screen> 107 108 108 109 <para> 109 To test the results, issue: <command>make check</command>. 110 Now, as the <systemitem class="username">root</systemitem> user: 111 </para> 112 113 <screen role="root"><userinput>make install</userinput></screen> 114 115 <para> 116 To test the results, issue: <command>make check</command>. 110 117 Note that the tests will fail if the --disable-static 111 option is used. 112 </para> 113 114 <para> 115 Now, as the <systemitem class="username">root</systemitem> user: 116 </para> 117 118 <screen role="root"><userinput>make install</userinput></screen> 118 option is used and tests are executed before 119 <command>make install</command>. You have three options: 120 </para> 121 122 <para> 123 (a) configure without --disable-static, run the tests, but do not 124 install, then start a fresh build using --disable-static just for 125 installing the package. 126 </para> 127 128 <para> 129 (b) configure with --disable-static, but only run the tests after the 130 package is installed. 131 </para> 132 133 <para> 134 (b) configure with --disable-static, but only run the tests after a 135 DESTDIR install. 136 </para> 119 137 120 138 </sect2> -
multimedia/libdriv/faac.xml
rce386957 r41d241e 89 89 90 90 <screen><userinput>patch -Np1 -i ../faac-&faac-version;-glibc_fixes-1.patch && 91 91 92 sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c && 93 92 94 ./configure --prefix=/usr --disable-static && 93 95 make</userinput></screen> -
multimedia/libdriv/faad2.xml
rce386957 r41d241e 92 92 93 93 <screen><userinput>patch -Np1 -i ../faad2-&faad2-version;-mp4ff-1.patch && 94 94 95 sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in && 95 sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am && 96 sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am && 97 96 98 autoreconf -fi && 99 97 100 ./configure --prefix=/usr --disable-static && 98 101 make</userinput></screen> -
multimedia/libdriv/libcanberra.xml
rce386957 r41d241e 125 125 <sect2 role="commands"> 126 126 <title>Command Explanations</title> 127 128 <para><parameter>--disable-oss</parameter>: disable optional deprecated OSS 129 support</para> 130 131 <para><option>--disable-gtk</option>: disable optional GTK+ 2 support</para> 132 133 <para><option>--disable-gtk3</option>: disable optional GTK+ 3 134 support</para> 127 135 128 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 149 157 <seg> 150 158 /usr/lib/libcanberra-&libcanberra-version;, 151 /usr/share/doc/libcanberra and159 /usr/share/doc/libcanberra-&libcanberra-version; and 152 160 /usr/share/gtk-doc/html/libcanberra 153 161 </seg> -
multimedia/libdriv/libmpeg2.xml
rce386957 r41d241e 37 37 MPEG-1 video streams.</para> 38 38 39 &lfs78_checked; 39 &lfs78_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> … … 79 79 80 80 <screen><userinput>sed -i 's/static const/static/' libmpeg2/idct_mmx.c && 81 ./configure --prefix=/usr && 81 82 ./configure --prefix=/usr \ 83 --enable-shared \ 84 --disable-static && 82 85 make</userinput></screen> 83 86 … … 89 92 90 93 <screen role="root"><userinput>make install && 94 91 95 install -v -m755 -d /usr/share/doc/mpeg2dec-&libmpeg2-version; && 92 96 install -v -m644 README doc/libmpeg2.txt \ … … 100 104 <para><command>sed -i ...</command>: This <command>sed</command> fixes 101 105 problems with recent GCC compilers.</para> 106 107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 108 href="../../xincludes/static-libraries.xml"/> 109 102 110 </sect2> 103 111 … … 112 120 <seglistitem> 113 121 <seg>corrupt_mpeg2, extract_mpeg2 and mpeg2dec</seg> 114 <seg>libmpeg2.{so,a} and libmpeg2convert.{so,a}</seg> 115 <seg>/usr/include/mpeg2dec and 116 /usr/share/doc/mpeg2dec-&libmpeg2-version;</seg> 122 <seg>libmpeg2.so and libmpeg2convert.so</seg> 123 <seg> 124 /usr/include/mpeg2dec and 125 /usr/share/doc/mpeg2dec-&libmpeg2-version; 126 </seg> 117 127 </seglistitem> 118 128 </segmentedlist> -
multimedia/libdriv/libogg.xml
rce386957 r41d241e 69 69 commands:</para> 70 70 71 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/libogg-&libogg-version; --disable-static && 71 <screen><userinput>./configure --prefix=/usr \ 72 --disable-static \ 73 --docdir=/usr/share/doc/libogg-&libogg-version; && 72 74 make</userinput></screen> 73 75 -
multimedia/libdriv/libquicktime.xml
rce386957 r41d241e 136 136 137 137 <screen role="root"><userinput>make install && 138 138 139 install -v -m755 -d /usr/share/doc/libquicktime-&libquicktime-version; && 139 140 install -v -m644 README doc/{*.txt,*.html,mainpage.incl} \ … … 151 152 152 153 <para> 153 <parameter>--without-doxygen</parameter>: This is necessary if you do 154 not have <application>Doxygen</application>, omit this if installed. 154 <parameter>--without-doxygen</parameter>: This is necessary if you do not 155 have <application>Doxygen</application>, omit this if it is installed and 156 you wish the API documentation installed. 155 157 </para> 156 158 -
networking/netprogs/ntp.xml
rce386957 r41d241e 8 8 <!-- <!ENTITY ntp-download-ftp "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">--> 9 9 <!ENTITY ntp-download-ftp " "> 10 <!ENTITY ntp-md5sum " b98b0cbb72f6df04608e1dd5f313808b">10 <!ENTITY ntp-md5sum "6af96862b09324a8ef965ca76b759c8b"> 11 11 <!ENTITY ntp-size "6.8 MB"> 12 <!ENTITY ntp-buildsize " 68 MB">13 <!ENTITY ntp-time " 0.5 SBU">12 <!ENTITY ntp-buildsize "116 MB (with tests)"> 13 <!ENTITY ntp-time "1 SBU (with tests)"> 14 14 ]> 15 15 -
packages.ent
rce386957 r41d241e 14 14 <!ENTITY cyrus-sasl-version "2.1.26"> 15 15 <!ENTITY gnupg2-version "2.1.9"> 16 <!ENTITY gnutls-version "3.4. 5">16 <!ENTITY gnutls-version "3.4.6"> 17 17 <!ENTITY gpgme-version "1.6.0"> 18 18 <!ENTITY haveged-version "1.9.1"> … … 25 25 <!ENTITY nettle-version "3.1.1"> 26 26 <!ENTITY nss-minor-version "20"> 27 <!-- normal 28 <!ENTITY nss-micro-version " 0">29 <!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;"> -->30 <!-- major and minor only -->31 <!ENTITY nss-version "3.&nss-minor-version;"> 27 <!-- normal --> 28 <!ENTITY nss-micro-version "1"> 29 <!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;"> 30 <!-- major and minor only 31 <!ENTITY nss-version "3.&nss-minor-version;"> --> 32 32 <!ENTITY openssh-version "7.1p1"> 33 33 <!ENTITY openssl-version "1.0.2d"> … … 138 138 <!ENTITY mtdev-version "1.1.5"> 139 139 <!ENTITY npth-version "1.2"> 140 <!ENTITY nspr-version "4.10. 9">140 <!ENTITY nspr-version "4.10.10"> 141 141 <!ENTITY openobex-version "1.7.1"> 142 142 <!ENTITY pcre-version "8.37"> … … 354 354 <!ENTITY net-tools-version "CVS_20101030"> 355 355 <!ENTITY nfs-utils-version "1.3.3"> 356 <!ENTITY ntp-version "4.2.8p 3">356 <!ENTITY ntp-version "4.2.8p4"> 357 357 <!ENTITY rpcbind-version "0.2.3"> 358 358 <!ENTITY rsync-version "3.1.1"> -
postlfs/security/gnutls.xml
rce386957 r41d241e 7 7 <!ENTITY gnutls-download-http " "> 8 8 <!ENTITY gnutls-download-ftp "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz"> 9 <!ENTITY gnutls-md5sum " f5dae0e0ecda28aab12386e6c0705d4c">9 <!ENTITY gnutls-md5sum "4f2c4b4483da65de7edfeb050911fafb"> 10 10 <!ENTITY gnutls-size "6.3 MB"> 11 <!ENTITY gnutls-buildsize "1 10 MB (126 MB, with tests)">12 <!ENTITY gnutls-time "0.9 SBU (5.0 SBU, with tests)">11 <!ENTITY gnutls-buildsize "128 MB or 144 MB, with tests (all with bundled API docs)"> 12 <!ENTITY gnutls-time "0.9 SBU or 4.3 SBU, with tests (all with bundled API docs)"> 13 13 ]> 14 14 -
postlfs/security/nss.xml
rce386957 r41d241e 8 8 <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases"> 9 9 10 <! --<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->10 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz"> 11 11 <!-- <!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">--> 12 12 <!ENTITY nss-download-ftp " "> 13 13 <!-- no micro versions --> 14 <! ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">14 <!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">--> 15 15 <!--<!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> --> 16 16 17 <!ENTITY nss-md5sum " db83988499d1eb3b623d77ecf495b0f5">17 <!ENTITY nss-md5sum "c285ef92de0031cb0a8caa60d396d618"> 18 18 <!ENTITY nss-size "6.7 MB"> 19 19 <!ENTITY nss-buildsize "84 MB"> 20 <!ENTITY nss-time "0. 7SBU">20 <!ENTITY nss-time "0.8 SBU"> 21 21 ]> 22 22 -
pst/printing/gs.xml
rce386957 r41d241e 218 218 <para>Now make the documentation accessible from the normal place:</para> 219 219 220 <screen role="root"><userinput>ln -sfv ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen>220 <screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;</userinput></screen> 221 221 222 222 <para>
Note:
See TracChangeset
for help on using the changeset viewer.