summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-18 07:18:30 +0000
committerKarl Berry <karl@freefriends.org>2008-05-18 07:18:30 +0000
commitff9066ac4d536c55f150d9aa9c1eb974dcaf016f (patch)
treedfc0e9498ac9e9a77f76689716f990ca45011905 /Build
parentca15d72af1dc306c931645f4db396cc830f5ead3 (diff)
regenerated by /home/texlive/karl/Build/tools/svnchangelog
git-svn-id: svn://tug.org/texlive/trunk@8203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/logs/svnlog248
1 files changed, 248 insertions, 0 deletions
diff --git a/Build/logs/svnlog b/Build/logs/svnlog
index 33bfc8627d4..02bcdd0b0f5 100644
--- a/Build/logs/svnlog
+++ b/Build/logs/svnlog
@@ -1,4 +1,252 @@
------------------------------------------------------------------------
+r8202 | karl | 2008-05-18 09:18:28 +0200 (Sun, 18 May 2008) | 1 line
+
+autoupdate via tlmgr generate fmtutil
+
+Changed paths:
+ M /trunk/Master/texmf/web2c/fmtutil.cnf
+------------------------------------------------------------------------
+r8201 | karl | 2008-05-18 09:10:45 +0200 (Sun, 18 May 2008) | 1 line
+
+autoupdate
+
+Changed paths:
+ M /trunk/Master/tlpkg/texlive.tlpdb
+------------------------------------------------------------------------
+r8200 | karl | 2008-05-18 09:08:46 +0200 (Sun, 18 May 2008) | 1 line
+
+autoupdate
+
+Changed paths:
+ M /trunk/Master/texmf-dist/ls-R
+------------------------------------------------------------------------
+r8199 | vvv | 2008-05-18 08:07:54 +0200 (Sun, 18 May 2008) | 41 lines
+
+change the condition for the "special texlive build behavior":
+previously it was triggered just by the --enable-tetex-build
+configure option, but some distributions are using both
+--enable-tetex-build and at the same time redefine the datadir,
+docdir, mandir, etc.
+
+now, the "special texlive build behavior" is enabled when both
+the --enable-tetex-build option is used, AND $datadir is the same
+as $prefix, which is the case when using the default Build script.
+
+the "special texlive build behavior" for xindy consists of:
+
+* installing "xindy" and "texindy" as symlinks pointing to
+ scripts in the texmf/scripts/xindy/ directory, rather than
+ copying them as regular files into bindir.
+
+* installing xindy.mem into bindir (rather than into pkglibdir),
+ as in texlive, it is the only platform-dependent directory, and
+ there's no per-platform lib directory.
+
+* redefining datadir, docdir and mandir to the layout used in texlive:
+ datadir="$prefix/texmf"
+ docdir="$prefix/texmf/doc/$PACKAGE_NAME"
+ mandir="$prefix/texmf/doc/man"
+
+* disabling docs generation and make-rules build (because they
+ require working latex and pdflatex during build). in normal
+ texlive builds, the docs and make-rules are installed in the
+ texmf tree, and need not be re-built.
+
+if distributor wants to build the whole texlive, with xindy, and
+uses the --enable-tetex-build, but redefines datadir, we disable
+the above "special texlive build behavior".
+
+in this case, however, please keep in mind that you need the
+working latex (for make-rules) and pdflatex (for docs) during
+xindy build. if you do not have it, add --disable-make-rules and
+--disable-docs configure options, but keep in mind that without
+the make-rules, xindy's install is incomplete, and you need to
+use the files supplied by texlive's Master/texmf/xindy tree.
+
+
+Changed paths:
+ M /trunk/Build/source/utils/xindy/configure
+ M /trunk/Build/source/utils/xindy/configure.ac
+------------------------------------------------------------------------
+r8198 | vvv | 2008-05-18 01:55:02 +0200 (Sun, 18 May 2008) | 3 lines
+
+cosmetic change in displaying error message when installing symlinks
+(use stderr instead of stdout, and exit 1 instead of false)
+
+
+Changed paths:
+ M /trunk/Build/source/texk/tex4htk/Makefile.in
+ M /trunk/Build/source/utils/xindy/user-commands/Makefile.am
+ M /trunk/Build/source/utils/xindy/user-commands/Makefile.in
+------------------------------------------------------------------------
+r8197 | staw | 2008-05-18 01:40:50 +0200 (Sun, 18 May 2008) | 1 line
+
+texdoctk corrections
+
+Changed paths:
+ M /trunk/Master/texmf/texdoctk/texdocrc-win32.defaults
+ M /trunk/Master/texmf/texdoctk/texdoctk.dat
+------------------------------------------------------------------------
+r8196 | karl | 2008-05-18 01:11:56 +0200 (Sun, 18 May 2008) | 1 line
+
+re-enable cont-en/pdftex until we are ready for full context update
+
+Changed paths:
+ M /trunk/Master/texmf/fmtutil/format.context.cnf
+------------------------------------------------------------------------
+r8195 | mpg | 2008-05-18 01:02:48 +0200 (Sun, 18 May 2008) | 1 line
+
+do not flood with obviouly useless output (map, tex4ht)
+
+Changed paths:
+ M /trunk/Master/tlpkg/bin/check-duplicated-runfiles
+------------------------------------------------------------------------
+r8194 | karl | 2008-05-18 00:13:18 +0200 (Sun, 18 May 2008) | 1 line
+
+support non-multiplatform builds; from Peter M
+
+Changed paths:
+ M /trunk/Build/source/texk/texlive/ChangeLog
+ M /trunk/Build/source/texk/texlive/Makefile.in
+------------------------------------------------------------------------
+r8193 | mpg | 2008-05-17 22:50:55 +0200 (Sat, 17 May 2008) | 1 line
+
+new check for duplicated runfiles
+
+Changed paths:
+ A /trunk/Master/tlpkg/bin/check-duplicated-runfiles
+ M /trunk/Master/tlpkg/bin/tlpkginfo
+------------------------------------------------------------------------
+r8192 | mpg | 2008-05-17 17:40:56 +0200 (Sat, 17 May 2008) | 1 line
+
+semaphor update from tds.zip
+
+Changed paths:
+ D /trunk/Master/texmf-dist/doc/fonts/semaphor/Makefile
+ D /trunk/Master/texmf-dist/doc/fonts/semaphor/pfb2otf.pe
+ D /trunk/Master/texmf-dist/doc/fonts/semaphor/semaf.tex
+ D /trunk/Master/texmf-dist/doc/fonts/semaphor/t-type-semaf.tex
+ D /trunk/Master/texmf-dist/doc/fonts/semaphor/test-semaf.pdf
+ A /trunk/Master/texmf-dist/fonts/afm/public/semaphor/smfr10-1.afm
+ A /trunk/Master/texmf-dist/fonts/afm/public/semaphor/smfr10-2.afm
+ D /trunk/Master/texmf-dist/fonts/enc/dvips/semaphor/semaf.enc
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/Makefile
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/README
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/semaf.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfbf10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfebf10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfer10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfesl10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfett10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfpbf10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfpr10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfpsl10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfptt10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfr10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smfsl10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/metafont/smftt10.mf
+ A /trunk/Master/texmf-dist/fonts/source/public/semaphor/pfb2otf.pe
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/semaf.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfbf10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfebf10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfer10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfesl10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfett10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfpbf10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfpr10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfpsl10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfptt10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfr10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smfsl10.mf
+ D /trunk/Master/texmf-dist/fonts/source/public/semaphor/smftt10.mf
+ A /trunk/Master/texmf-dist/tex/context/third
+ A /trunk/Master/texmf-dist/tex/context/third/semaphor
+ A /trunk/Master/texmf-dist/tex/context/third/semaphor/t-type-semaf.tex
+ A /trunk/Master/texmf-dist/tex/plain/semaphor
+ A /trunk/Master/texmf-dist/tex/plain/semaphor/semaf.tex
+------------------------------------------------------------------------
+r8191 | mpg | 2008-05-17 17:12:56 +0200 (Sat, 17 May 2008) | 1 line
+
+tablor v2.06
+
+Changed paths:
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/TSav-105.mp
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/capture.eps
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/enteteMP.cfg
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/queue.mp
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.0
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.1
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.10
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.105
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.11
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.12
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.13
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.14
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.15
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.16
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.17
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.18
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.2
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.20
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.21
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.22
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.23
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.24
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.25
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.26
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.27
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.28
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.3
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.30
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.31
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.32
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.33
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.34
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.35
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.36
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.37
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.38
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.39
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.4
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.40
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.41
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.42
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.43
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.5
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.6
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.7
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.9
+ A /trunk/Master/texmf-dist/doc/latex/tablor/Figures/tablor.Tab.mp
+ D /trunk/Master/texmf-dist/doc/latex/tablor/Figures.zip
+ M /trunk/Master/texmf-dist/doc/latex/tablor/tablor.html
+ M /trunk/Master/texmf-dist/doc/latex/tablor/tablor.pdf
+ M /trunk/Master/texmf-dist/doc/latex/tablor/tablor.tex
+ M /trunk/Master/texmf-dist/tex/latex/tablor/tablor.cfg
+ M /trunk/Master/texmf-dist/tex/latex/tablor/tablor.sty
+------------------------------------------------------------------------
+r8190 | mpg | 2008-05-17 16:28:18 +0200 (Sat, 17 May 2008) | 1 line
+
+pstricks-add v 3.02 2008-04-25
+
+Changed paths:
+ M /trunk/Master/texmf-dist/doc/generic/pstricks-add/Changes
+ M /trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.bib
+ M /trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf
+ M /trunk/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex
+ M /trunk/Master/texmf-dist/dvips/pstricks-add/pstricks-add.pro
+ M /trunk/Master/texmf-dist/source/generic/pstricks-add/Makefile
+ M /trunk/Master/texmf-dist/tex/generic/pstricks-add/pstricks-add.tex
+------------------------------------------------------------------------
+r8189 | karl | 2008-05-17 09:16:18 +0200 (Sat, 17 May 2008) | 1 line
+
+regenerated by /home/texlive/karl/Build/tools/svnchangelog
+
+Changed paths:
+ M /trunk/Build/logs/svnlog
+------------------------------------------------------------------------
+------------------------------------------------------------------------
r8188 | karl | 2008-05-17 09:16:14 +0200 (Sat, 17 May 2008) | 1 line
autoupdate via tlmgr generate $utype