ports/57502: ports that define USE_* too late

Oliver Eikemeier eikemeier at fillmore-labs.com
Mon Nov 10 01:00:36 UTC 2003


The following reply was made to PR ports/57502; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: Jean-Marc Zucconi <jmz at FreeBSD.org>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/57502: ports that define USE_* too late
Date: Mon, 10 Nov 2003 01:54:34 +0100

 Jean-Marc Zucconi wrote:
 
 >>>>>>Oliver Eikemeier writes:
 > 
 >  > Multiple ports define USE_* variables that are tested in bsd.port.pre.mk
 >  > *after* they include bsd.port.pre.mk, which results in that that directive
 >  > being ignored. Updated list (now that we have portlint support ;-):
 > 
 >  > - games/qix (USE_X_PREFIX)
 > 
 > Not in this case.
 
 Sorry, you're right. Do you think we should try to fix portlint? Or would you prefer:
 
 .if defined(WITHOUT_X11)
 MAKE_ARGS=	NO_X11=yes
 .else
 USE_X_PREFIX=	yes
 PLIST=		pkg-plist.x11
 .endif
 
 .include <bsd.port.pre.mk>
 
 just in case?
 
 



More information about the freebsd-ports-bugs mailing list