From owner-freebsd-ports@FreeBSD.ORG Sun Sep 7 09:48:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF17716A55D for ; Sun, 7 Sep 2003 09:48:15 -0700 (PDT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB4543F85 for ; Sun, 7 Sep 2003 09:48:14 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: by totem.fix.no (Postfix, from userid 1000) id 377052024F; Sun, 7 Sep 2003 18:48:30 +0200 (CEST) Date: Sun, 7 Sep 2003 18:48:30 +0200 From: Anders Nordby To: "Carlos F. A. Paniago" Message-ID: <20030907164830.GB28554@totem.fix.no> Mail-Followup-To: Anders Nordby , "Carlos F. A. Paniago" , ferruccio.vitale@tin.it, ports@freebsd.org References: <200309071227.30227.pan@panix.ecof.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309071227.30227.pan@panix.ecof.org.br> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.1i cc: ports@freebsd.org cc: ferruccio.vitale@tin.it Subject: Re: FreeBSD Port: mysqlcc-0.9.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 16:48:16 -0000 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.