Bug 52926 - [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm
Summary: [PATCH] RUN_DEPENDS addition of /usr/ports/graphics/tcm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 12:30 UTC by Daichi GOTO
Modified: 2003-06-09 21:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daichi GOTO freebsd_committer freebsd_triage 2003-06-04 12:30:16 UTC
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.

Fix: TCM needs to depend for fig2dev(transfig) program. Please merge
follow patch. Thanks.



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

 USE_MOTIF=	yes--ST64UPkBwsE1xgCeKs8WaGansv6Ye2D67cve9M3EjzhnCNBi
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
How-To-Repeat: Install TCM(/usr/ports/graphics/tcm) and do export PNG image
(push TSSD button and Print->Export->PNG->OK).
Comment 1 Maho Nakata freebsd_committer freebsd_triage 2003-06-09 21:53:40 UTC
State Changed
From-To: open->closed

committed. thanks!