pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/texlive



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 11 02:20:06 UTC 2025

Modified Files:
        pkgsrc/print/texlive: Makefile.common

Log Message:
texlive: switch to texlive 2025 tarball.

Cross-engine changes (except in original TeX):

* Generate PDF-1.7 in all formats, both plain and LaTeX; before, it was
  1.5. You may need an older version, especially for printing companies.
  You can generate, e.g., PDF-1.4 in various ways:
  * Running ps2pdf14 on the PDF file after it’s generated by TeX; this
    simple wrapper is part of Ghostscript. Other external software can do
    the same job.
  * LaTeX with PDF backends: \pdf_version_gset:n{1.4}
  * pdfTeX: \pdfmajorversion=1 \pdfminorversion=4
  * LuaTeX: \pdfvariable majorversion=1 \pdfvariable minorversion=4
  * XeTeX: \special{pdf:majorversion:1}\special{pdf:minorversion:4}

* If TeX exits due to the -halt-on-error option, write the help message to
  the log file, as happens by default.

* New primitive parameter \ignoreprimitiveerror; if set to 1, the error
  "Infinite glue shrinkage found in box being split" becomes a warning, so
  the program exit status is not changed to failure. Other values are
  reserved for future use.

* Scaling fonts to ≥ 2048pt now results in an error message, instead of
  (unhandled) arithmetic overflow or silent changing of the user’s value.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/texlive/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/texlive/Makefile.common
diff -u pkgsrc/print/texlive/Makefile.common:1.9 pkgsrc/print/texlive/Makefile.common:1.10
--- pkgsrc/print/texlive/Makefile.common:1.9    Thu Mar 21 07:44:55 2024
+++ pkgsrc/print/texlive/Makefile.common        Sun May 11 02:20:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2024/03/21 07:44:55 markd Exp $
+# $NetBSD: Makefile.common,v 1.10 2025/05/11 02:20:06 markd Exp $
 # used by converters/dvi2tty/Makefile
 # used by fonts/afm2pl/Makefile
 # used by fonts/gsftopkk/Makefile
@@ -31,8 +31,8 @@
 # used by textproc/upmendex/Makefile
 # used by textproc/xindy/Makefile
 
-DISTNAME=      texlive-20240312-source
-MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2024/
+DISTNAME=      texlive-20250308-source
+MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2025/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER?=   minskim%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index