Author: pierre
Date: Sun Jun  1 06:58:10 2014
New Revision: 13193

Log:
Patch again CUPS to avoid dependency on Avahi

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/cups.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat May 31 12:29:49 2014        (r13192)
+++ trunk/BOOK/general.ent      Sun Jun  1 06:58:10 2014        (r13193)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "31">                   <!-- Always 2 digits -->
-<!ENTITY month        "05">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2014">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 31st, &year;">
+<!ENTITY releasedate  "June 1st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat May 31 12:29:49 
2014        (r13192)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jun  1 06:58:10 
2014        (r13193)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>June 1st, 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Patch CUPS again to avoid dependency on Avahi.
+          Fixes <ulink url="&blfs-ticket-root;5125">#5125</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 31st, 2014</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/printing/cups.xml
==============================================================================
--- trunk/BOOK/pst/printing/cups.xml    Sat May 31 12:29:49 2014        (r13192)
+++ trunk/BOOK/pst/printing/cups.xml    Sun Jun  1 06:58:10 2014        (r13193)
@@ -82,6 +82,12 @@
       </listitem>
       <listitem>
         <para>
+          Required patch:<!-- needed for version 1.7.3: check next versions -->
+          <ulink 
url="&patch-root;/cups-&cups-version;-avahi_optional-1.patch"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Optional patch:
           <ulink url="&patch-root;/cups-&cups-version;-content_type-1.patch"/>
         </para>
@@ -223,6 +229,13 @@
 <screen><userinput>patch -Np1 -i 
../cups-&cups-version;-content_type-1.patch</userinput></screen>
 
     <para>
+      If you have not installed <application>Avahi</application>, use the
+      following patch:
+    </para>
+
+<screen><userinput>patch -Np1 -i 
../cups-&cups-version;-avahi_optional-1.patch</userinput></screen>
+
+    <para>
       Install <application>Cups</application> by running the
       following commands:
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to