From owner-freebsd-questions@FreeBSD.ORG Sun Sep 6 17:44:12 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A476B106566B for ; Sun, 6 Sep 2009 17:44:12 +0000 (UTC) (envelope-from randy.belk@gmail.com) Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD918FC0A for ; Sun, 6 Sep 2009 17:44:11 +0000 (UTC) Received: by yxe2 with SMTP id 2so4438764yxe.3 for ; Sun, 06 Sep 2009 10:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=3ZWzfZgY1VmnIBTDOdRhQ7uixPW/ThR7aCgHTPx+A2U=; b=uSLVt2hm3Rd4B1iqFV6aX2hCB5WSd73Bw4RPAxUOamJjDYALu2X1v3D+7YT56N+ZAQ Dd1ixJpLdVdRO+hKRklR5R3QMB259roKTd5I8vEg1NedVmi+HAXHqNDttk2FpyZN2CDc iyGJYA50+C+1DekWXcL5yspNVoCEJsZ1ANf+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=MtpASxbKatYlwEd8yrcLpKYxPPZ6pvbxHVegzvSCK0YyZJ21oFoCgPvfqGazDh98PS oYPkSeWcc9gBXJXImXkr3JelQb1dL5tVBE8AF47YJ8CVA11w+Y1kwvnu1nuIh9V6jGtH PzpwoQFIRudwOxOzDPHbABXQ8akIkGqIK8BF8= MIME-Version: 1.0 Received: by 10.150.29.4 with SMTP id c4mr22351641ybc.123.1252257723131; Sun, 06 Sep 2009 10:22:03 -0700 (PDT) In-Reply-To: <8250ac3f0909060829j8b47ca9t72fdd3cf5820635a@mail.gmail.com> References: <4AA3D2E7.9070409@onetel.com> <8250ac3f0909060829j8b47ca9t72fdd3cf5820635a@mail.gmail.com> From: Randy Belk Date: Sun, 6 Sep 2009 12:21:43 -0500 Message-ID: <946140ad0909061021g1d0ca8daie78502f71c009ddf@mail.gmail.com> To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: how to display pkg-message 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: Sun, 06 Sep 2009 17:44:12 -0000 On Sun, Sep 6, 2009 at 10:29 AM, Kalle M=F8ller wrote: > Looking for that feature to :) > > On Sun, Sep 6, 2009 at 5:19 PM, Chris Whitehouse wro= te: > >> Hello >> >> Could someone remind of the make target for showing messages which are >> displayed when installing ports please. I thought it was some variant of >> make showinfo but I can't find one that works. I am assuming that if >> /files/pkg-message.in exists the this make target would show a >> result. >> >> thanks >> >> Chris >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > > > > -- > > Med Venlig Hilsen > > Kalle R. M=F8ller > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > This is explained in the pkg_info man page. To Show the install-message file for the installed package postfix-2.6.3,1 you would enter "pkg_info -D -x postfix | less" Please read the man page! Also install ports-mgmt/bpkg, it's an awsome util= ity --=20 - Amiga, The Computer for the creative Mind! - UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity. - People who hate Microsoft Windows use Linux but people who love UNIX use = BSD.