From owner-freebsd-commit Wed Feb 7 01:38:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14175 for freebsd-commit-outgoing; Wed, 7 Feb 1996 01:38:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14081 for cvs-all-outgoing; Wed, 7 Feb 1996 01:37:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14071 for cvs-ports-outgoing; Wed, 7 Feb 1996 01:37:00 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14061 Wed, 7 Feb 1996 01:36:58 -0800 (PST) Date: Wed, 7 Feb 1996 01:36:58 -0800 (PST) From: Satoshi Asami Message-Id: <199602070936.BAA14061@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang/expect/scripts configure Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/02/07 01:36:56 Modified: lang/expect Makefile lang/expect/patches patch-aa Added: lang/expect/patches patch-ab Removed: lang/expect/scripts configure Log: 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. 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) I'd also rather change `-g' to whatever CFLAGS defined in /etc/make.conf, but the author of expect has an explicit comment in the Makefile about him not trusting compilers' optimization. Well, if you say so. Revision Changes Path 1.10 +10 -2 ports/lang/expect/Makefile 1.2 +0 -43 ports/lang/expect/patches/patch-aa