From sgmt@v01.itscom.net  Sun Oct  8 07:20:02 2006
Return-Path: <sgmt@v01.itscom.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 818E016A412
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ixtl@utmc.or.jp>
Sender: SUGIMOTO Sadahiro <sgmt@v01.itscom.net>
Reply-To: SUGIMOTO Sadahiro <ixtl@utmc.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] japanese/latex2html: BUILD_DEPENDS correction
X-Send-Pr-Version: 3.113

>Number:         104146
>Category:       ports
>Synopsis:       [PATCH] japanese/latex2html: BUILD_DEPENDS correction
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 08 07:20:20 GMT 2006
>Closed-Date:    Thu Nov 02 06:17:55 GMT 2006
>Last-Modified:  Thu Nov  2 06:20:20 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Sun Oct 8 07:23:45 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104146 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Nov 2 06:17:53 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104146 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104146: commit references a PR
Date: Thu,  2 Nov 2006 06:17:42 +0000 (UTC)

 clsung      2006-11-02 06:17:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/latex2html  Makefile 
   Log:
   - Some programs needed to build latex2html are listed in "RUN_DEPENDS".
     Therefore some files are not installed and plist mismatch occurs.
   - unbreak the port
   
   PR:             ports/104146
   Submitted by:   maintainer (SUGIMOTO Sadahiro)
   
   Revision  Changes    Path
   1.27      +2 -6      ports/japanese/latex2html/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
