Date: Tue, 22 Apr 2003 17:22:12 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Dan Langille <dan@langille.org> Cc: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Subject: Re: cvs commit: ports/net/lmule Makefile distinfo pkg-message ports/net/lmule/files patch-Makefile.in patch-configure patch-src Message-ID: <20030423002212.GA66064@rot13.obsecurity.org> In-Reply-To: <3EA57C44.6608.14B3BE29@localhost> References: <200304222034.h3MKYrEY067144@repoman.freebsd.org> <3EA57C44.6608.14B3BE29@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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. Kris [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+pdy0Wry0BWjoQKURAgGhAKCQ9Ng0AnaOjcdUFCIQBJas9rJo/gCgqlFJ +1qaEe3oOdFS0r6EsZZ0Dw0= =US8w -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030423002212.GA66064>
