Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2003 17:00:35 -0800 (PST)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/57502: ports that define USE_* too late
Message-ID:  <200311100100.hAA10Z8a054806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/57502; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Jean-Marc Zucconi <jmz@FreeBSD.org>
Cc: FreeBSD-gnats-submit@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?
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311100100.hAA10Z8a054806>