Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 21:55:09 +0900 (JST)
From:      ixtl@utmc.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20089: modify japanese/latex2html
Message-ID:  <200007171255.VAA48063@adam.komaba.utmc.or.jp>

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

>Number:         20089
>Category:       ports
>Synopsis:       modify japanese/latex2html
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 21 08:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sugimoto Sadahiro
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
University of Tokyo
>Environment:

FreeBSD babel 3.3-RELEASE FreeBSD 3.3-RELEASE #9: Fri Jun  2 18:50:08 JST 2000
   ixtl@babel:/usr/src/sys/compile/BABEL  i386

>Description:

1. Add nkf to RUN_DEPENDS
2. Remove pnmtopng from RUN_DEPENDS. (netpbm contains it now.)

>How-To-Repeat:

>Fix:

diff -ruN -x README.html /usr/ports/japanese/latex2html/Makefile latex2html-current/Makefile
--- /usr/ports/japanese/latex2html/Makefile	Tue Jul  4 23:50:54 2000
+++ latex2html-current/Makefile	Mon Jul 17 19:08:51 2000
@@ -2,7 +2,7 @@
 # Date created:		3 Apr 1999
 # Whom:			Sugimoto Sadahiro <ixtl@utmc.or.jp>
 #
-# $FreeBSD: ports/japanese/latex2html/Makefile,v 1.8 2000/07/03 13:28:04 sada Exp $
+# $FreeBSD$
 #
 # Default image format is PNG.
 # If you prefer GIF to PNG, define WITH_GIF (`make -DWITH_GIF`).
@@ -22,11 +22,8 @@
 RUN_DEPENDS=	platex:${PORTSDIR}/japanese/platex-euc \
 		dvips:${PORTSDIR}/japanese/dvipsk-vflib \
 		gs:${PORTSDIR}/japanese/vfghostscript55 \
-		anytopnm:${PORTSDIR}/graphics/netpbm
-
-.ifndef WITH_GIF
-RUN_DEPENDS+=	${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng
-.endif
+		anytopnm:${PORTSDIR}/graphics/netpbm \
+		nkf:${PORTSDIR}/japanese/nkf
 
 VERSION=	99.1
 JP_VERSION=	3.01

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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