[blfs-book] r17323 - in branches/systemd: . general/prog introduction/welcome multimedia/libdriv x/lib xfce/core xsoft/office

2016-05-05 Thread via blfs-book
Author: renodr
Date: Thu May  5 18:04:13 2016
New Revision: 17323

Log:
Sync to trunk r17130
Fix FAAC compilation under GCC-6

Modified:
   branches/systemd/general/prog/git.xml
   branches/systemd/general/prog/nasm.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/faac.xml
   branches/systemd/packages.ent
   branches/systemd/x/lib/webkitgtk.xml
   branches/systemd/xfce/core/xfce4-session.xml
   branches/systemd/xsoft/office/libreoffice.xml

Modified: branches/systemd/general/prog/git.xml
==
--- branches/systemd/general/prog/git.xml   Thu May  5 17:11:37 2016
(r17322)
+++ branches/systemd/general/prog/git.xml   Thu May  5 18:04:13 2016
(r17323)
@@ -124,11 +124,16 @@
   
 
 
-Optional (to create the man pages and html 
docs)
+Optional (to create the man pages, html docs,
+and other docs)
 
and
   http://www.methods.co.nz/asciidoc/;>AsciiDoc or
-  http://asciidoctor.org/;>AsciiDoctor
+  http://asciidoctor.org/;>AsciiDoctor, and also
+  http://dblatex.sourceforge.net/;>dblatex
+  (for the PDF version of the user manual), and
+  http://docbook2x.sourceforge.net/;>docbook2x to
+  create info pages
 
 
 User Notes:
@@ -171,10 +176,13 @@
 
 
 
-  The test suite fails early, in 'blame respects encoding', because 
grep-2.23
+
+  The test suite can be run in parallel mode. To run the test suite, issue:
+  make test. If run as a normal user, 0 test should be
+  reported as failed in the final summary.
 
 
 
@@ -228,7 +236,8 @@
 Reorganize man pages and/or html docs (both 
methods)
 
 
-  For both methods, reorganize the files, as
+  For both methods, the html-docs include a lot of plain text files.
+  Reorganize the files as the
   root user:
 
 

Modified: branches/systemd/general/prog/nasm.xml
==
--- branches/systemd/general/prog/nasm.xml  Thu May  5 17:11:37 2016
(r17322)
+++ branches/systemd/general/prog/nasm.xml  Thu May  5 18:04:13 2016
(r17323)
@@ -6,8 +6,8 @@
 
   http://www.nasm.us/pub/nasm/releasebuilds//nasm-.tar.xz;>
   
-  
-  
+  
+  
   
   
 ]>

Modified: branches/systemd/introduction/welcome/changelog.xml
==
--- branches/systemd/introduction/welcome/changelog.xml Thu May  5 17:11:37 
2016(r17322)
+++ branches/systemd/introduction/welcome/changelog.xml Thu May  5 18:04:13 
2016(r17323)
@@ -47,6 +47,33 @@
   May 6th, 2016
   
 
+  [renodr] - Fixed FAAC compilation with GCC-6.x.
+
+
+  [renodr] - Merged to trunk r17130.
+
+
+  [renodr] - Update-mime-database needs to be given a directory
+  in Xfce4-session. Merged from trunk r17130.
+
+
+  [renodr] - Fixed some typos and reworded command explanations
+  in Libreoffice. Merged from trunk r17129.
+
+
+  [renodr] - Revamped test suite instructions for Git. Merged
+  from trunk r17128.
+
+
+  [renodr] - Update to NASM-2.12.01. Merged from trunk
+  r17127.
+
+
+  [renodr] - Update to WebkitGTK+-2.10.9. Note that I have to
+  merge a later version when GNOME is updated. Merged from trunk
+  r17126.
+
+
   [renodr] - Sync to trunk r17126.
 
 

Modified: branches/systemd/multimedia/libdriv/faac.xml
==
--- branches/systemd/multimedia/libdriv/faac.xmlThu May  5 17:11:37 
2016(r17322)
+++ branches/systemd/multimedia/libdriv/faac.xmlThu May  5 18:04:13 
2016(r17323)
@@ -91,6 +91,8 @@
 
 sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c 
 
+CFLAGS=-std=c99\
+CXXFLAGS=-std=c++98\
 ./configure --prefix=/usr --disable-static 
 make
 

Modified: branches/systemd/packages.ent
==
--- branches/systemd/packages.ent   Thu May  5 17:11:37 2016(r17322)
+++ branches/systemd/packages.ent   Thu May  5 18:04:13 2016(r17323)
@@ -291,7 +291,7 @@
 
 
 
