Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Sep 2006 16:59:53 -0400
From:      Doug Lee <dgl@dlee.org>
To:        ports@freebsd.org
Subject:   Patch to make dbf2mysql work with MySQL 5.0
Message-ID:  <20060907205953.GA45292@kirk.dlee.org>

next in thread | raw e-mail | index | archive | help

--0OAP2g/MAC+5xKAE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

old contains the original work/*/mysql2dbf.c file and the port
root-dir Makefile to date today; new contains the patched versions of
these.  c.patch and mk.patch are unified diffs between them.

This makes the dbf2mysql port compile successfully against an
installed MySQL 5.0 client.  Tested under FreeBSD 4.11.  The original
version (1) forced install of MySQL 3.23 client (which replaced my
MySQL 5.0 client), (2) would not then connect to a MySQL 5.0 server
due to authentication changes, and (3) would not compile against the
MySQL 5.0 client library anyway because mysql_connect() is no longer
supported by default.


-- 
Doug Lee                 dgl@dlee.org        
SSB + BART Group         doug.lee@ssbbartgroup.com   http://www.ssbbartgroup.com
"It is not the mountain in the distance which makes you want to stop
walking; but the grain of sand in your shoe."  --Anon

--0OAP2g/MAC+5xKAE--



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