Date: Sun, 7 Sep 2003 18:48:30 +0200 From: Anders Nordby <anders@FreeBSD.org> To: "Carlos F. A. Paniago" <pan@panix.ecof.org.br> Cc: ferruccio.vitale@tin.it Subject: Re: FreeBSD Port: mysqlcc-0.9.3 Message-ID: <20030907164830.GB28554@totem.fix.no> In-Reply-To: <200309071227.30227.pan@panix.ecof.org.br> References: <200309071227.30227.pan@panix.ecof.org.br>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I added something like that. This was a part I modified from Ferruccio's initial submission anyway. On Sun, Sep 07, 2003 at 12:27:30PM -0300, Carlos F. A. Paniago wrote: > Sugestion in the Makefile for mysqlcc-0.93 > .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) > LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client > .else > .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) > LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client > .else > LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client > .endif > .endif > With this we can use the new mysql41 with this... > Tanks... > > Paniago > -- > Nome: Carlos Fernando Assis Paniago > Email: pan@panix.ecof.org.br e pan@cnpm.embrapa.br > Web: http://www.panix.ecof.org.br/ e http://www.cnpm.embrapa.br/ > -- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Anders.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030907164830.GB28554>