ports/101128: port cad/pcb dependency on x11-toolkits/tk83

Michael Glaum mglaum at kvh.com
Mon Jul 31 21:20:14 UTC 2006


>Number:         101128
>Category:       ports
>Synopsis:       port cad/pcb dependency on x11-toolkits/tk83
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 31 21:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Glaum
>Release:        6.1
>Organization:
KVH Industries
>Environment:
FreeBSD 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Can't build /usr/ports/cad/pcb.
Configure runs into a missing dependency called wish.
Wish is typcailly found in tcl/tk.
>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


>Fix:

/usr/ports/cad/pcb/Makefile patch

--- Makefile    Mon Jul 31 17:16:42 2006
+++ Makefile.orig       Mon Jul 31 17:16:01 2006
@@ -16,9 +16,7 @@

 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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list