From owner-freebsd-ports@FreeBSD.ORG Sun Jun 17 11:21:18 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3788316A46B for ; Sun, 17 Jun 2007 11:21:18 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id D9B7713C44C for ; Sun, 17 Jun 2007 11:21:17 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so1082490wxd for ; Sun, 17 Jun 2007 04:21:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OEKTOWfY2Wi964xbwkyJTcyNfsUo0sCt4FrQSZyl5tjEjfyYifB6f/wyxxk6TPOAdh6JEjyeo/bQsppwrHmurklXxuw7Lbi1yzCWqDVs/Mw3hUOjiT5tsv1zycijGedbFiUz6DPNKvhatMzNX526wUpNLTzu5ZMpq2do3mmEkY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bURm18S5uF20BNFKcD6eWgzQVQlLB2jR8F/G6fziAF9NkGoZ1TuApPM8VMOCCHZW66ZH9FbHZkluVgjn+hMJM90a0LG/Alwnxu712uRmoVxS05SdlfK0h6hOwZjY/mSW+2BiOjNd6wxS/qDrtUtHtC4NaVI1lsYhxkekIl75WhY= Received: by 10.90.118.8 with SMTP id q8mr3308046agc.1182077608532; Sun, 17 Jun 2007 03:53:28 -0700 (PDT) Received: by 10.90.52.11 with HTTP; Sun, 17 Jun 2007 03:53:28 -0700 (PDT) Message-ID: <4d7dd86f0706170353if9ddd5u5ee78793590dcbea@mail.gmail.com> Date: Sun, 17 Jun 2007 20:53:28 +1000 From: "David N" To: "TooMany Secrets" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: ports@freebsd.org Subject: Re: How to make a make install without questions? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 11:21:18 -0000 On 17/06/07, TooMany Secrets wrote: > Hi! > > Excuse me if this is a estupid question, but in six years with > FreeBSD, today I haven't still an answer to this: > - If I make a "make install clean", in a port like "x11/kde3", are > there any way to make the lack of questions? Or maybe better, are > there any way to make anything like "make -y (or -Y for YES options) > install clean"? > > The trouble is ports like KDE, with platform independency (more or > less cpu power), take more time because you need to stay (more or > less) in front of computer to choose and accept the port options. > I understand that you don't need this with other ports (like apache, > php, etc), for obvious reasons. But I think that with ports like > gnome2 or kde3, maybe I believe that it would be a great saving of > time. > > Sorry if the question is understandable for my bad english. > > -- > Have a nice day ;-) > TooManySecrets > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > Dijo Confucio: > "Ex=EDgete mucho a ti mismo y espera poco de los dem=E1s. As=ED te ahorra= r=E1s > disgustos." > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hi, What i do is make config-recursive make install clean The make config-recursive will go through all the depending ports and set the options, this is the only time you set the options and when you'll have to be at the keyboard. Then when you do a make install clean, it wont ask for the options anymore since you've already set them. I hope it helps Cheers David N