WITH/WANT_MYSQL_VER differcence ? (was: Re: Postfix + MySQL 4.0.x ? (ports link against mysql323-client ?))

Ion-Mihai Tetcu itetcu at apropo.ro
Thu Feb 5 08:33:10 PST 2004


On Thu, 5 Feb 2004 18:19:04 +0200
Ion-Mihai Tetcu <itetcu at apropo.ro> wrote:

> On Thu, 05 Feb 2004 18:52:41 +0300
> Sergey Matveychuk <sem at 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


More information about the freebsd-ports mailing list