From owner-freebsd-ports@FreeBSD.ORG Sun Sep 14 13:31:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BCB16A4BF for ; Sun, 14 Sep 2003 13:31:07 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DFD43FE9 for ; Sun, 14 Sep 2003 13:31:06 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951ac01.dip.t-dialin.net ([217.81.172.1] helo=fillmore-labs.com ident=cd3ll1gujsd5sbdq) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19ydWS-0005On-IL; Sun, 14 Sep 2003 22:31:04 +0200 Message-ID: <3F64D002.5010605@fillmore-labs.com> Date: Sun, 14 Sep 2003 22:30:58 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: KATO Tsuguru References: <20030914153245.79ba8838.tkato@prontomail.com> <3F644E7A.1040806@fillmore-labs.com> <20030914230644.447e9891.tkato@prontomail.com> <3F6479F7.6040706@fillmore-labs.com> <20030915023557.5434f58c.tkato@prontomail.com> In-Reply-To: <20030915023557.5434f58c.tkato@prontomail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: PRs ports/56767...56858 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 20:31:07 -0000 KATO Tsuguru wrote: > On Sun, 14 Sep 2003 16:23:51 +0200 > Oliver Eikemeier wrote: > >>You mean PR ports/34988? >> >>I have a similar PR 56600: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/56600 >> >>I can't see how this relates to "ECHO -> ECHO_MSG", though. > > As far as I guess, ECHO_MSG or ECHO_CMD should have to be > used instead of ECHO in ports Makefile. In other words, > -s flag must be ignored by default. It appears there is no > documentary evidence, though. Then what is the point in redefining ECHO depending on -s? >>When I use the -s flag, I want make to work, but silent. > > The function you want is availabe if "ECHO_MSG=${ECHO}" is > added to /etc/make.conf. Perhaps this way is appropriate > to become default value.... Hmmm... I consider it silly if a port tells me 'YOU CAN BUILD ME WITH THE FOLLOWING OPTIONS' if I just do a makesum or checksum. Most of the ports save me their messages, but tell me when something goes wrong. It does not work with every port, but I would like it if bento builds with -s by default, that will save us the repeated option reminders on a lot of ports. Redefining ECHO_MSG is definetively bad, because it kills every error message. My point is: What is broken with the current usage? Why fix something that is not broken?