Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89194 - Add MySQL Connector/Net in Portage
Summary: Add MySQL Connector/Net in Portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 08:47 UTC by Nicolas Laplante
Modified: 2005-06-17 06:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
This patche adds a Makefile and patches 2 files to compile with Mono 1.1.x: SharedMemoryStream.cs and StreamCreator.cs (mysql-connector-net-1.0.4-mono-1.1.x.patch,4.28 KB, patch)
2005-04-29 20:45 UTC, Nicolas Laplante
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Laplante 2005-04-15 08:47:01 UTC
MySQL's .NET connector is now the official MySQL connector used for Mono (ByteFX is now deprecated).

It is available as a binary and from sources too.

Here's the homepage: http://www.mysql.com/products/connector/net/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicolas Laplante 2005-04-29 20:44:12 UTC
I patched the package from MySQL to compile with Mono-1.1.x. I used 'prj2make' from Mono 1.1.x to create the Makfile. I edited the Makefile a bit.

Please test
Comment 2 Nicolas Laplante 2005-04-29 20:45:43 UTC
Created attachment 57645 [details, diff]
This patche adds a Makefile and patches 2 files to compile with Mono 1.1.x: SharedMemoryStream.cs and StreamCreator.cs
Comment 3 Nicolas Laplante 2005-04-29 20:49:10 UTC
Don't forget to edit the "-lib:/home/axion/Sources/dotNet/mysql-patched" in the Makefile prior to building! Set it to the path where your sources are installed.
Comment 4 Lance Albertson (RETIRED) gentoo-dev 2005-06-17 06:24:12 UTC
Committed as mysql-connector-net earlier this week. Cheers!