Changeset 477418d2
- Timestamp:
- 02/01/2015 07:09:09 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5892480
- Parents:
- e6ff713
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/swig.xml
re6ff713 r477418d2 7 7 <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz"> 8 8 <!ENTITY swig-download-ftp " "> 9 <!ENTITY swig-md5sum " 9cb8c0efda39dc6db5f85389e671fb59">10 <!ENTITY swig-size "5. 45MB">11 <!ENTITY swig-buildsize " 78MB (up to 1.1 GB for tests)">9 <!ENTITY swig-md5sum "dcb9638324461b9baba8e044fe59031d"> 10 <!ENTITY swig-size "5.60 MB"> 11 <!ENTITY swig-buildsize "80 MB (up to 1.1 GB for tests)"> 12 12 <!ENTITY swig-time "0.4 SBU (22 SBU for tests of Guile, Go, Java, Lua, Perl, PHP, Python 2 and 3, Ruby, and Tcl)"> 13 13 ]> … … 127 127 128 128 <!-- Spaces are significant in <screen> sections --> 129 <screen><userinput>./configure --prefix=/usr \ 130 --without-clisp && 129 <screen><userinput>./configure --prefix=/usr \ 130 --without-clisp \ 131 --without-maximum-compile-warnings && 131 132 make</userinput></screen> 132 133 … … 153 154 <sect2 role="commands"> 154 155 <title>Command Explanations</title> 156 157 <para> 158 <parameter>--without-maximum-compile-warnings</parameter>: disables 159 compiler ansi conformance enforcement, which triggers errors in 160 the <application>Lua</application> headers (starting with Lua 5.3). 161 </para> 155 162 156 163 <para> -
introduction/welcome/changelog.xml
re6ff713 r477418d2 48 48 <para>February 1st, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - Update to swig-3.0.5. Fixes 52 <ulink url="&blfs-ticket-root;6099">#6099</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to libreoffice-4.4.0. Thank you very much, -
packages.ent
re6ff713 r477418d2 273 273 <!ENTITY slang-version "2.2.4"> 274 274 <!ENTITY subversion-version "1.8.11"> 275 <!ENTITY swig-version "3.0. 4">275 <!ENTITY swig-version "3.0.5"> 276 276 <!ENTITY tcl-version "8.6.3"> 277 277 <!ENTITY tk-version "8.6.3">
Note:
See TracChangeset
for help on using the changeset viewer.