From owner-svn-ports-branches@FreeBSD.ORG Tue May 20 20:17:44 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C69730A; Tue, 20 May 2014 20:17:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C44F2E0D; Tue, 20 May 2014 20:17:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KKHisM066699; Tue, 20 May 2014 20:17:44 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KKHhlW066696; Tue, 20 May 2014 20:17:43 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405202017.s4KKHhlW066696@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 20 May 2014 20:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354682 - branches/2014Q2/databases/libiodbc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 20:17:44 -0000 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 [1]. PR: ports/189496 [1] Submitted by: Jia-Shiun Li [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/