From owner-cvs-all@FreeBSD.ORG Tue Apr 22 17:22:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1407437B401; Tue, 22 Apr 2003 17:22:14 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-67-115-75-1.dsl.lsan03.pacbell.net [67.115.75.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A62E43FA3; Tue, 22 Apr 2003 17:22:13 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9C2DD66D6A; Tue, 22 Apr 2003 17:22:12 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 7E04D10CE; Tue, 22 Apr 2003 17:22:12 -0700 (PDT) Date: Tue, 22 Apr 2003 17:22:12 -0700 From: Kris Kennaway To: Dan Langille Message-ID: <20030423002212.GA66064@rot13.obsecurity.org> References: <200304222034.h3MKYrEY067144@repoman.freebsd.org> <3EA57C44.6608.14B3BE29@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <3EA57C44.6608.14B3BE29@localhost> User-Agent: Mutt/1.4i 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 00:22:14 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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"=20 > returned non-zero status > 1.2.0 That's the classic mistake of using !=3D 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 !=3D 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. Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+pdy0Wry0BWjoQKURAgGhAKCQ9Ng0AnaOjcdUFCIQBJas9rJo/gCgqlFJ +1qaEe3oOdFS0r6EsZZ0Dw0= =US8w -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--