Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2006 21:17:25 GMT
From:      Michael Glaum <mglaum@kvh.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/101128: port cad/pcb dependency on x11-toolkits/tk83
Message-ID:  <200607312117.k6VLHPOD095991@www.freebsd.org>
Resent-Message-ID: <200607312120.k6VLKDAT011087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607312117.k6VLHPOD095991>