From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 8 07:20:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D60316A47C for ; Sun, 8 Oct 2006 07:20:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8482D43D5E for ; Sun, 8 Oct 2006 07:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k987KLFm083654 for ; Sun, 8 Oct 2006 07:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k987KLKG083653; Sun, 8 Oct 2006 07:20:21 GMT (envelope-from gnats) Resent-Date: Sun, 8 Oct 2006 07:20:21 GMT Resent-Message-Id: <200610080720.k987KLKG083653@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, SUGIMOTO Sadahiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 818E016A412 for ; Sun, 8 Oct 2006 07:20:02 +0000 (UTC) (envelope-from sgmt@v01.itscom.net) Received: from mtoichi12.ns.itscom.net (mtoichi12.ns.itscom.net [219.110.2.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECFB43D6B for ; Sun, 8 Oct 2006 07:20:00 +0000 (GMT) (envelope-from sgmt@v01.itscom.net) Received: from vsichi12.ns.itscom.net ([unknown]) by mtoichi12.ns.itscom.net with SMTP id k987JwpD024580 Sun, 8 Oct 2006 16:19:58 +0900 (JST) Received: (qmail 24917 invoked from network); 8 Oct 2006 16:19:58 +0900 Received: from unknown (HELO mtiichi11.ns.itscom.net) by vsichi12 with SMTP; 8 Oct 2006 16:19:58 +0900 Received: from localhost (h219-110-130-021.catv02.itscom.jp [219.110.130.21]) by mtiichi11.ns.itscom.net with ESMTP id k987JvPR021420 for ; Sun, 8 Oct 2006 16:19:57 +0900 (JST) Message-Id: <20061008143804C.sgmt@v01.itscom.net> Date: Sun, 08 Oct 2006 14:38:04 +0900 From: SUGIMOTO Sadahiro Sender: SUGIMOTO Sadahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104146: [PATCH] japanese/latex2html: BUILD_DEPENDS correction X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SUGIMOTO Sadahiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2006 07:20:22 -0000 >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: