pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-texlive.infra



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Nov  8 09:00:45 UTC 2023

Modified Files:
        pkgsrc/print/tex-texlive.infra: Makefile PLIST

Log Message:
tex-texlive.infra: install empty texlive.tlpdb to make texdoc happy.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/tex-texlive.infra/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-texlive.infra/PLIST

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

Modified files:

Index: pkgsrc/print/tex-texlive.infra/Makefile
diff -u pkgsrc/print/tex-texlive.infra/Makefile:1.32 pkgsrc/print/tex-texlive.infra/Makefile:1.33
--- pkgsrc/print/tex-texlive.infra/Makefile:1.32        Tue Apr 11 00:26:25 2023
+++ pkgsrc/print/tex-texlive.infra/Makefile     Wed Nov  8 09:00:45 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2023/04/11 00:26:25 markd Exp $
+# $NetBSD: Makefile,v 1.33 2023/11/08 09:00:45 markd Exp $
 
 DISTNAME=      texlive.infra
 PKGNAME=       tex-${DISTNAME}-2023
+PKGREVISION=   1
 TEXLIVE_REV=   66512
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,6 +14,7 @@ USE_TOOLS+=   perl:run
 TEXLIVE_IGNORE_PATTERNS=       texmf-dist/scripts
 
 INSTALLATION_DIRS+=    ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive
+INSTALLATION_DIRS+=    share/tlpkg
 TEX_TEXMF_DIRS+=       ${PREFIX}/share/texmf-dist
 
 SUBST_CLASSES+=                paths
@@ -26,5 +28,7 @@ SUBST_SED.paths=      -e 's,@KPSEWHICH@,${PRE
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm \
                ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/
+       ${TOUCH} ${WRKDIR}/texlive.tlpdb
+       ${INSTALL_DATA} ${WRKDIR}/texlive.tlpdb ${DESTDIR}${PREFIX}/share/tlpkg/
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/tex-texlive.infra/PLIST
diff -u pkgsrc/print/tex-texlive.infra/PLIST:1.4 pkgsrc/print/tex-texlive.infra/PLIST:1.5
--- pkgsrc/print/tex-texlive.infra/PLIST:1.4    Thu Jun 16 04:06:17 2016
+++ pkgsrc/print/tex-texlive.infra/PLIST        Wed Nov  8 09:00:45 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/06/16 04:06:17 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/11/08 09:00:45 markd Exp $
 ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TLConfFile.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TLConfig.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TLCrypto.pm
@@ -13,3 +13,4 @@ ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TL
 ${PERL5_SUB_INSTALLVENDORLIB}/TeXLive/TeXCatalogue.pm
 share/texmf-dist/web2c/fmtutil-hdr.cnf
 share/texmf-dist/web2c/updmap-hdr.cfg
+share/tlpkg/texlive.tlpdb



Home | Main Index | Thread Index | Old Index