Author: bdubbs
Date: Wed Mar  1 11:17:03 2017
New Revision: 18430

Log:
Update to sessreg-1.1.1 (xorg app).

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/installing/x7app.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Mar  1 10:35:32 
2017        (r18429)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Mar  1 11:17:03 
2017        (r18430)
@@ -45,6 +45,10 @@
       <para>March 1st, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to sessreg-1.1.1 (xorg app). Fixes 
+          <ulink url="&blfs-ticket-root;8937">#8937</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to postfix-3.2.0. Fixes 
           <ulink url="&blfs-ticket-root;8943">#8943</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/installing/x7app.xml
==============================================================================
--- trunk/BOOK/x/installing/x7app.xml   Wed Mar  1 10:35:32 2017        (r18429)
+++ trunk/BOOK/x/installing/x7app.xml   Wed Mar  1 11:17:03 2017        (r18430)
@@ -22,8 +22,8 @@
   <!ENTITY mkfontscale-version             "1.1.2">
   <!ENTITY mkfontscale-md5sum              "9bdd6ebfa62b1bbd474906ac86a40fd8">
 
-  <!ENTITY sessreg-version                 "1.1.0">
-  <!ENTITY sessreg-md5sum                  "e238c89dabc566e1835e1ecb61b605b9">
+  <!ENTITY sessreg-version                 "1.1.1">
+  <!ENTITY sessreg-md5sum                  "e475167a892b589da23edf8edf8c942d">
 
   <!ENTITY setxkbmap-version               "1.3.1">
   <!ENTITY setxkbmap-md5sum                "2c47a1b8e268df73963c4eb2316b1a89">
@@ -262,23 +262,15 @@
   packagedir=${package%.tar.bz2}
   tar -xf $package
   pushd $packagedir
-  case $packagedir in
-    luit-[0-9]* )
-      line1="#ifdef _XOPEN_SOURCE"
-      line2="#  undef _XOPEN_SOURCE"
-      line3="#  define _XOPEN_SOURCE 600"
-      line4="#endif"
-
-      sed -i -e "s@#ifdef 
HAVE_CONFIG_H@$line1\n$line2\n$line3\n$line4\n\n&amp;@" sys.c
-      unset line1 line2 line3 line4
-    ;;
-    sessreg-* )
-      sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i man/Makefile.in
-    ;;
-  esac
-  ./configure $XORG_CONFIG
-  make
-  as_root make install
+     case $packagedir in
+       luit-[0-9]* )
+         sed -i -e "/D_XOPEN/s/5/6/" configure
+       ;;
+     esac
+
+     ./configure $XORG_CONFIG
+     make
+     as_root make install
   popd
   rm -rf $packagedir
 done</userinput></screen>
@@ -296,7 +288,7 @@
 <screen><userinput>as_root rm -f 
$XORG_PREFIX/bin/xkeystone</userinput></screen>
 
   </sect2>
-
+<!--
   <sect2 role="commands">
     <title>Command Explanations</title>
 
@@ -310,7 +302,7 @@
     </para>
 
   </sect2>
-
+-->
   <sect2 role="content">
     <title>Contents</title>
 
-- 
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