The build phase of print/teTeX-latex2e fails because ushyph1.tex is missing. This also prevents a portupgrade of print/teTeX to 2.0.2_6 Fix: fix : patch Makefile and distinfo of print/teTeX-texmf ------------ workaround for print/teTex-latex2e : (1) when latex asks for the file, enter /usr/local/share/texmf/tex/generic/hyphen/hyphen.tex This is the same file as ushyph1.tex (2) modify the work directory #cd /usr/ports/print/teTeX-latex2e #make configure #cd work/base #fetch http://www.ctan.org/tex-archive/language/hyphenation/ushyph1.tex -rw-r--r-- 1 root wheel 27667 Oct 27 17:27 ushyph1.tex MD5 (ushyph1.tex) = dea0e2aa4f48ec20961e077b98c5f495 #cd ../.. #make--Q8kde3d0i5WARPyj6kFtxytopTFv1jjgVL5peFNgRqdLaOgs Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Wed Oct 27 18:14:46 2004 +++ Makefile Wed Oct 27 18:18:08 2004 @@ -6,7 +6,7 @@ PORTNAME= teTeX-texmf PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \ ${MASTER_SITE_TEX_CTAN} \ @@ -99,6 +99,7 @@ ${INSTALL_DATA} ${FILESDIR}/${${F}_IN}.${M} ${PREFIX}/${TEXMF}/${${F}}.${M} .endfor .endfor + ${LN} -s ${PREFIX}/${TEXMF}/tex/generic/hyphen/hyphen.tex ${PREFIX}/${TEXMF}/tex/generic/hyphen/ushyph1.tex @${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.post.mk> How-To-Repeat: (have print/teTeX-base-2.0.2_2 installed with standard options, it installs print/teTeX-texmf as a dependency) #cd /usr/ports/print/teTeX-latex2e #make
Responsible Changed From-To: freebsd-ports-bugs->hrs Over to maintainer.
State Changed From-To: open->feedback A fix has been committed. Could you please try the latest ports and let me know if it works properly? Thanks!
State Changed From-To: feedback->closed This problem has been fixed. Thank you for the report!