ports/73205: ushyph1.tex missing in print/teTeX-texmf

Rene Ladan r.c.ladan at student.tue.nl
Wed Oct 27 16:30:24 UTC 2004


>Number:         73205
>Category:       ports
>Synopsis:       ushyph1.tex missing in print/teTeX-texmf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 27 16:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 82-168-140-74-bbxl.xdsl.tiscali.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 25 19:44:20 CEST 2004 root at 82-168-140-74-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE_2004-10-18d i386

ports updated (UTC +0200) :
-rw-r--r--  1 root  wheel  13574939 Oct 27 14:07 checkouts.cvs:. 

>Description:
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

>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

>Fix:
fix :
patch Makefile and distinfo of print/teTeX-texmf


--- 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>


--- pkg-plist.orig	Wed Oct 27 18:16:44 2004
+++ pkg-plist	Wed Oct 27 18:17:10 2004
@@ -9972,6 +9972,7 @@
 %%TEXMF%%/tex/generic/hyphen/sphyph.tex
 %%TEXMF%%/tex/generic/hyphen/trhyph.tex
 %%TEXMF%%/tex/generic/hyphen/ukhyphen.tex
+%%TEXMF%%/tex/generic/hyphen/ushyph1.tex
 %%TEXMF%%/tex/generic/hyphen/zerohyph.tex
 %%TEXMF%%/tex/generic/mfpic/mfpic.sty
 %%TEXMF%%/tex/generic/mfpic/mfpic.tex

------------

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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list