From owner-freebsd-questions@FreeBSD.ORG Mon May 11 05:52:53 2009 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 BB5791065672 for ; Mon, 11 May 2009 05:52:53 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDD78FC0A for ; Mon, 11 May 2009 05:52:53 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n4B5qkIu070624; Mon, 11 May 2009 06:52:47 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.2 smtp.infracaninophile.co.uk n4B5qkIu070624 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1242021167; bh=aV631ySIevORF5XD5uvFr9gU+Uls+MzKwXHVZmRWvoU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4A07BD27.8080805@infracaninophile.co.uk>|Date:=20M on,=2011=20May=202009=2006:52:39=20+0100|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.21=20(X11/20090420)|MIME-Vers ion:=201.0|To:=20Kelly=20Jones=20|CC: =20freebsd-questions@freebsd.org|Subject:=20Re:=20Reading=20warnin gs=20when=20installing=20multiple=20ports|References:=20<26face530 905101649kbb21d03ud620c15f16483c3f@mail.gmail.com>|In-Reply-To:=20 <26face530905101649kbb21d03ud620c15f16483c3f@mail.gmail.com>|X-Eni gmail-Version:=200.95.6|Content-Type:=20multipart/signed=3B=20mica lg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-signature"= 3B=0D=0A=20boundary=3D"------------enig56620E44124E0F209C9532B2"; b=NeljO4AcmKL657k3+FM8u9Chm+qWnttRjFAvsUXQr3m6zl5hud5EGG3UNbIAvpRqt pUXGApzLHBP3XFhF+pOpLNJYKrdwUNMzgxZKkxXdyc7CU0Q9fszy2an7umHtDVKcPL PU18pl13OWmywfe2iUpJrSwOnbaXWFlvgrTGwdRs= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4A07BD27.8080805@infracaninophile.co.uk> Date: Mon, 11 May 2009 06:52:39 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.21 (X11/20090420) MIME-Version: 1.0 To: Kelly Jones References: <26face530905101649kbb21d03ud620c15f16483c3f@mail.gmail.com> In-Reply-To: <26face530905101649kbb21d03ud620c15f16483c3f@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig56620E44124E0F209C9532B2" X-Virus-Scanned: clamav-milter 0.95.1 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Reading warnings when installing multiple ports 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, 11 May 2009 05:52:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig56620E44124E0F209C9532B2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Kelly Jones wrote: > I often use "make -DBATCH install" to install ports. >=20 > Problem: many ports spew out a warning/todo message after you install > them (eg, "you must manually create an x user" or something). >=20 > Since ports install "recursively", I miss most of these messages. >=20 > Can I tell ports to store these messages for me somewhere? >=20 > Obviously, I can "make -DBATCH install > /tmp/outfile", but that'll > log all the "install", "test", etc commands that I don't want to see: > I just want to see the warnings at the end of each install. portmaster will save up package messages and display them all at the end of the session. I believe a similar feature is planned for portupgra= de but as far as I know it hasn't been released yet. In any case, you can redisplay the pkg-message for any installed port by: % pkg_info -Dx portname Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig56620E44124E0F209C9532B2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkoHvS4ACgkQ8Mjk52CukIyIagCfYeK8IB7kmV2zA3v+giUJXKrd b8EAnRrlVMxUO8dvupyDIDGoihruXfIx =+WkU -----END PGP SIGNATURE----- --------------enig56620E44124E0F209C9532B2--