Bug 101128 - port cad/pcb dependency on x11-toolkits/tk83
Summary: port cad/pcb dependency on x11-toolkits/tk83
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 22:20 UTC by Michael Glaum
Modified: 2006-08-02 07:22 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 Michael Glaum 2006-07-31 22:20:13 UTC
Can't build /usr/ports/cad/pcb.
Configure runs into a missing dependency called wish.
Wish is typcailly found in tcl/tk.

Fix: /usr/ports/cad/pcb/Makefile patch



LIB_DEPENDS=   gd.4:${PORTSDIR}/graphics/gd
 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
 RUN_DEPENDS=   ${BUILD_DEPENDS}
-RUN_DEPENDS+=   wish8.3:${PORTSDIR}/x11-toolkits/tk83

 .if defined(WITH_MOTIF_GUI)
 USE_MOTIF=     yes--SQTtVIatZ7UWX3Odk7n8K6ZixUupupbnieIgSbE71huE6w8g
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Mon Jul 31 17:16:42 2006
+++ Makefile.orig       Mon Jul 31 17:16:01 2006
@@ -16,9 +16,7 @@
How-To-Repeat: FreeBSD box
check that 'which wish' responds 'command not found'
ensure up-to-date ports
cd /usr/ports/cad/pcb
make all install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-31 22:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2006-08-02 07:22:07 UTC
State Changed
From-To: open->closed

Committed with some modifications.  Thank you for the report!