Author: dj
Date: 2009-11-01 17:40:51 -0700 (Sun, 01 Nov 2009)
New Revision: 8115

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/xulrunner.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Fixed incorrect directory in mozjs.pc

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-10-31 17:42:03 UTC (rev 8114)
+++ trunk/BOOK/general.ent      2009-11-02 00:40:51 UTC (rev 8115)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "31">                   <!-- Always 2 digits -->
-<!ENTITY month        "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "October &day;st, &year;">
+<!ENTITY releasedate  "October &day;nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-10-31 17:42:03 UTC 
(rev 8114)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-11-02 00:40:51 UTC 
(rev 8115)
@@ -41,6 +41,15 @@
 
 -->
     <listitem>
+      <para>November 2nd, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Corrected mozjs pkg-config files.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 31st, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/xulrunner.xml
===================================================================
--- trunk/BOOK/x/lib/xulrunner.xml      2009-10-31 17:42:03 UTC (rev 8114)
+++ trunk/BOOK/x/lib/xulrunner.xml      2009-11-02 00:40:51 UTC (rev 8115)
@@ -283,7 +283,9 @@
     <para>Compile <application>Xulrunner</application> by issuing the
     following commands:</para>
 
-<screen><userinput>echo "Requires: nspr" 
>>xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
+<screen><userinput>sed 's...@stable@unstable@' \
+    -i xulrunner/installer/mozilla-js.pc.in &amp;&amp; 
+echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
 make -f client.mk build</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2009-10-31 17:42:03 UTC (rev 
8114)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2009-11-02 00:40:51 UTC (rev 
8115)
@@ -297,10 +297,11 @@
 EOF</userinput></screen>
 
     <para>If you did not install <xref linkend="xulrunner"/> or 
-    <xref linkend="nspr"/> and <xref linkend="nss"/>, then apply the patch
-    with the following command:</para>
+    <xref linkend="nspr"/> and <xref linkend="nss"/>, then fix a couple of 
build
+    errors with the following commands:</para>
 
-<screen><userinput>patch -Np1 -i 
../firefox-&firefox-version;-provide_system_nss_nspr-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../firefox-&firefox-version;-provide_system_nss_nspr-1.patch &amp;&amp;
+sed 's...@stable@unstable@' -i xulrunner/installer/mozilla-js.pc.in 
</userinput></screen>
 
     <para>Compile <application>Firefox</application> by issuing the
     following commands:</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to