Just to throw in my 2 cents, as far as I understand the way the OPTIONS list
works, when the Makefile has the option (say, option XXX) as on, it sets
WITH_XXX, and if the Makefile has the option off, it sets WITHOUT_XXX. The port
maintainer should be checking if the opposite is defined in case
On Mon, Nov 26, 2007 at 01:56:09PM -0500, Wesley Shields wrote:
> On Mon, Nov 26, 2007 at 10:37:33AM -0800, Clint Olsen wrote:
> > I'm trying to build net/vnc, and I want a server. The OPTIONS list
> > shows:
> >
> > OPTIONS = server "blah blah" on
> >
> > So, this tells me that by default it
On Mon, Nov 26, 2007 at 10:37:33AM -0800, Clint Olsen wrote:
> I'm trying to build net/vnc, and I want a server. The OPTIONS list
> shows:
>
> OPTIONS = server "blah blah" on
>
> So, this tells me that by default it should be on, correct?
> Yet the port throughout the makefile references WITHO
On Mon, Nov 26, 2007 at 10:37:33AM -0800, Clint Olsen wrote:
> I'm trying to build net/vnc, and I want a server. The OPTIONS list
> shows:
>
> OPTIONS = server "blah blah" on
>
> So, this tells me that by default it should be on, correct?
> Yet the port throughout the makefile references WITHO
On Mon, 26 Nov 2007 10:37:33 -0800
Clint Olsen <[EMAIL PROTECTED]> wrote:
> I'm trying to build net/vnc, and I want a server. The OPTIONS list
> shows:
>
> OPTIONS = server "blah blah" on
>
> So, this tells me that by default it should be on, correct?
> Yet the port throughout the makefile re
I'm trying to build net/vnc, and I want a server. The OPTIONS list
shows:
OPTIONS = server "blah blah" on
So, this tells me that by default it should be on, correct?
Yet the port throughout the makefile references WITHOUT_SERVER. I've
tried various combinations of WITH_SERVER and WITHOUT_SERV