pdftex[871] branches/stable/source/src: sync from tl 60982, including

commits+karl at tug.org commits+karl at tug.org
Sun Nov 7 01:31:53 CET 2021


Revision: 871
          http://tug.org/svn/pdftex?view=revision&revision=871
Author:   karl
Date:     2021-11-07 01:31:53 +0100 (Sun, 07 Nov 2021)
Log Message:
-----------
sync from tl 60982, including bump to version 1.40.24

Modified Paths:
--------------
    branches/stable/source/src/libs/README
    branches/stable/source/src/texk/kpathsea/NEWS
    branches/stable/source/src/texk/web2c/ChangeLog
    branches/stable/source/src/texk/web2c/Makefile.in
    branches/stable/source/src/texk/web2c/am/texmf.am
    branches/stable/source/src/texk/web2c/omegafonts/Makefile.in
    branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex_version.h

Modified: branches/stable/source/src/libs/README
===================================================================
--- branches/stable/source/src/libs/README	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/libs/README	2021-11-07 00:31:53 UTC (rev 871)
@@ -1,5 +1,5 @@
 
-$Id: README 60533 2021-09-18 03:14:52Z kakuto $
+$Id: README 60943 2021-11-04 00:51:18Z kakuto $
 Public domain.  Originally created by Karl Berry, 2005.
 
 Libraries we compile for TeX Live.
@@ -26,8 +26,8 @@
   http://sourceforge.net/projects/silgraphite/files/graphite2/
   (requires C++11)
 
-harfbuzz 3.0.0 - checked 18sep21
-  https://github.com/harfbuzz/harfbuzz/releases/download/3.0.0/
+harfbuzz 3.1.0 - checked 04nov21
+  https://github.com/harfbuzz/harfbuzz/releases/download/3.1.0/
 
 icu 68.2 - checked 13feb21
   http://download.icu-project.org/files/icu4c/

Modified: branches/stable/source/src/texk/kpathsea/NEWS
===================================================================
--- branches/stable/source/src/texk/kpathsea/NEWS	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/kpathsea/NEWS	2021-11-07 00:31:53 UTC (rev 871)
@@ -1,6 +1,9 @@
-$Id: NEWS 58655 2021-03-23 17:39:18Z karl $
+$Id: NEWS 60982 2021-11-07 00:26:08Z karl $
 This file records noteworthy changes.  (Public domain.)
 
+* First return path from kpsewhich -all is now the same as non-all.
+  (Internally, str_list_uniqify retains ordering.)
+
 6.3.3 (for TeX Live 2021, 23 March 2021)
 * The library does not emit warnings for unrecognized filenames,
   leaving it up to the caller.

Modified: branches/stable/source/src/texk/web2c/ChangeLog
===================================================================
--- branches/stable/source/src/texk/web2c/ChangeLog	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/ChangeLog	2021-11-07 00:31:53 UTC (rev 871)
@@ -1,3 +1,9 @@
+2021-11-03  Karl Berry  <karl at freefriends.org>
+
+	* am/texmf.am (install-mf-links) [WIN32]: install via libtool,
+	the same change as made for dvipdfmx.
+	https://tug.org/pipermail/dvipdfmx/2021-October/000301.html
+
 2021-10-11  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctangleboot.cin,

Modified: branches/stable/source/src/texk/web2c/Makefile.in
===================================================================
--- branches/stable/source/src/texk/web2c/Makefile.in	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/Makefile.in	2021-11-07 00:31:53 UTC (rev 871)
@@ -21554,8 +21554,8 @@
 
 .PHONY: install-mf-links uninstall-mf-links
 @WIN32_TRUE at install-mf-links: call_mf$(EXEEXT)
- at MFN_FALSE@@WIN32_TRUE@	$(INSTALL_PROGRAM) call_mf$(EXEEXT) $(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)
- at WIN32_TRUE@	$(INSTALL_PROGRAM) call_mf$(EXEEXT) $(DESTDIR)$(bindir)/inimf$(EXEEXT)
+ at MFN_FALSE@@WIN32_TRUE@	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_mf$(EXEEXT) "$(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)"
+ at WIN32_TRUE@	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_mf$(EXEEXT) "$(DESTDIR)$(bindir)/inimf$(EXEEXT)"
 @WIN32_TRUE at uninstall-mf-links:
 @MFN_FALSE@@WIN32_TRUE@	rm -f $(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)
 @WIN32_TRUE@	rm -f $(DESTDIR)$(bindir)/inimf$(EXEEXT)