-
+
 
 
 
@@ -531,7 +531,7 @@
 
 
 
-
+
 
 
 

Modified: branches/systemd/x/lib/webkitgtk.xml
==
--- branches/systemd/x/lib/webkitgtk.xmlThu May  5 17:11:37 2016
(r17322)
+++ branches/systemd/x/lib/webkitgtk.xmlThu May  5 18:04:13 2016
(r17323)
@@ -6,10 +6,10 @@
 
   http://webkitgtk.org/releases/webkitgtk-.tar.xz;>
   
-  
+  
   
-  
-  
+  
+  

[blfs-book] r17322 - in branches/systemd: . introduction/welcome server/mail x/lib

2016-05-05 Thread via blfs-book
Author: renodr
Date: Thu May  5 17:11:37 2016
New Revision: 17322

Log:
Merge to trunk r17126

Modified:
   branches/systemd/general.ent
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/packages.ent
   branches/systemd/server/mail/dovecot.xml
   branches/systemd/x/lib/gtk+2.xml
   branches/systemd/x/lib/gtk3.xml

Modified: branches/systemd/general.ent
==
--- branches/systemd/general.entThu May  5 14:23:18 2016(r17321)
+++ branches/systemd/general.entThu May  5 17:11:37 2016(r17322)
@@ -1,6 +1,6 @@
 
 
-   
+   

 
 

Modified: branches/systemd/introduction/welcome/changelog.xml
==
--- branches/systemd/introduction/welcome/changelog.xml Thu May  5 14:23:18 
2016(r17321)
+++ branches/systemd/introduction/welcome/changelog.xml Thu May  5 17:11:37 
2016(r17322)
@@ -44,6 +44,27 @@
 
 -->
 
+  May 6th, 2016
+  
+
+  [renodr] - Sync to trunk r17126.
+
+
+  [renodr] - Update to GTK+-2.23.30. Merged from trunk
+  r17123.
+
+
+  [renodr] - Document a test suite failure in GTK+-3. Merged
+  from trunk r17124.
+
+
+  [renodr] - Update to dovecot-2.2.22. Merged from trunk
+  r17125.
+
+  
+
+
+
   May 5th, 2016
   
 

Modified: branches/systemd/packages.ent
==
--- branches/systemd/packages.ent   Thu May  5 14:23:18 2016(r17321)
+++ branches/systemd/packages.ent   Thu May  5 17:11:37 2016(r17322)
@@ -449,7 +449,7 @@
 
 
 
-
+
 
 
 
@@ -513,7 +513,7 @@
 
 
 
-
+
 
 
 

Modified: branches/systemd/server/mail/dovecot.xml
==
--- branches/systemd/server/mail/dovecot.xmlThu May  5 14:23:18 2016
(r17321)
+++ branches/systemd/server/mail/dovecot.xmlThu May  5 17:11:37 2016
(r17322)
@@ -7,8 +7,8 @@
   http://www.dovecot.org/releases/./dovecot-.tar.gz;>
   
-  
-  
+  
+  
   
   
 ]>

Modified: branches/systemd/x/lib/gtk+2.xml
==
--- branches/systemd/x/lib/gtk+2.xmlThu May  5 14:23:18 2016(r17321)
+++ branches/systemd/x/lib/gtk+2.xmlThu May  5 17:11:37 2016(r17322)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 

Modified: branches/systemd/x/lib/gtk3.xml
==
--- branches/systemd/x/lib/gtk3.xml Thu May  5 14:23:18 2016(r17321)
+++ branches/systemd/x/lib/gtk3.xml Thu May  5 17:11:37 2016(r17322)
@@ -135,7 +135,12 @@
 
 
   If flipping-icons.ui test fails, remove it with
-  rm -v testsuite/reftests/flipping-icons.ui
+  rm -v testsuite/reftests/flipping-icons.ui.
+
+  At least one other test, set-widget-path-saved,
+  might fail.
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r17321 - branches/systemd branches/systemd/introduction/welcome branches/systemd/multimedia/libdriv trunk/BOOK trunk/BOOK/introduction/welcome trunk/BOOK/multimedia/libdriv

2016-05-05 Thread via blfs-book
Author: renodr
Date: Thu May  5 14:23:18 2016
New Revision: 17321

Log:
Force taglib to build shared libraries instead of static ones

Modified:
   branches/systemd/general.ent
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/taglib.xml
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/taglib.xml

