ports/52926: [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm

Daichi GOTO daichi at FreeBSD.org
Wed Jun 4 11:30:18 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list