From daichi@FreeBSD.org  Wed Jun  4 04:23:43 2003
Return-Path: <daichi@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CEB6637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 04:23:43 -0700 (PDT)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7491E43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 04:23:43 -0700 (PDT)
	(envelope-from daichi@FreeBSD.org)
Received: from freefall.freebsd.org (daichi@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h54BNhUp078807
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Jun 2003 04:23:43 -0700 (PDT)
	(envelope-from daichi@freefall.freebsd.org)
Received: (from daichi@localhost)
	by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h54BNhQL078806;
	Wed, 4 Jun 2003 04:23:43 -0700 (PDT)
Message-Id: <200306041123.h54BNhQL078806@freefall.freebsd.org>
Date: Wed, 4 Jun 2003 04:23:43 -0700 (PDT)
From: Daichi GOTO <daichi@freebsd.org>
Reply-To: Daichi GOTO <daichi@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52926
>Category:       ports
>Synopsis:       [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 04:30:16 PDT 2003
>Closed-Date:    Mon Jun 09 13:54:00 PDT 2003
>Last-Modified:  Mon Jun 09 13:54:00 PDT 2003
>Originator:     Daichi GOTO
>Release:        FreeBSD 4.8-RC i386
>Organization:
ONGS
>Environment:
System: FreeBSD freefall.freebsd.org 4.8-RC FreeBSD 4.8-RC #8: Mon Mar 31 01:59:00 PST 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386
>Description:
Mulripurpose diagram application TCM(/usr/ports/graphics/tcm) needs
fig2dev program to export PNG image file. But tcm ports has no
dependency to transfig(/usr/ports/print/transfig) that has fig2dev.
Maybe, for this reason, any user will mistake that TCM cannot export
PNG image.

I have fixed tha Makefile of TCM to depend for transfig. Please
merge follow patch.
>How-To-Repeat:
Install TCM(/usr/ports/graphics/tcm) and do export PNG image
(push TSSD button and Print->Export->PNG->OK).
>Fix:
TCM needs to depend for fig2dev(transfig) program. Please merge
follow patch. Thanks.

diff -u -r /usr/ports/graphics/tcm.orig/Makefile /usr/ports/graphics/tcm/Makefile
--- /usr/ports/graphics/tcm.orig/Makefile       Tue Jun  3 19:30:39 2003
+++ /usr/ports/graphics/tcm/Makefile    Wed Jun  4 17:15:53 2003
@@ -15,6 +15,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Toolkit for Conceptual Modeling, create diagrams/tables/trees

+RUN_DEPENDS=	fig2dev:${PORTSDIR}/print/transfig
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

 USE_MOTIF=	yes


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Mon Jun 9 13:53:40 PDT 2003 
State-Changed-Why:  
committed. thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52926 
>Unformatted:
