Date: Wed, 4 Jun 2003 04:23:43 -0700 (PDT) From: Daichi GOTO <daichi@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52926: [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm Message-ID: <200306041123.h54BNhQL078806@freefall.freebsd.org> Resent-Message-ID: <200306041130.h54BUGxU079046@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 04:30:16 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306041123.h54BNhQL078806>