Hi ports@,

Here is a patch to fix:
- Broken bbold (blackboard) fonts for TeXLive
- Broken MetaPost

Thanks to Andreas Gunnarsson and Sebastien Carlier for reporting these issues.

diff -ur texlive/base/Makefile texlive.new/base/Makefile
--- texlive/base/Makefile       Tue Jul 17 22:53:25 2007
+++ texlive.new/base/Makefile   Mon Aug 13 10:24:02 2007
@@ -67,6 +67,10 @@
                        --without-ps2eps \
                        --without-psutils \
                        --without-t1utils
+post-build:
+       @# Fix for broken metapost
+       mv ${WRKBUILD}/texk/web2c/mpware/.libs/makempx \
+               ${WRKBUILD}/texk/web2c/mpware/makempx
 post-install:
        @# Set SYSCONFDIR properly so that updmap-sys works
        mv ${PREFIX}/share/texmf/web2c/texmf.cnf \
diff -ur texlive/texmf-full/Makefile texlive.new/texmf-full/Makefile
--- texlive/texmf-full/Makefile Tue Jul 17 22:55:02 2007
+++ texlive.new/texmf-full/Makefile     Sun Aug 12 12:29:33 2007
@@ -29,6 +29,9 @@
        @# Blast away man pages, -base installed them already
        rm -Rf ${WRKDIST}/texmf/doc/man

+       @# Fix broken bbold font
+       rm ${WRKDIST}/texmf-dist/tex/latex/sauterfonts/subbold.fd
+
 do-install:
        @# Simple copy for install
        umask 022 && \
diff -ur texlive/texmf-full/pkg/PLIST texlive.new/texmf-full/pkg/PLIST
--- texlive/texmf-full/pkg/PLIST        Tue Jul 17 22:56:11 2007
+++ texlive.new/texmf-full/pkg/PLIST    Sun Aug 12 12:58:12 2007
@@ -14534,7 +14534,6 @@
 share/texmf-dist/tex/latex/sauterfonts/subbmss.fd
 share/texmf-dist/tex/latex/sauterfonts/subbmtt.fd
 share/texmf-dist/tex/latex/sauterfonts/subbmvtt.fd
-share/texmf-dist/tex/latex/sauterfonts/subbold.fd
 share/texmf-dist/tex/latex/sauterfonts/sucmr.fd
 share/texmf-dist/tex/latex/sauterfonts/sucmss.fd
 share/texmf-dist/tex/latex/sauterfonts/sucmtt.fd
diff -ur texlive/texmf-minimal/Makefile texlive.new/texmf-minimal/Makefile
--- texlive/texmf-minimal/Makefile      Tue Jul 17 22:53:34 2007
+++ texlive.new/texmf-minimal/Makefile  Sun Aug 12 12:30:33 2007
@@ -26,6 +26,11 @@
        @# Blast away man pages. -base will do these
        rm -Rf ${WRKDIST}/texmf/doc/man

+       @# Fix for broken bbold font
+       rm ${WRKDIST}/texmf-dist/tex/latex/jknapltx/ubbold.fd
+       mv ${WRKDIST}/texmf-dist/tex/latex/bbold/Ubbold.fd \
+                ${WRKDIST}/texmf-dist/tex/latex/bbold/ubbold.fd
+
 do-install:
        @# Simple copy for install
        umask 022 && \
diff -ur texlive/texmf-minimal/pkg/PLIST texlive.new/texmf-minimal/pkg/PLIST
--- texlive/texmf-minimal/pkg/PLIST     Tue Jul 17 22:55:02 2007
+++ texlive.new/texmf-minimal/pkg/PLIST Sun Aug 12 12:42:37 2007
@@ -21873,8 +21873,8 @@
 share/texmf-dist/tex/latex/bbm/ubbmss.fd
 share/texmf-dist/tex/latex/bbm/ubbmtt.fd
 share/texmf-dist/tex/latex/bbold/
-share/texmf-dist/tex/latex/bbold/Ubbold.fd
 share/texmf-dist/tex/latex/bbold/bbold.sty
+share/texmf-dist/tex/latex/bbold/ubbold.fd
 share/texmf-dist/tex/latex/beamer/
 share/texmf-dist/tex/latex/beamer/art/
 share/texmf-dist/tex/latex/beamer/art/beamericonarticle.20.eps
@@ -22543,7 +22543,6 @@
 share/texmf-dist/tex/latex/jknapltx/sgmlcmpt.sty
 share/texmf-dist/tex/latex/jknapltx/smartmn.sty
 share/texmf-dist/tex/latex/jknapltx/tccompat.sty
-share/texmf-dist/tex/latex/jknapltx/ubbold.fd
 share/texmf-dist/tex/latex/jknapltx/ursfs.fd
 share/texmf-dist/tex/latex/jknapltx/ustmary.fd
 share/texmf-dist/tex/latex/jknapltx/young.sty

-- 
Best Regards

Edd

---------------------------------------------------
http://students.dec.bournemouth.ac.uk/ebarrett

Reply via email to