From owner-freebsd-ports Fri Feb 9 03:33:02 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18138 for ports-outgoing; Fri, 9 Feb 1996 03:33:02 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA18133 for ; Fri, 9 Feb 1996 03:32:54 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id DAA01256; Fri, 9 Feb 1996 03:32:28 -0800 (PST) Date: Fri, 9 Feb 1996 03:32:28 -0800 (PST) Message-Id: <199602091132.DAA01256@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <19141.823860686@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: ports/lang/expect/scripts configure From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * I would suggest that the correct and proper direction from here is to * improve the efficiency of the hack, since it's producing the correct * results. To start doing the wrong thing in order to go faster would * be a step backward. Well please do that then. Your adding DEPENDS for the ports that required only headers was a huge mistake though, I was wondering why in hell it was recompiling tcl and tk when I was building expect. My hack is a real waste of space (although much less of a waste of time) because it still extracts the whole tcl/tk. I suggest you make them extract only the required headers only in the current port's work/ directory. That way it won't require extra megabytes and will also disappear at at "make clean" in the current port. Satoshi