Modified: branches/stable/source/src/texk/web2c/am/texmf.am
===================================================================
--- branches/stable/source/src/texk/web2c/am/texmf.am	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/am/texmf.am	2021-11-07 00:31:53 UTC (rev 871)
@@ -1,7 +1,7 @@
-## $Id: texmf.am 57736 2021-02-13 23:02:37Z karl $
+## $Id: texmf.am 60940 2021-11-03 22:47:27Z karl $
 ## texk/web2c/am/texmf.am: Makefile fragment for TeX and MF.
 ##
-## Copyright 2015-2019 Karl Berry <tex-live at tug.org>
+## Copyright 2015-2021 Karl Berry <tex-live at tug.org>
 ## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 
@@ -128,9 +128,9 @@
 if WIN32
 install-mf-links: call_mf$(EXEEXT)
 if !MFN
-	$(INSTALL_PROGRAM) call_mf$(EXEEXT) $(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)
+	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_mf$(EXEEXT) "$(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)"
 endif !MFN
-	$(INSTALL_PROGRAM) call_mf$(EXEEXT) $(DESTDIR)$(bindir)/inimf$(EXEEXT)
+	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_mf$(EXEEXT) "$(DESTDIR)$(bindir)/inimf$(EXEEXT)"
 uninstall-mf-links:
 if !MFN
 	rm -f $(DESTDIR)$(bindir)/mf-nowin$(EXEEXT)

Modified: branches/stable/source/src/texk/web2c/omegafonts/Makefile.in
===================================================================
--- branches/stable/source/src/texk/web2c/omegafonts/Makefile.in	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/omegafonts/Makefile.in	2021-11-07 00:31:53 UTC (rev 871)
@@ -1425,8 +1425,9 @@
 @WIN32_FALSE@	done
 
 @OTANGLE_TRUE at install-exec-hook: install-bin-links
+# same install happens in dvipdfmx.
 @OTANGLE_TRUE@@WIN32_TRUE@	for f in $(linked_programs); do \
- at OTANGLE_TRUE@@WIN32_TRUE@	  $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) $(DESTDIR)$(bindir)/$$f$(EXEEXT) || exit 1; \
+ at OTANGLE_TRUE@@WIN32_TRUE@	  $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"
 @OTANGLE_TRUE@@WIN32_TRUE@	done
 @OTANGLE_TRUE at uninstall-hook: uninstall-bin-links
 @OTANGLE_TRUE@@WIN32_TRUE@	for f in $(linked_programs); do \

Modified: branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/pdftexdir/ChangeLog	2021-11-07 00:31:53 UTC (rev 871)
@@ -1,3 +1,9 @@
+2021-11-05  Karl Berry  <karl at freefriends.org>
+
+        * pdftex_version.h,
+        * pdftex.web (pdftex_revision, pdftex_version_string):
+        version [1.40.]24 for TL'22, in advance, for structured dest test.
+
 2021-11-04  Marcel Kr\"uger  <tex at 2krueger.de>
 
 	* pdftex.web: Implement support for PDF 2.0 structure destinations.

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2021-11-07 00:31:53 UTC (rev 871)
@@ -307,8 +307,8 @@
   {printed when \eTeX\ starts}
 @#
 @d pdftex_version==140 { \.{\\pdftexversion} }
- at d pdftex_revision=="23" { \.{\\pdftexrevision} }
- at d pdftex_version_string=='-1.40.23' {current \pdfTeX\ version}
+ at d pdftex_revision=="24" { \.{\\pdftexrevision} }
+ at d pdftex_version_string=='-1.40.24' {current \pdfTeX\ version}
 @#
 @d pdfTeX_banner=='This is pdfTeX, Version 3.141592653',eTeX_version_string,pdftex_version_string
    {printed when \pdfTeX\ starts}

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex_version.h
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex_version.h	2021-11-06 17:49:04 UTC (rev 870)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex_version.h	2021-11-07 00:31:53 UTC (rev 871)
@@ -1 +1 @@
-#define PDFTEX_VERSION "1.40.23"
+#define PDFTEX_VERSION "1.40.24"



More information about the pdftex-commits mailing list.