which can take multiple values -- "pax" or "gtar". The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
which doesn't compile recently because of the LaTeX's "Hey, your distribution
is too old! Please update it to the latest one!" feature.
Quoted from the patch to `latex.ltx'.
This is a work around for the '1 year old' error which avoids the format
file from being generated correctly. Provided by Naoto Shimazaki.
Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src}
packages, applying this patch is done by packages' Makefiles on do-install
stage.
New version numbers after these changes are like below:
teTeX: 1.0.7nb1
teTeX-bin: 1.0.7nb1
teTeX-share: 1.0.2nb1
teTeX-sharesrc: 1.0.1nb1