texlive[41793] Master/tlpkg/bin: ignore demo-ocgx.pdf due to crash;

commits+karl at tug.org commits+karl at tug.org
Thu Aug 4 01:10:40 CEST 2016


Revision: 41793
          http://tug.org/svn/texlive?view=revision&revision=41793
Author:   karl
Date:     2016-08-04 01:10:40 +0200 (Thu, 04 Aug 2016)
Log Message:
-----------
ignore demo-ocgx.pdf due to crash; flush buffers; copyright

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/check-files-by-format
    trunk/Master/tlpkg/bin/check-fmttriggers
    trunk/Master/tlpkg/bin/tl-prune-platforms

Modified: trunk/Master/tlpkg/bin/check-files-by-format
===================================================================
--- trunk/Master/tlpkg/bin/check-files-by-format	2016-08-03 23:07:09 UTC (rev 41792)
+++ trunk/Master/tlpkg/bin/check-files-by-format	2016-08-03 23:10:40 UTC (rev 41793)
@@ -51,6 +51,8 @@
      # 2jul16+20dec15 "couldn't read xref table", but seems basically ok:
   'texmf-dist/doc/latex/bookcover/figures/ekflogo.pdf' => 1,
   'texmf-dist/doc/latex/ksp-thesis/ksp-thesis.pdf' => 1,
+     # 4aug16 pdfinfo from xpdf 3.03 crashes (reported to derekn):
+  'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1,
      # not a PDF file:
   'texmf-dist/dvips/tetex/config.pdf' => -1,
 };

Modified: trunk/Master/tlpkg/bin/check-fmttriggers
===================================================================
--- trunk/Master/tlpkg/bin/check-fmttriggers	2016-08-03 23:07:09 UTC (rev 41792)
+++ trunk/Master/tlpkg/bin/check-fmttriggers	2016-08-03 23:10:40 UTC (rev 41793)
@@ -13,6 +13,7 @@
 
 BEGIN {
   $^W = 1;
+  $| = 1;
   (my $mydir = $0) =~ s,/[^/]*$,,;
   my $tlroot = "$mydir/../..";
   unshift (@INC, "$tlroot/tlpkg");

Modified: trunk/Master/tlpkg/bin/tl-prune-platforms
===================================================================
--- trunk/Master/tlpkg/bin/tl-prune-platforms	2016-08-03 23:07:09 UTC (rev 41792)
+++ trunk/Master/tlpkg/bin/tl-prune-platforms	2016-08-03 23:10:40 UTC (rev 41793)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright 2012-2013 Norbert Preining
+# Copyright 2012-2016 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 #



More information about the tex-live-commits mailing list