[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-etex-pkg

File: [cvs.NetBSD.org] / pkgsrc / print / tex-etex-pkg / Makefile (download)

Revision 1.6, Sun Aug 2 12:56:42 2015 UTC (8 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.5: +3 -3 lines

Update tex-etex-pkg{,-doc} to 2.3

Version 2.2 adds a check that etex package has not been loaded after
extended registers are already allocated by the LaTeX format, and gives
a warning in that case.

Previously, if etex.sty was loaded too late LaTeX would already have
run out of registers and given an error.

Since the 2015/01/01 LaTeX release, LaTeX will use extended registers.
If etex.sty is to be loaded it must be loaded before extended registers
are used to avoid the two allocation schemes conflicting.

As explained in the warning message, to avoid the warning, either avoid
loading etex package, or load it earlier in the document.

2.3
Technical re-arrangement of the checks introduced in version 2.2.
Moved the conflicting allocation check before the package options are
declared to avoid errors from the package option system in some
contexts.

# $NetBSD: Makefile,v 1.6 2015/08/02 12:56:42 markd Exp $

DISTNAME=	etex-pkg
PKGNAME=	tex-${DISTNAME}-2.3
TEXLIVE_REV=	37807

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://ctan.org/pkg/etex-pkg
COMMENT=	E-TeX support package
LICENSE=	lppl-1.3c

CONFLICTS+=	teTeX-texmf<=3.0nb13
DEPENDS+=	tex-pdftex-[0-9]*:../../print/tex-pdftex

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"