6b96 FreshPorts -- databases/mysql2odbc
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
mysql2odbc 0.99.2_4 databases on this many watch lists=3 search for ports that depend on this port
Openlink MySQL-ODBC Gateway
Maintained by: fjoe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Aug 2005 18:44:38
License: not specified in port


The MySQL-ODBC SDK enables you to make MySQL-specific applications
database-independent without wholesale re-writes of your application code.
Thus, applications that are written directly to the MySQL call level interface
now end up being database independent via iODBC (or unixODBC), and usable
against any ODBC accessible database (including MySQL).

WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool
Required Libraries:
  1. databases/unixODBC
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/mysql2odbc/ && make install clean
To add the package: pkg_add -r mysql2odbc


Configuration Options
===> The following configuration options are available for mysql2odbc-0.99.2_4:
     UNIXODBC=on (default) "Build with unixODBC"
     IODBC=off (default) "Build with iODBC"
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.iodbc.org/downloads/mysql2odbc/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 Mar 2013 17:43:46
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert to new options framework left unconverted ports in databases category
06 Feb 2012 12:25:50
Original commit files touched by this commit  0.99.2_4
miwi search for other commits by this committer
- Chase unixODBC shlib bump
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.99.2_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.99.2_3
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.99.2_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.99.2_3
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.99.2_3
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.99.2_3
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
16 Dec 2006 10:31:52
Original commit files touched by this commit  0.99.2_3
fjoe search for other commits by this committer
- Fix the build with gcc 4.1
- Bump PORTREVISION
28 Nov 2006 20:07:20
Original commit files touched by this commit  0.99.2_2
fjoe search for other commits by this committer
Bump PORTREVISION.
28 Nov 2006 19:48:18
Original commit files touched by this commit  0.99.2_1
fjoe search for other commits by this committer
Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE= yes -> USE_AUTOTOOLS= libtool:15

Pointed out by: kris via pointyhat
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.99.2_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
17 Nov 2005 19:09:12
Original commit files touched by this commit  0.99.2_1
fjoe search for other commits by this committer
Add SHA256 checksum.
13 Sep 2005 11:42:15
Original commit files touched by this commit  0.99.2_1
fjoe search for other commits by this committer
Use BROKEN instead of ".error". This allows to run "make config" to
reconfigure the port properly.
13 Sep 2005 11:38:17
Original commit files touched by this commit  0.99.2_1
fjoe search for other commits by this committer
- Fix build on RELENG_4 [1]
- Fix build with iODBC
- Bump PORTREVISION

Found by:       kris (via pointyhat) [1]
31 Aug 2005 18:43:34
Original commit files touched by this commit  0.99.2
fjoe search for other commits by this committer
New port: mysql2odbc 0.99.2

The MySQL-ODBC SDK enables you to make MySQL-specific applications
database-independent without wholesale re-writes of your application code.
Thus, applications that are written directly to the MySQL call level interface
now end up being database independent via iODBC (or unixODBC), and usable
against any ODBC accessible database (including MySQL).

WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index

Number of commits found: 16

2851
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0