Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2011 21:43:52 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        utisoft@gmail.com
Cc:        Warren Block <wblock@wonkity.com>, Doug Barton <dougb@freebsd.org>, FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: proper use of bsd.port.options.mk
Message-ID:  <4DD17E78.20003@FreeBSD.org>
In-Reply-To: <BANLkTi=ZV75sVcW_wf9mvjad2EV6TVrZmg@mail.gmail.com>
References:  <4DD09B45.9070306@FreeBSD.org> <alpine.BSF.2.00.1105152216460.20421@wonkity.com> <BANLkTin08WiMbkzpKmq_zaz2cGp0esMJxg@mail.gmail.com> <alpine.BSF.2.00.1105160754150.22315@wonkity.com> <BANLkTi=ZV75sVcW_wf9mvjad2EV6TVrZmg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2011-05-16 21:11, Chris Rees wrote:
> On 16 May 2011 19:47, Warren Block <wblock@wonkity.com> wrote:
>>
>> Could you give an example?  I looked, but nothing obvious jumped out.
>>
> 
> I think you (and ohauer) missed my followup with an example [1].
> 
> Chris
> 
> [1] http://www.mail-archive.com/freebsd-ports@freebsd.org/msg33780.html
> 

Hm, at the moment I seen no benefit in your example, since it was
written this way before <bsd.port.options.mk>

 OPTIONS=    WITH_JAVA "With Java" on

-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>

 .if !defined(WITHOUT_JAVA)
 USE_JAVA=1.5+
 .endif

-.include <bsd.port.pre.mk>

 --- do something with JAVA_PORT ----

 .include <bsd.port.post.mk>



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