From owner-freebsd-stable@FreeBSD.ORG Tue Jul 8 14:18:35 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57B037B401 for ; Tue, 8 Jul 2003 14:18:35 -0700 (PDT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7556943F85 for ; Tue, 8 Jul 2003 14:18:34 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030708211833.VFOX20032.out005.verizon.net@mac.com>; Tue, 8 Jul 2003 16:18:33 -0500 Message-ID: <3F0B3526.8050903@mac.com> Date: Tue, 08 Jul 2003 17:18:30 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Smith References: <20030708200104.GA66624@cnt.org> <3F0B2AAE.5080708@mac.com> <200307082250.03189.me@farid-hajji.de> <20030708210511.GF66624@cnt.org> In-Reply-To: <20030708210511.GF66624@cnt.org> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [141.149.47.46] at Tue, 8 Jul 2003 16:18:33 -0500 cc: freebsd-stable@freebsd.org Subject: Re: Hardening production servers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 21:18:36 -0000 Paul Smith wrote: [ ... ] > Is there a way to take advantage of the portupgrade suite when it comes to > building packages? I.e., is there a "make package" equivalent in portupgrade? > I would imagine portupgrade would make packages of any dependicies as well, > no? Exactly; use the "-p" option to portupgrade: -p --package Build a package when each specified port is installed or upgraded. If a package is upgraded and its dependent packages are given from the com- mand line (including the case where -r is speci- fied), build packages for them as well. -- -Chuck