From owner-cvs-ports Wed Feb 7 13:20:27 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27585 for cvs-ports-outgoing; Wed, 7 Feb 1996 13:20:27 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA27578 Wed, 7 Feb 1996 13:20:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id NAA06138; Wed, 7 Feb 1996 13:20:05 -0800 To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/lang/expect/scripts configure In-reply-to: Your message of "Wed, 07 Feb 1996 01:36:58 PST." <199602070936.BAA14061@freefall.freebsd.org> Date: Wed, 07 Feb 1996 13:20:05 -0800 Message-ID: <6136.823728005@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk > The latest change (adding DEPENDS) made expect build and install > tcl/tk even if they are properly found by LIB_DEPENDS. Make it > only extract in that case. Thanks - if you haven't already, I'll update tk4 to do the same thing. I knew that this was a quick-and-dirty way of doing it, but the previous version of the port was broken (as was tk4) in that if the sources it depended upon weren't *extracted*, not so much built, it would fall over due to dependencies on header files and such that are internal to the TCL port. > While I'm here, make expect and expectk link with shared tcl/tk libs. > expectk used to be a 1/2 MB binary! (now it's 136KB) Cool! Jordan