Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 2006 14:38:04 +0900
From:      SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104146: [PATCH] japanese/latex2html: BUILD_DEPENDS correction
Message-ID:  <20061008143804C.sgmt@v01.itscom.net>
Resent-Message-ID: <200610080720.k987KLKG083653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061008143804C.sgmt>