Author: randy Date: 2005-09-04 22:18:47 -0600 (Sun, 04 Sep 2005) New Revision: 5013
Removed: trunk/patches/subversion-1.2.1-swig_1.3.25-1.patch Modified: trunk/BOOK/basicnet/netprogs/subversion.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Subversion-1.2.3 Modified: trunk/BOOK/basicnet/netprogs/subversion.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/subversion.xml 2005-09-05 00:45:27 UTC (rev 5012) +++ trunk/BOOK/basicnet/netprogs/subversion.xml 2005-09-05 04:18:47 UTC (rev 5013) @@ -6,10 +6,10 @@ <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2"> <!ENTITY subversion-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/subversion-&subversion-version;.tar.bz2"> - <!ENTITY subversion-md5sum "0b546195ca794c327c6830f2e88661f7"> + <!ENTITY subversion-md5sum "a14bc6590241b6e5c2ff2b354cc184a1"> <!ENTITY subversion-size "7.2 MB"> - <!ENTITY subversion-buildsize "90 MB (additional 45 MB for all bindings and 488 MB to run all test suites)"> - <!ENTITY subversion-time "1.6 SBU (add 1.1 SBU for bindings and 22.2 SBU to run test suites)"> + <!ENTITY subversion-buildsize "90 MB (additional 45 MB for all bindings and 443 MB to run all test suites)"> + <!ENTITY subversion-time "1.6 SBU (add 1.1 SBU for bindings and 22.5 SBU to run test suites)"> <!ENTITY svn-neon-version "0.24.7"> ]> @@ -62,6 +62,7 @@ </listitem> </itemizedlist> + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -71,6 +72,7 @@ url="&patch-root;/patches/subversion-&subversion-version;-swig_1.3.25-1.patch"/></para> </listitem> </itemizedlist> + --> <bridgehead renderas="sect3">Subversion Dependencies</bridgehead> @@ -159,7 +161,8 @@ earlier will work.</para> <para>To test the results of the <application>Subversion</application> - build, issue: <command>make check</command>.</para> + build, issue: <command>make check</command>. This will take quite a long + time.</para> <para>To test the results of the bindings builds, issue either or both of: <command>make check-javahl</command> and @@ -170,8 +173,7 @@ <screen role='root'><userinput>make install && install -v -d -m755 /usr/share/doc/subversion-&subversion-version; && cp -v -R doc/* /usr/share/doc/subversion-&subversion-version; && -rm -v /usr/share/doc/subversion-&subversion-version;/{Makefile,doxygen.conf} \ - /usr/share/doc/subversion-&subversion-version;/translations/norwegian_nb/Makefile</userinput></screen> +rm -v /usr/share/doc/subversion-&subversion-version;/{Makefile,doxygen.conf}</userinput></screen> <para>If you built the <application>JAVA</application> <application>Subversion</application> bindings, issue the following command @@ -182,7 +184,8 @@ <para>If you built the <application>SWIG</application> <application>Perl</application> and <application>Python</application> <application>Subversion</application> bindings, issue the following commands - as the <systemitem class="username">root</systemitem> user to install them:</para> + as the <systemitem class="username">root</systemitem> user to install + them:</para> <screen role='root'><userinput>make install-swig-pl && make install-swig-py && Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-09-05 00:45:27 UTC (rev 5012) +++ trunk/BOOK/general.ent 2005-09-05 04:18:47 UTC (rev 5013) @@ -1,4 +1,4 @@ -<!ENTITY day "04"> +<!ENTITY day "05"> <!ENTITY month "09"> <!ENTITY year "2005"> <!ENTITY version "svn-&year;&month;&day;"> @@ -248,7 +248,7 @@ <!ENTITY portmap-version "5beta"> <!ENTITY rsync-version "2.6.5"> <!ENTITY samba3-version "3.0.14a"> -<!ENTITY subversion-version "1.2.1"> +<!ENTITY subversion-version "1.2.3"> <!ENTITY tcpwrappers-version "7.6"> <!ENTITY wget-version "1.10.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-09-05 00:45:27 UTC (rev 5012) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-09-05 04:18:47 UTC (rev 5013) @@ -42,6 +42,15 @@ --> <listitem> + <para>September 5th, 2005</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to Subversion-1.2.3</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>September 4th, 2005</para> <itemizedlist> <listitem> Deleted: trunk/patches/subversion-1.2.1-swig_1.3.25-1.patch =================================================================== --- trunk/patches/subversion-1.2.1-swig_1.3.25-1.patch 2005-09-05 00:45:27 UTC (rev 5012) +++ trunk/patches/subversion-1.2.1-swig_1.3.25-1.patch 2005-09-05 04:18:47 UTC (rev 5013) @@ -1,32 +0,0 @@ -Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org> -Date: 2005-08-18 -Initial Package Version: 1.2.1 -Upstream Status: Not submitted (idea for the patch was discovered from a - mailing list message on the subversion mailing list) -Origin: Max Bowsher - http://svn.haxx.se/users/archive-2005-07/0136.shtml -Description: Fixes build issue using swig-1.3.25 - -$LastChangedBy$ -$Date$ - - -diff -Naur subversion-1.2.1-orig/subversion/bindings/swig/core.i subversion-1.2.1/subversion/bindings/swig/core.i ---- subversion-1.2.1-orig/subversion/bindings/swig/core.i 2005-07-01 17:25:14.000000000 +0000 -+++ subversion-1.2.1/subversion/bindings/swig/core.i 2005-08-18 23:14:12.000000000 +0000 -@@ -425,13 +425,13 @@ - - static apr_pool_t *current_pool = 0; - --SWIGEXPORT(apr_pool_t *) -+SWIGEXPORT apr_pool_t * - svn_swig_pl_get_current_pool (void) - { - return current_pool; - } - --SWIGEXPORT(void) -+SWIGEXPORT void - svn_swig_pl_set_current_pool (apr_pool_t *pool) - { - current_pool = pool; -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
