pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   spz
Date:           Sun Jun 19 20:05:15 UTC 2022

Modified Files:
        pkgsrc/print/web2c: Makefile

Log Message:
build fix: dependency is now on ptexenc>=1.4.0

due to a change in argument list of input_line2()


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/web2c/Makefile

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

Modified files:

Index: pkgsrc/print/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.109 pkgsrc/print/web2c/Makefile:1.110
--- pkgsrc/print/web2c/Makefile:1.109   Sun Apr 17 10:46:46 2022
+++ pkgsrc/print/web2c/Makefile Sun Jun 19 20:05:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2022/04/17 10:46:46 markd Exp $
+# $NetBSD: Makefile,v 1.110 2022/06/19 20:05:15 spz Exp $
 
 .include "../../print/texlive/Makefile.common"
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://www.tug.org/web2c/
 COMMENT=       TeX implementation translating WEB to C
 
 DEPENDS+=      kpathsea>=6.2.1:../../print/kpathsea
-DEPENDS+=      ptexenc>=1.3.7:../../print/ptexenc
+DEPENDS+=      ptexenc>=1.4.0:../../print/ptexenc
 
 EXTRACT_ELEMENTS+=     ${DISTNAME}/libs/xpdf
 EXTRACT_ELEMENTS+=     ${DISTNAME}/texk/web2c



Home | Main Index | Thread Index | Old Index