cvs commit: ports/net/lmule Makefile distinfo pkg-message ports/net/lmule/files patch-Makefile.in patch-configure patch-src

Kris Kennaway kris at obsecurity.org
Tue Apr 22 17:22:14 PDT 2003


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20030422/3fffebe2/attachment.bin


More information about the cvs-ports mailing list