From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 19:59:05 2008 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 19C7C1065688 for ; Mon, 6 Oct 2008 19:59:05 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: from mail-gx0-f21.google.com (mail-gx0-f21.google.com [209.85.217.21]) by mx1.freebsd.org (Postfix) with ESMTP id B10888FC21 for ; Mon, 6 Oct 2008 19:59:04 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: by gxk14 with SMTP id 14so5361944gxk.19 for ; Mon, 06 Oct 2008 12:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=rlpVNQo3GK5kbc8Iuznd5RnW4TxGNqgyOnKTMqJF9Mk=; b=ZoTqXfrgYAQT88+D4fdMIjUCwS4A8sPK3xcvbE1oZvjAyOrmMP6NJ4iVEmQO0uw/G2 Moi9g6naaG7+kCThPG9s+gpX9uSsBclKd2ukb2nVv+ZqpZmfxqsOwtFO/CuIcacEjAW9 9QVUiQp8KlJ1GHl+BUrcbGMf3mXPU1Gnmzdxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=UzTVGD25IVxLliQQ83+N4WxesPRGNJkd+IVAa1SCiFXhhCrj0iummkjZkh0a+MtfZk 9eQ/Br+1Q7uh3VnJOwyvk6EVU0xaq5zQc2VOKNeEs2IK3PblzyfnBadlqg0UeXsTtr3S BifTvqLGVqZrI+/G642rtfl4YgxEgvVufMMwA= Received: by 10.65.241.15 with SMTP id t15mr9106361qbr.75.1223321305837; Mon, 06 Oct 2008 12:28:25 -0700 (PDT) Received: by 10.65.103.7 with HTTP; Mon, 6 Oct 2008 12:28:25 -0700 (PDT) Message-ID: <26face530810061228g660203ebxe3e287f4e47c3b06@mail.gmail.com> Date: Mon, 6 Oct 2008 12:28:25 -0700 From: "Kelly Jones" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Installing multiple ports quietly and efficiently 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: Mon, 06 Oct 2008 19:59:05 -0000 Here's one way to install multiple FreeBSD ports "unattended" on a machine: cd /usr/port/foo/prog1; make install; cd/usr/ports/foo/prog2; make install and so on (perhaps even in a shell script). Two problems: % It's ugly. I'd prefer "cd /usr/ports; make foo/prog1 foo/prog2 ..." % "make install" often pops up windows asking me to choose configuration options, and hangs until I do so. I want to install 50 apps on a new server, but not have to watch it constantly. I want to tell ports: "just use the default options for now: if I'm unhappy w/ them, I'll come back, do a 'make rmconfig' and rebuild". How can I do this? -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile.