Date: Tue, 20 May 2014 20:17:43 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354682 - branches/2014Q2/databases/libiodbc Message-ID: <201405202017.s4KKHhlW066696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue May 20 20:17:43 2014 New Revision: 354682 URL: http://svnweb.freebsd.org/changeset/ports/354682 QAT: https://qat.redports.org/buildarchive/r354682/ Log: MFH: r354528 Update to 3.52.9. Changes upstream include: * Added support for building on recent versions of Mac OS X * Fixed warnings from autoconf/automake * Fixed infinite loop in connection pool * Fixed compiler warnings * Fixed build dependency for make -jX * Fixed check for Unicode driver * Fixed issue calling SQLCancel from other thread * Fixed SQLInstallDriverEx when driver is readonly The "Fixed build dependency for make -jX" part is important, as parallel builds (particularly with the GTK2 option on) normally fail with 3.52.8. Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1]. PR: ports/189496 [1] Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1] Approved by: portmgr (miwi) Modified: branches/2014Q2/databases/libiodbc/Makefile branches/2014Q2/databases/libiodbc/distinfo branches/2014Q2/databases/libiodbc/pkg-descr Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/databases/libiodbc/Makefile ============================================================================== --- branches/2014Q2/databases/libiodbc/Makefile Tue May 20 20:15:04 2014 (r354681) +++ branches/2014Q2/databases/libiodbc/Makefile Tue May 20 20:17:43 2014 (r354682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libiodbc -PORTVERSION= 3.52.8 +PORTVERSION= 3.52.9 CATEGORIES= databases MASTER_SITES= SF/iodbc/iodbc/${PORTVERSION} Modified: branches/2014Q2/databases/libiodbc/distinfo ============================================================================== --- branches/2014Q2/databases/libiodbc/distinfo Tue May 20 20:15:04 2014 (r354681) +++ branches/2014Q2/databases/libiodbc/distinfo Tue May 20 20:17:43 2014 (r354682) @@ -1,2 +1,2 @@ -SHA256 (libiodbc-3.52.8.tar.gz) = 18165501fbdb5ab8c445d07365907b77c0c20887aecf37ed2b88aacd9c59129a -SIZE (libiodbc-3.52.8.tar.gz) = 1089784 +SHA256 (libiodbc-3.52.9.tar.gz) = 33207d9f477aa5fa76962ff644baa38e59255b96812f28574794659fb61a7ab2 +SIZE (libiodbc-3.52.9.tar.gz) = 1094234 Modified: branches/2014Q2/databases/libiodbc/pkg-descr ============================================================================== --- branches/2014Q2/databases/libiodbc/pkg-descr Tue May 20 20:15:04 2014 (r354681) +++ branches/2014Q2/databases/libiodbc/pkg-descr Tue May 20 20:17:43 2014 (r354682) @@ -5,9 +5,9 @@ function sequence checking, driver funct Applications linked with the iODBC driver manager will be able - through ODBC function calls - to access simultaneously different types of data sources -within one process through suitable ODBC drivers. - +within one process through suitable ODBC drivers. + iODBC is freely redistributable under either the GNU Library General Public Licence (LGPL) or the BSD licence. -WWW: http://www.iodbc.org/ +WWW: http://www.iodbc.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405202017.s4KKHhlW066696>