Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2004 18:32:07 +0200
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Ion-Mihai Tetcu <itetcu@apropo.ro>
Cc:        Sergey Matveychuk <sem@ciam.ru>
Subject:   WITH/WANT_MYSQL_VER differcence ? (was: Re: Postfix + MySQL 4.0.x ? (ports link against mysql323-client ?))
Message-ID:  <20040205183207.4d96e8b2@it.buh.cameradicommercio.ro>
In-Reply-To: <20040205181904.3d095797@it.buh.cameradicommercio.ro>
References:  <20040205121804.7534ef5a@it.buh.cameradicommercio.ro> <4022594A.6090203@ciam.ru> <20040205171358.4213b12f@it.buh.cameradicommercio.ro> <402266C9.6020302@ciam.ru> <20040205181904.3d095797@it.buh.cameradicommercio.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Feb 2004 18:19:04 +0200
Ion-Mihai Tetcu <itetcu@apropo.ro> wrote:

> On Thu, 05 Feb 2004 18:52:41 +0300
> Sergey Matveychuk <sem@ciam.ru> wrote:
> 
> > Ion-Mihai Tetcu wrote:
> > 
> > > USE_MYSQL=YES
> > > right ?
> > 
> > rihgt.
> 
> And, if it is not to much to ask, the difference between WANT_MYSQL_VER
> and WITH_MYSQL_VER is ?

# Setting/finding MySQL version we want.
.if defined(WANT_MYSQL_VER)
MYSQL_VER=      ${WANT_MYSQL_VER}
.elif defined(WITH_MYSQL_VER)
MYSQL_VER=      ${WITH_MYSQL_VER}
...

I don't see the difference and it isn't checked elsewhere in bsd.port.*


-- 
IOnut
Unregistered ;) FreeBSD user



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