Modified: branches/systemd/general.ent
==
--- branches/systemd/general.entWed May  4 02:07:07 2016(r17320)
+++ branches/systemd/general.entThu May  5 14:23:18 2016(r17321)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: branches/systemd/introduction/welcome/changelog.xml
==
--- branches/systemd/introduction/welcome/changelog.xml Wed May  4 02:07:07 
2016(r17320)
+++ branches/systemd/introduction/welcome/changelog.xml Thu May  5 14:23:18 
2016(r17321)
@@ -44,6 +44,16 @@
 
 -->
 
+  May 5th, 2016
+  
+
+  [renodr] - Force taglib to build shared libraries instead of
+  static libraries.
+ 
+  
+
+
+
   May 4th, 2016
   
 

Modified: branches/systemd/multimedia/libdriv/taglib.xml
==
--- branches/systemd/multimedia/libdriv/taglib.xml  Wed May  4 02:07:07 
2016(r17320)
+++ branches/systemd/multimedia/libdriv/taglib.xml  Thu May  5 14:23:18 
2016(r17321)
@@ -96,6 +96,7 @@
 
 cmake -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release  \
+  -DBUILD_SHARED_LIBS=ON \
   .. 
 make
 

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Wed May  4 02:07:07 2016(r17320)
+++ trunk/BOOK/general.ent  Thu May  5 14:23:18 2016(r17321)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Wed May  4 02:07:07 
2016(r17320)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Thu May  5 14:23:18 
2016(r17321)
@@ -44,6 +44,15 @@
 
 -->
 
+  May 5th, 2016
+  
+
+  [renodr] - Force taglib to build shared libraries.
+
+  
+
+
+
   May 3rd, 2016
   
 

Modified: trunk/BOOK/multimedia/libdriv/taglib.xml
==
--- trunk/BOOK/multimedia/libdriv/taglib.xmlWed May  4 02:07:07 2016
(r17320)
+++ trunk/BOOK/multimedia/libdriv/taglib.xmlThu May  5 14:23:18 2016
(r17321)
@@ -96,6 +96,7 @@
 
 cmake -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release  \
+  -DBUILD_SHARED_LIBS=ON \
   .. 
 make
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #7805: cups-filters should recommend avahi

2016-05-05 Thread BLFS Trac via blfs-book
#7805: cups-filters should recommend avahi
-+-
 Reporter:  ken@…|  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 In v1.8.3 cups-filters configure fails if avahi is not present.

 In my own case, I do not need avahi so I was able to add the switch to
 disable this:
 {{{
   --disable-avahi Disable DNS Service Discovery support using
 Avahi.
 }}}

 The systemd book has made avahi required in r17311, but I think
 recommended would be better.

 NB - for now this is only "it builds for me", I don't have a printer
 connected to this machine and I don't share my printer over the network.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #7805: cups-filters should recommend avahi

2016-05-05 Thread BLFS Trac via blfs-book
#7805: cups-filters should recommend avahi
+--
 Reporter:  ken@…   |   Owner:  blfs-book@…
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  7.10
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+--
Changes (by ken@…):

 * type:  enhancement => defect


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #7804: gnupg-2.1.12

2016-05-05 Thread BLFS Trac via blfs-book
#7804: gnupg-2.1.12
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] BLFS Package Currency Check - 2016-05-05 05:45:02 GMT

2016-05-05 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: Linux-PAM   1.2.11.3.0#7794
chapter 04: gnupg   2.1.11   2.1.12   
chapter 04: openssl 1.0.2g   1.0.2h   #7800
chapter 04: stunnel 5.31 5.32 #7801
chapter 05: btrfs-progs 4.5.14.5.2#7795
chapter 09: libksba 1.3.31.3.4#7802
chapter 11: ImageMagick 6.9.3-5  7.0.1-1  #7520
chapter 11: iso-codes   3.67 3.68 #7796
chapter 13: List-MoreUtils  0.4130.415#7789
chapter 13: mercurial   3.7.33.8.1#7790
chapter 14: samba   4.4.24.4.3#7797
chapter 17: mutt1.6.01.6.1#7798
chapter 32: plasma5 5.6.25.6.3#7765
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: libkscreen  5.6.25.6.3#7765
chapter 43: firefox 46.0 46.0.1   #7803
chapter 46: x26420160220 daily#7555
chapter 47: ffmpeg  2.8.63.0.2#7470
chapter 47: mplayer SVN-r37794   daily#7556
chapter 47: vlc 2.2.22.2.3#7799
chapter 50: asymptote   2.36 2.37 #7590

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