for *.map files in case no map file is found in
$TEXMF/fonts/map//<dviwarename>//. While map files should
be separated in this manner to prevent updmap(1) from getting
confused by difference in the file formats between dvips and
dvipdfm, the current chinese/CJK package depends on the obsolete
search path and files in $TEXMF/fonts/map/CJK at this moment.
Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies
a directory for font map files should be "fonts/map/<syntax>/<package>/..."
and names like "fonts/map/<package>" are discouraged.
Bump PORTREVISION, but there is no visible change for most people.
Spotted by: rafan
References: [*] http://tug.org/tds/tds.html
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Override user-defined TEXINPUTS, TEXMF, TEXMFCNF variables
during the build. Add a note to pkg-message that
setting these variables in a wrong way may prevent
teTeX from working.
A lot of tools and macros has been updated and the share/texmf* directory
structure has been changed as well. The portupgrade utility should work,
but please read http://people.freebsd.org/~hrs/tetex-upgrade.txt before
upgrading.
this patch, the following code fragment causes a segmentation fault.
\toksdef\whatevertoks = 266
\toksdef\extratoks = 267
\whatevertoks={junk}
\everypar{\extratoks=\whatevertoks}
\immediate\write16{t={\the\toks265}}
some paragraph\par
\bye
Approved by: linimon (mentor)
print/teTeX-base installs binaries in the teTeX distribution. This
is based on the old version of print/teTeX (repo-copy'd).
PR: ports/67452
Approved by: linimon (mentor)
Approved by: demon (print/teTeX maintainer, in concept)
Use MAN variables and remove man-pages from PLIST;
Sort PLIST;
Do not explicitly add 'strip' target to INSTALL_TARGET, binaries are
now stripped during normal install.
being xdvi, for obvious reasons). Only difference from the original patch
is the use of PLIST_SUB instead of duplicating (most of) the pkg-plist.
Switch maintainer to ports@ - current maintainer has been unresponsive to
both the submitter and to myself. doc@ might want to pick up on this one
since it's a critical port for make release.
PR: 34864
Submitted by: Steve Wills <steve@stevenwills.com>