Bug 73205 - ushyph1.tex missing in print/teTeX-texmf
Summary: ushyph1.tex missing in print/teTeX-texmf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 17:30 UTC by Rene Ladan
Modified: 2004-10-30 18:58 UTC (History)
0 users

See Also:


Attachments
file.diff (392 bytes, patch)
2004-10-27 17:30 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan 2004-10-27 17:30:23 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-27 19:58:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer.
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2004-10-28 18:57:53 UTC
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!
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2004-10-30 18:57:50 UTC
State Changed
From-To: feedback->closed

This problem has been fixed.  Thank you for the report!