From owner-freebsd-questions Sun Jul 28 8:17:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A3837B401 for ; Sun, 28 Jul 2002 08:17:24 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB90043E31 for ; Sun, 28 Jul 2002 08:17:23 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g6SEtkdG001785; Sun, 28 Jul 2002 15:55:46 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g6SEtflC001784; Sun, 28 Jul 2002 15:55:41 +0100 (BST) Date: Sun, 28 Jul 2002 15:55:41 +0100 From: Matthew Seaman To: Darren Crotchett Cc: Bauer , freebsd-questions@FreeBSD.ORG Subject: Re: portupgrade aftermath Message-ID: <20020728145541.GA94488@happy-idiot-talk.infracaninophi> References: <200207260833.10965.backdoc@crotchett.com> <20020726192644.51794926.timewax@web.de> <200207280829.09744.backdoc@crotchett.com> <200207280850.04930.backdoc@crotchett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207280850.04930.backdoc@crotchett.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jul 28, 2002 at 08:50:04AM -0500, Darren Crotchett wrote: > One more question before I reinstall Mailman. Will I need to use > portinstall or portupgrade -N since, as far as portupgrade is > concerned, it successfully upgraded it already? 'portinstall' is just shorthand for 'portupgrade -N'. If you want to force removal and reinstallation of a package already on your system use 'portupgrade -f' > On Sunday 28 July 2002 08:29 am, Darren Crotchett wrote: > > I'm finally getting somewhere. I got mysql server to compile by copying > > /etc/defaults/make.conf to /etc/make.conf and adding the line > > SKIP_INSTALL_DB=yes to the last line. > > > > Now, I thought I'd try the same thing with Mailman by adding CGI_GID?= > > 65533 to my /etc/make.conf. However, before I do, I'd like to know if this > > might adversely affect other programs. If you're using portupgrade why not just add the make variables to /usr/local/etc/pkgtools.conf? That way you can apply them to just the package or packages they're supposed to affect: MAKE_ARGS = { 'mail/mailman' => 'CGI_GID=65533', 'databases/mysql323-server' => 'SKIP_INSTALL_DB=yes', } Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message