Changeset 6508aec
- Timestamp:
- 08/31/2012 09:20:57 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 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, gimp3, gnome, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ca55cfe
- Parents:
- 3db52ee
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3db52ee r6508aec 4 4 --> 5 5 6 <!ENTITY day " 28"> <!-- Always 2 digits -->6 <!ENTITY day "31"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "August 28th, &year;">12 <!ENTITY releasedate "August 31st, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 448 448 <!ENTITY ruby-version "1.9.3-p194"> 449 449 <!ENTITY slang-version "2.2.4"> 450 <!ENTITY subversion-version "1.7. 5">450 <!ENTITY subversion-version "1.7.6"> 451 451 <!ENTITY tcl-version "8.5.12"> 452 452 <!ENTITY tk-version "8.5.12"> -
general/prog/subversion.xml
r3db52ee r6508aec 8 8 "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2"> 9 9 <!ENTITY subversion-download-ftp " "> 10 <!ENTITY subversion-md5sum " f6353b9b581081cdf97299300c9eada3">10 <!ENTITY subversion-md5sum "4baa434db7709bb059b05d02a2547663"> 11 11 <!ENTITY subversion-size "5.7 MB"> 12 <!ENTITY subversion-buildsize "11 2MB (703 MB with tests)">13 <!ENTITY subversion-time " 1.0SBU (8.4 SBU with tests)">12 <!ENTITY subversion-buildsize "115 MB (703 MB with tests)"> 13 <!ENTITY subversion-time "0.9 SBU (8.4 SBU with tests)"> 14 14 ]> 15 15 … … 75 75 Estimated build time: &subversion-time; 76 76 </para> 77 </listitem> 78 </itemizedlist> 79 80 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 81 <itemizedlist spacing='compact'> 82 <listitem> 83 <para>Required patch: <ulink 84 url="&patch-root;/subversion-&subversion-version;-build_fixes-1.patch"/></para> 77 85 </listitem> 78 86 </itemizedlist> … … 110 118 <para role="optional"> 111 119 One of <xref linkend="openjdk"/>, 112 <!-- <xref linkend="jdk"/>, -->113 120 <ulink url="http://www.inet.no/dante/">Dante</ulink>, or 114 121 <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>, … … 120 127 <ulink url="http://www.swig.org">SWIG</ulink> and 121 128 <xref linkend="python2"/>. 122 <!-- <xref linkend="ruby"/> broken just now -->123 129 </para> 124 130 … … 131 137 <title>Installation of Subversion</title> 132 138 133 <!-- <para>134 If you have the current version of <application>Apache</application>135 installed <application>Subversion</application> will try to compile136 <filename class="libraryfile">mod_dav_svn.so</filename> to use with137 <xref linkend="apache"/> and the build will fail. Fix the bug with138 the following sed (not needed with <application>Apache 2.2</application>):139 </para>140 141 <screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen> -->142 143 139 <para> 144 140 Install <application>Subversion</application> by running the following … … 146 142 </para> 147 143 148 <screen><userinput>./configure --prefix=/usr --disable-static && 144 <screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-build_fixes-1.patch && 145 ./configure --prefix=/usr --disable-static && 149 146 make</userinput></screen> 150 147 -
introduction/welcome/changelog.xml
r3db52ee r6508aec 45 45 --> 46 46 <listitem> 47 <para>August 31st, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to Subversion-1.7.6. Fixes 51 <ulink url="&blfs-ticket-root;3504">#3504</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>August 29th, 2012</para> 48 58 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.