Register all inter-texlive package dependencies, add all relevent pkg_create
directives to packing lists, update README with current status. Found bug in gmverb, needs updating from svn, (probably my next commit). Was able to build some complex documents fine (with the exception of gmverb). No OK needed, not linked to build.
This commit is contained in:
parent
2f7ab7c06d
commit
5181139d5d
@ -1,25 +1,32 @@
|
||||
TeX Live 2010 - Work in Progress (edd@)
|
||||
$OpenBSD: README,v 1.4 2010/10/20 23:13:00 edd Exp $
|
||||
$OpenBSD: README,v 1.5 2010/10/21 13:00:30 edd Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
* Get base compilers working: done
|
||||
* Get xindy linking against clisp: done
|
||||
* Test build works.
|
||||
* Test build works. done
|
||||
-> amd64 done
|
||||
-> i386
|
||||
-> i386 done
|
||||
-> sparc64 done
|
||||
* Do texmf split: initial split done
|
||||
* Get basic texmf packaging: almost done
|
||||
* Re-add depenedencies: started
|
||||
* Get -full config working:
|
||||
* Hack configs for subsets:
|
||||
* Do texmf split: done
|
||||
* Get basic texmf packaging: done
|
||||
* Re-add depenedencies: done
|
||||
* Get -full config working: done
|
||||
* Hack configs for subsets:
|
||||
-> hack texmf.cnf: done
|
||||
(fix $HOME ls-R owned root bug)
|
||||
-> make fmtutil.cnf configs: no need this year
|
||||
* Implement remaining @xxx directives:
|
||||
-> fix $HOME ls-R owned root bug:
|
||||
-> make fmtutil.cnf configs: not needed this year
|
||||
* Implement remaining @xxx directives: done
|
||||
* Put mans from texmf into separate
|
||||
dist and pull into _base:
|
||||
* Test lots:
|
||||
* Link to build as print/texlive:
|
||||
|
||||
--- KNOWN ISSUES ---
|
||||
|
||||
* gmverb is broken
|
||||
* man pages make noise
|
||||
|
||||
--- EXTRA ---
|
||||
|
||||
* Split down -docs even further this year: docs_srcs + docs_built (?)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/20 23:13:00 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/21 13:00:30 edd Exp $
|
||||
|
||||
COMMENT = base binaries for TeXLive typesetting distribution
|
||||
|
||||
@ -42,7 +42,7 @@ NO_REGRESS = Yes # not worth the effort.
|
||||
USE_X11 = Yes
|
||||
USE_GMAKE = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF= Yes
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
CFLAGS += -fPIC
|
||||
|
@ -1,9 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/20 23:13:00 edd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/10/21 13:00:30 edd Exp $
|
||||
@conflict teTeX_base-*
|
||||
@conflict ht-<2
|
||||
@pkgpath print/teTeX/base
|
||||
@pkgpath print/teTeX/base,-fmt
|
||||
@comment @unexec texlinks -u
|
||||
@comment mptopdf must be before texlinks -u
|
||||
bin/mptopdf
|
||||
@unexec texlinks -u
|
||||
bin/a2ping
|
||||
bin/afm2afm
|
||||
@bin bin/afm2pl
|
||||
@ -146,7 +148,6 @@ bin/mktextfm
|
||||
@bin bin/mmafm
|
||||
@bin bin/mmpfb
|
||||
@bin bin/mpost
|
||||
bin/mptopdf
|
||||
%%SHARED%%
|
||||
%%xindy%%
|
||||
bin/mtxrun
|
||||
@ -729,7 +730,7 @@ texmf/scripts/texdoc/texdoc.tlu
|
||||
texmf/scripts/texlive/
|
||||
texmf/scripts/texlive/rungs.tlu
|
||||
@comment texmf/scripts/texlive/tlmgr.pl
|
||||
@comment texmf/scripts/xindy/
|
||||
texmf/scripts/xindy/
|
||||
@comment texmf/texconfig/
|
||||
@comment texmf/texconfig/README
|
||||
@comment texmf/texconfig/g/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/20 23:13:00 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/21 13:00:30 edd Exp $
|
||||
|
||||
COMMENT-main = texlive texmf for laTeX/PdfTeX
|
||||
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
|
||||
@ -15,11 +15,10 @@ NO_REGRESS = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
BUILD_DEPENDS = ::archivers/xz
|
||||
# XXX re-add when ready
|
||||
#RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
|
||||
# :texlive_base-${V}:print/texlive/base
|
||||
#RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base
|
||||
#
|
||||
RUN_DEPENDS-full = :texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
|
||||
:texlive_base-${V}:print/texlive/base
|
||||
RUN_DEPENDS-docs = :texlive_base-${V}:print/texlive/base
|
||||
|
||||
MULTI_PACKAGES = -main -full -docs
|
||||
|
||||
SUBST_VARS += LOCALBASE
|
||||
|
@ -1,3 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.3 2010/10/21 13:00:30 edd Exp $
|
||||
@conflict teTeX_texmf-doc-*
|
||||
@conflict texlive_base-<2010
|
||||
@conflict texlive_texmf-minimal-<2010
|
||||
@pkgpath print/texlive/texmf-docs
|
||||
@pkgpath print/teTeX_texmf,-doc
|
||||
@comment share/man/
|
||||
@comment share/man/man1/
|
||||
@comment share/man/man1/a2ping.1
|
||||
@ -20335,3 +20341,5 @@ share/texmf/scripts/texlive/
|
||||
share/texmf/scripts/texlive/NEWS
|
||||
@comment share/tlpkg/
|
||||
@comment share/tlpkg/README
|
||||
@exec mktexlsr > /dev/null 2>&1
|
||||
@unexec-delete mktexlsr > /dev/null 2>&1
|
||||
|
@ -1,3 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-full,v 1.3 2010/10/21 13:00:30 edd Exp $
|
||||
@conflict teTeX_texmf-*
|
||||
@conflict texlive_texmf-docs-<2010
|
||||
@conflict texlive_texmf-minimal-<2010
|
||||
@pkgpath print/texlive/texmf-full
|
||||
@pkgpath print/teTeX/texmf
|
||||
@comment share/man/
|
||||
@comment share/man/man1/
|
||||
@comment share/man/man1/lacheck.1
|
||||
@ -28107,3 +28113,11 @@ share/texmf/xindy/modules/tex/inputenc/latin.xdy
|
||||
share/texmf/xindy/modules/tex/inputenc/latin1.xdy
|
||||
share/texmf/xindy/modules/tex/inputenc/latin2.xdy
|
||||
share/texmf/xindy/modules/tex/inputenc/latin3.xdy
|
||||
@exec mktexlsr > /dev/null 2>&1
|
||||
@comment @exec fmtutil-sys --all > /dev/null 2>&1
|
||||
@exec updmap-sys --syncwithtrees > /dev/null 2>&1
|
||||
@exec texlinks
|
||||
@unexec-delete mktexlsr > /dev/null 2>&1
|
||||
@comment @unexec-delete fmtutil-sys --all > /dev/null 2>&1
|
||||
@unexec-delete updmap-sys --syncwithtrees > /dev/null 2>&1
|
||||
@unexec-delete texlinks
|
||||
|
@ -1,3 +1,10 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2010/10/21 13:00:30 edd Exp $
|
||||
@conflict teTeX_texmf-*
|
||||
@conflict texlive_base-<2010
|
||||
@conflict texlive_texmf-docs-<2010
|
||||
@conflict texlive_texmf-full-<2010
|
||||
@pkgpath print/texlive/texmf-minimal
|
||||
@pkgpath print/teTeX/texmf
|
||||
@comment share/man/
|
||||
@comment share/man/man1/
|
||||
@comment share/man/man1/dt2dv.1
|
||||
@ -24,7 +31,7 @@
|
||||
@comment share/man/man1/pk2bm.man1.pdf
|
||||
@comment share/man/man1/ps2pk.1
|
||||
@comment share/man/man1/ps2pk.man1.pdf
|
||||
share/texmf-dist/
|
||||
@extra share/texmf-dist/
|
||||
share/texmf-dist/bibtex/
|
||||
share/texmf-dist/bibtex/bib/
|
||||
share/texmf-dist/bibtex/bib/base/
|
||||
@ -34737,7 +34744,7 @@ share/texmf-dist/tex/xetex/zhspacing/plain/zhmath.sty
|
||||
share/texmf-dist/tex/xetex/zhspacing/plain/zhsmyclass.sty
|
||||
share/texmf-dist/tex/xetex/zhspacing/plain/zhspacing.sty
|
||||
share/texmf-dist/tex/xetex/zhspacing/plain/zhsusefulmacros.sty
|
||||
share/texmf/
|
||||
@extra share/texmf/
|
||||
share/texmf/doc/
|
||||
share/texmf/dvipdfm/
|
||||
share/texmf/dvipdfm/config/
|
||||
@ -34996,7 +35003,7 @@ share/texmf/web2c/tcvn-t5.tcx
|
||||
share/texmf/web2c/texmf.cnf
|
||||
share/texmf/web2c/texmfcnf.lua
|
||||
share/texmf/web2c/updmap-hdr.cfg
|
||||
share/texmf/web2c/updmap.cfg
|
||||
@sample share/texmf/web2c/updmap.cfg
|
||||
share/texmf/web2c/viscii-t5.tcx
|
||||
share/texmf/xdvi/
|
||||
share/texmf/xdvi/XDvi
|
||||
|
Loading…
Reference in New Issue
Block a user