Tested mainly with unixODBC, but should work with libiodbc. No 32 bit systems available for testing. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2009-05-05 00:21:12 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-odbc Makefile distinfo pkg-descr pkg-plist databases/py-odbc/files patch-setup-libs Log: pyodbc is a Python module that allows you to use ODBC to connect to almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more. WWW: http://code.google.com/p/pyodbc/ PR: ports/133757 Submitted by: Robet Kruus <rob.kruus@gmail.com> Revision Changes Path 1.765 +1 -0 ports/databases/Makefile 1.1 +66 -0 ports/databases/py-odbc/Makefile (new) 1.1 +3 -0 ports/databases/py-odbc/distinfo (new) 1.1 +12 -0 ports/databases/py-odbc/files/patch-setup-libs (new) 1.1 +8 -0 ports/databases/py-odbc/pkg-descr (new) 1.1 +7 -0 ports/databases/py-odbc/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!