ports/104146: [PATCH] japanese/latex2html: BUILD_DEPENDS correction

SUGIMOTO Sadahiro ixtl at utmc.or.jp
Sun Oct 8 07:20:22 UTC 2006


>Number:         104146
>Category:       ports
>Synopsis:       [PATCH] japanese/latex2html: BUILD_DEPENDS correction
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 08 07:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     SUGIMOTO Sadahiro
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:

>Description:
Some programs needed to build latex2html are listed in "RUN_DEPENDS".
Therefore some files are not installed and plist mismatch occurs.

>How-To-Repeat:

>Fix:
Apply the following patch.

diff -ruN latex2html.old/Makefile latex2html/Makefile
--- latex2html.old/Makefile	Sun Sep  3 11:11:49 2006
+++ latex2html/Makefile	Sun Oct  8 13:28:02 2006
@@ -20,14 +20,10 @@
 MAINTAINER=	ixtl at utmc.or.jp
 COMMENT=	Japanese LaTeX2HTML with JA patch
 
-BUILD_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-tetex
-RUN_DEPENDS=	dvips:${PORTSDIR}/japanese/dvipsk \
+BUILD_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-tetex \
+		dvips:${PORTSDIR}/japanese/dvipsk \
 		gs:${PORTSDIR}/japanese/ghostscript-gnu-jpnfont \
 		anytopnm:${PORTSDIR}/graphics/netpbm
-
-BROKEN=		Incorrect pkg-plist
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-12-01
 
 VERSION=	2002.2.1
 JP_VERSION=	2.0


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list