From owner-freebsd-ports@FreeBSD.ORG Sat Jan 2 17:14:21 2010 Return-Path: Delivered-To: FreeBSD-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBEE106568F for ; Sat, 2 Jan 2010 17:14:21 +0000 (UTC) (envelope-from kimelto@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id C2D7C8FC21 for ; Sat, 2 Jan 2010 17:14:20 +0000 (UTC) Received: by bwz5 with SMTP id 5so8839037bwz.3 for ; Sat, 02 Jan 2010 09:14:11 -0800 (PST) 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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=S3pWwbAmMQw0LY7cGKPkmJ+AJkQRmt4bRmvzZVzxtA4=; b=tDR6yYcd3e1zeNqz384/C1TKecmrI0UwmivTUSDaSB0QnBNh4D+DP0W7JkwbzDrtSZ DdWPI1Yof9MpJSyJpQuFg1JHJif6P307j7ADL4Xl7sGxZ0qFY/G0Bb2NUDRmJAT5iCs9 oMbhsRv2LNibM7zd/IFv9HofTyVOPcX7p3kng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lsSsN/4OHMdIonfwxalOAUXHKdt6b6ozAIVRmhEXcAczLHH2hhiOPV8+b0/kXu3Ot+ cYpEcKJ8QrA0c9gs4p/AX/hdqfVyA2GvTdzVx1y2e5Ak0AtdvUfAFSM5hVD/PyiiYPua 5qTjCSg0dTJu5Uem4cVHLaLCwk/+K4pMAWghA= MIME-Version: 1.0 Received: by 10.204.10.13 with SMTP id n13mr6977154bkn.60.1262452451584; Sat, 02 Jan 2010 09:14:11 -0800 (PST) In-Reply-To: <201001021701.o02H19VE093008@anthesphoria.net> References: <201001021701.o02H19VE093008@anthesphoria.net> Date: Sat, 2 Jan 2010 09:14:11 -0800 Message-ID: From: Julien Laffaye To: =?ISO-8859-2?B?Tmlrb2xhIExl6Gnm?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@freebsd.org Subject: Re: portmaster: printing messages that do not come from pkg-message files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 17:14:21 -0000 2010/1/2 Nikola Le=C4=8Di=C4=87 : > Hello, > > portmaster's feature to print collected pkg-message files after > successful installation is very useful. However, there are many ports > that echo messages from inside Makefile, usually in post-install phase > (but not exclusively there). > > A simple question: would it be possible (or better, would it be > desirable) to collect that text as well and to include it in the final > output in the same way it is done with pkg-messages? > Hi, It's better to correct these ports to make them use pkg-message, so it will be printed by portmaster *and* pkg_add (dont forget packages !) Best, Julien