From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 19:08:59 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA6931065670 for ; Sun, 7 Mar 2010 19:08:59 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9396A8FC14 for ; Sun, 7 Mar 2010 19:08:59 +0000 (UTC) Received: by pvg3 with SMTP id 3so1803719pvg.13 for ; Sun, 07 Mar 2010 11:08:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=HtqGd+zXeMaKfIngpHZ576CREArtVawK0hvlM8D0c7I=; b=aoyG5zEBg4sC9u0VMWHapvQ4YQn998JUIhx2Roi0eq/xMPug4RfgrVgS4ITD5urmiV HI/Z5YHtckUb9qUiCvx6diWWkB5/sy0afRMfdqlHRLQYxBDOlbF789bMW4qALvPxb6FM 83M4aWR+IbsDgRcpKY6GpncK/2dW+c3nq9GfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hagLGooN9u7Pak7OGni0148V+vFNLhVu8e8MDKdcePxAkPj7W1OjJQU4NsIxRN1zi6 dYloytnVTy+i10VyhqgFcuPjqyKsRWfcvdaeasZYIvL1cfX0+HWbSDwnDP0Ne8K6AVSS O/wybnen/1IXWwphdHPhC4R503UK5V/lcCl5U= MIME-Version: 1.0 Received: by 10.142.74.15 with SMTP id w15mr2564929wfa.117.1267988937488; Sun, 07 Mar 2010 11:08:57 -0800 (PST) Date: Sun, 7 Mar 2010 20:08:57 +0100 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make "make install" accept defaults X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2010 19:08:59 -0000 When installing gnome from the ports # make install clean installs a few hundred packages and displays dozens and dozens times a configuration window which I always answer by hitting TAB key to move to OK button and then . Now this installation is already busy for 7 hours (when will it end?) ... keeping me locked to my PC ... How to specify make install clean ...... witj extra options so that is will answer a configuration window autoamtically to always accept all the defaults so that you can make an Gnome installation in an unattended way?