ports/75992: [PATCH] japanese/latex2html: Unbreak this port

Hideyuki KURASHINA rushani at FreeBSD.org
Sun Jan 9 13:50:26 UTC 2005


>Number:         75992
>Category:       ports
>Synopsis:       [PATCH] japanese/latex2html: Unbreak this port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 09 13:50:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hideyuki KURASHINA
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:

	System: FreeBSD ***.*******.jp 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Dec 5 04:38:28 JST 2004 hideyuki@***.*******.jp:/usr/obj/usr/src/sys/*** i386

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

>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

>Fix:

	Apply following patch,

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/latex2html/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	22 Dec 2004 19:29:21 -0000	1.20
+++ Makefile	9 Jan 2005 11:53:33 -0000
@@ -20,11 +20,7 @@
 MAINTAINER=	ixtl at utmc.or.jp
 COMMENT=	Japanese LaTeX2HTML with JA patch
 
-BROKEN=		"Conflicting dependencies (ja-ptex-base and teTeX)"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED=	"${BROKEN}"
-
-RUN_DEPENDS=	platex:${PORTSDIR}/japanese/ptex \
+RUN_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-tetex \
 		dvips:${PORTSDIR}/japanese/dvipsk \
 		gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
 		anytopnm:${PORTSDIR}/graphics/netpbm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list