Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2003 02:40:10 -0700 (PDT)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56676: Support for MySQL 4.x for courier-imap-2.1.1
Message-ID:  <200309100940.h8A9eA52058743@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56676; it has been noted by GNATS.

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: "YazzY" <yazzy@yazzy.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/56676: Support for MySQL 4.x for courier-imap-2.1.1
Date: Wed, 10 Sep 2003 11:34:00 +0200

 >  CONFIGURE_ARGS+=--without-authmysql
 >  PLIST_SUB+=	MYSQLFLAG="@comment "
 >  .else
 > +.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10)
 > +LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 > +PLIST_SUB+=	MYSQLFLAG=""
 > +.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14)
 > +LIB_DEPENDS+=	mysqlclient.14:${PORTSDIR}/databases/mysql41-client
 > +PLIST_SUB+=	MYSQLFLAG=""
 > +.else
 > +LIB_DEPENDS+=	mysqlclient.12:${PORTSDIR}/databases/mysql40-client
 > +PLIST_SUB+=	MYSQLFLAG=""
 > +.endif
 
 You should use USE_MYSQL :-)
 .else
 USE_MYSQL=	yes
 PLIST_SUB+=	MYSQLFLAG=""
 
 regards,
 clem



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