From owner-cvs-ports@FreeBSD.ORG Tue Apr 22 17:23:58 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8FC37B401; Tue, 22 Apr 2003 17:23:58 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E28243FD7; Tue, 22 Apr 2003 17:23:55 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id D3CC63D28; Tue, 22 Apr 2003 20:23:53 -0400 (EDT) From: "Dan Langille" To: Kris Kennaway Date: Tue, 22 Apr 2003 20:23:53 -0400 MIME-Version: 1.0 Message-ID: <3EA5A4D9.15617.15524A18@localhost> Priority: normal In-reply-to: <20030423002212.GA66064@rot13.obsecurity.org> References: <3EA57C44.6608.14B3BE29@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mario Sergio Fujikawa Ferreira Subject: Re: cvs commit: ports/net/lmule Makefile distinfo pkg-message ports/net/lmule/files patch-Makefile.in patch-configure patch-src X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 00:23:59 -0000 On 22 Apr 2003 at 17:22, Kris Kennaway wrote: > On Tue, Apr 22, 2003 at 05:30:44PM -0400, Dan Langille wrote: > > > $ make -V PORTVERSION > > /usr/X11R6/bin/wx-config: not found > > "Makefile", line 56: warning: ""/usr/X11R6/bin/wx-config" --cppflags" > > returned non-zero status > > 1.2.0 > > That's the classic mistake of using != commands in the Makefile (which > are evaluated for any target) that rely on the port or a dependency > already being installed. The makefile needs to be fixed to not do > this, preferably not to use != at all (since gratuitous shell > invocations slow down every make target run on this port). > > If no-one is available to fix this immediately the port should be > disconnected from the parent makefile so it doesn't keep breaking the > ports collection. It has been fixed by Mr Bill. -- Dan Langille : http://www.langille.org/