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]
MFH:		2014Q2
This commit is contained in:
Raphael Kubo da Costa 2014-05-19 11:44:50 +00:00
parent 81c86dbb2b
commit 1f3493ec86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354528
3 changed files with 6 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libiodbc
PORTVERSION= 3.52.8
PORTREVISION= 2
PORTVERSION= 3.52.9
CATEGORIES= databases
MASTER_SITES= SF/iodbc/iodbc/${PORTVERSION}

View File

@ -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