From owner-freebsd-ports@FreeBSD.ORG Mon May 3 05:45:05 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0508E16A4CE; Mon, 3 May 2004 05:45:05 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C4643D5C; Mon, 3 May 2004 05:45:04 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BKcof-00042t-Hp; Mon, 03 May 2004 14:45:04 +0200 Message-ID: <40963ECD.6030901@fillmore-labs.com> Date: Mon, 03 May 2004 14:45:01 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Volker Stolz References: <20040503122023.GF27940@i2.informatik.rwth-aachen.de> In-Reply-To: <20040503122023.GF27940@i2.informatik.rwth-aachen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org Subject: Re: USE_QT_VER after including bsd.port.pre.mk? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 12:45:05 -0000 Volker Stolz wrote: > For one of my ports, portlint now complaints: > FATAL: Makefile [61]: USE_QT_VER is set after including bsd.port.pre.mk. > > I'm really at a loss on how to fix this, since USE_QT_VER depends on > OPTIONS in my case. Is there something like an approved workaround? > E.g. splitting this in master/slave(s)? A fix would be son-of-PR 64233, but currently that's far behind in my queue, because it's absolutely no fun to work on it.