Bug 75992 - [PATCH] japanese/latex2html: Unbreak this port
Summary: [PATCH] japanese/latex2html: Unbreak this port
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: 2005-01-09 13:50 UTC by Hideyuki KURASHINA
Modified: 2005-07-30 12:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (721 bytes, patch)
2005-01-09 13:50 UTC, Hideyuki KURASHINA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hideyuki KURASHINA freebsd_committer freebsd_triage 2005-01-09 13:50:25 UTC
	As

	  http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005010401/ja-latex2html-2002.2.1j2.0_1.log

	indicates, ports/japanese/ptex-base conflicts with ports/print/teTeX-*.
	The cause of problem is

	  a) ports/japanese/ptex depends on ports/japanese/ptex
	  b) ports/japanese/dvipsk depends on print/teTeX-base

	Hopefully, ports/japanese/ptex-tetex is compatible with
	ports/print/teTeX-*.  Making ports/japanese/latex2html depending
	on this port will help package building/management, I think.

	Maintainer, please approve this change if you don't mind migrating
	RUN_DEPENDS of ``platex'' from ports/japanese/ptex to
	ports/japanese/ptex-tetex.

Fix: Apply following patch,

How-To-Repeat: 
	pkg_add -r netpbm
	pkg_add -r ja-ghostscript-gnu-jpnfont
	pkg_add -r ja-dvipsk
	pkg_add -r ja-ptex
	cd /usr/ports/japanese/latex2html/
	make install
Comment 1 Hideyuki KURASHINA freebsd_committer freebsd_triage 2005-01-09 13:50:58 UTC
> >Description:
> 
> 	As
> 
> 	  http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005010401/ja-latex2html-2002.2.1j2.0_1.log
> 
> 	indicates, ports/japanese/ptex-base conflicts with ports/print/teTeX-*.
> 	The cause of problem is
> 
> 	  a) ports/japanese/ptex depends on ports/japanese/ptex

                                            ports/japanese/ptex-base, of course

> 	  b) ports/japanese/dvipsk depends on print/teTeX-base
Comment 2 SUGIMOTO Sadahiro 2005-01-10 09:50:06 UTC
At Sun, 09 Jan 2005 22:39:21 +0900 (JST), Hideyuki KURASHINA wrote:
> 	Maintainer, please approve this change if you don't mind migrating
> 	RUN_DEPENDS of ``platex'' from ports/japanese/ptex to
> 	ports/japanese/ptex-tetex.

Thanks for your suggestion.
I tried the change and found it works well.

Please someone commit the patch.

=================
Sadahiro SUGIMOTO
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2005-01-12 18:41:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

I'll handle this.
Comment 4 Hiroki Sato freebsd_committer freebsd_triage 2005-07-30 12:11:19 UTC
State Changed
From-To: open->closed

Sorry for the delay.  The necessary patches have been committed with 
some modification.  Thank you for your submission.