Am Dienstag, 4. März 2008 08:20:48 schrieb DJ Lucas:
> Is it time to branch and freeze yet or do we want to give it a couple
> more weeks to get the minor updates done?
Uuh, just wait a minute - I have a patch for mcs (and introducing libmowgli as 
a dependency of mcs). The attached patch is to upgrade mcs from 0.4.1 to 
0.7.0.  With the patch, mcs is renamed to libmcs as it is on the homepage 
too. They refer to it as mcs as subproject name, but the package (tarball) is 
named libmcs-0.7.0.tgz.

> Maybe somebody will slip in 
> some big updates too...who knows. I'm concerned that a couple more
> weeks, will become a couple more weeks, and then a couple more weeks,
> and then...
>
> 1 month ago I wrote:
>  > Currently there are 65 outstanding bugs for the 6.3 target. Nine
>  > of which are assigned.
I'll go to create patches for the version upgrade tickets I have created by 
myself (e.g. nfsutils, portmap).

>...
> Anybody else have any plans for coming changes or any changes that 
> need/want to be discussed?
Just a suggestion: I wouldn't force QT4 to be in the release (even it is not 
quite spectacular to build) since it isnt refered to from any other package. 
This will change immediatly when KDE4 comes to town.
But don't forget to apply Roberts kde-3.5.9 patch!

-- 
Thomas
Index: general.ent
===================================================================
--- general.ent	(Revision 7189)
+++ general.ent	(Arbeitskopie)
@@ -130,6 +130,7 @@
 <!ENTITY libgpg-error-version         "1.5">
 <!ENTITY libgcrypt-version            "1.2.4">
 <!ENTITY libksba-version              "1.0.2">
+<!ENTITY libmowgli-version            "0.6.1">
 
 <!-- Obsolete
 <!ENTITY fam-version                  "2.7.0">
@@ -196,7 +197,7 @@
 <!ENTITY apache-ant-version           "1.7.0">
 <!ENTITY dbus-version                 "1.0.2">
 <!ENTITY hal-version                  "0.5.9.1">
-<!ENTITY mcs-version                  "0.4.1">
+<!ENTITY mcs-version                  "0.7.0">
 
 <!-- Chapter 12 -->
 <!ENTITY dejagnu-version              "1.4.4">
Index: general/sysutils/mcs.xml
===================================================================
--- general/sysutils/mcs.xml	(Revision 7189)
+++ general/sysutils/mcs.xml	(Arbeitskopie)
@@ -4,10 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY mcs-download-http "http://sacredspiral.co.uk/~nenolod/mcs/mcs-&mcs-version;.tgz";>
+  <!ENTITY mcs-download-http "http://distfiles.atheme.org/libmcs-&mcs-version;.tgz";>
   <!ENTITY mcs-download-ftp  " ">
-  <!ENTITY mcs-md5sum        "d09b42e9d51ea32c6326f0bbcad86c9e">
-  <!ENTITY mcs-size          "62 KB">
+  <!ENTITY mcs-md5sum        "0f0c779609b3481a79937c2e86660a99">
+  <!ENTITY mcs-size          "104 KB">
   <!ENTITY mcs-buildsize     "1.1 MB">
   <!ENTITY mcs-time          "less than 0.1 SBU">
 ]>
@@ -61,6 +61,9 @@
 
     <bridgehead renderas="sect3">mcs Dependencies</bridgehead>
 
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="libmowgli"/></para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="GConf"/> and
     <xref linkend="kdelibs"/></para>
@@ -76,9 +79,7 @@
     <para>Install <application>mcs</application> by
     running the following commands:</para>
 
-<screen><userinput>sed -i 's|libmcs|../../&amp;|' src/backends/kconfig/kconfig.cc &amp;&amp;
-
-./configure --prefix=/usr &amp;&amp;
+    <screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
Index: general/genlib/genlib.xml
===================================================================
--- general/genlib/genlib.xml	(Revision 7189)
+++ general/genlib/genlib.xml	(Arbeitskopie)
@@ -77,6 +77,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libgpg-error.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libgcrypt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libksba.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libmowgli.xml"/>
 
   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ispell.xml"/> -->
   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="fam.xml"/> -->
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to