openbsd-ports/print/texlive/README
edd e735c64ddf Update to TeX Live 2010.
This year we pre-generate format and maps as requested by kili.

Started adding test cases in the tests/ dir.

Upgrades from 2009 will cause a harmless warning regarding texlinks. Espie is
aware of this, it was not easily fixable.

Uninstalls of texlive 2010 which were previously upgraded from 2009 will make
lots of noise regarding non-empty directories which can not be deleted. This
is due to unregistered package directories in the old texlive 2009 pacakage and
has been fixed in the 2010 package (rblatter script was modified to register
*all* parent dirs in PLISTs).

Installs/uninstalls of texlive 2010 on a fresh system (which has never
seen texlive 2009) are squeaky clean.

This has been in use for a number of months on my work machine, so should be
pretty stable, but I am sure someone will find some obscure bugs. These can be
fixed in tree.

OK espie@
2011-03-08 00:09:42 +00:00

49 lines
1.5 KiB
Plaintext

$OpenBSD: README,v 1.1 2011/03/08 00:09:42 edd Exp $
Porting of TeX Live 2010 is now complete. Any remaining bugs will be
fixed in-tree. This file remains as a reference when the time comes to
port texlive 2011.
TeX Live 2010 - Porting progress.
---------------------------------------
* Get base compilers working: done
* Get xindy linking against clisp: done
* Test build works. done
-> amd64 done
-> i386 done
-> sparc64 done
* Do texmf split: done
* Get basic texmf packaging: done
* Re-add depenedencies: done
* Get -full config working: done
* Hack configs for subsets: done
-> hack texmf.cnf: done
-> fix $HOME ls-R owned root bug: done
-> make fmtutil.cnf configs: not needed this year
* Implement remaining @xxx directives: done
* Test lots: done (several months)
* Link to build as print/texlive: done
--- KNOWN ISSUES ---
* gmverb is broken -- reported upstream, being ignored by package author.
* man pages make noise
At package time:
/usr/ports/pobj/texlive_base-2010/fake-i386//usr/local/man/man1/texmfstart.1 :5: can't find macro file `www.tmac'
At install/uninstall:
Can't parse /usr/local/man/cat1/mendex.0 (not a manpage ?)
* /usr/local/share/texmf* are left behind from previous texlive which cause
a conflict with new texlive2010.
--- EXTRA? ---
* Split down -docs even further this year: docs_srcs + docs_built (?)
Probably not.
* Pre-generate maps and formats and install from FILESDIR
-> check this is platform independent. done - works