From owner-svn-ports-all@FreeBSD.ORG Mon May 19 11:44:51 2014 Return-Path: Delivered-To: svn-ports-all@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 9ACCE298; Mon, 19 May 2014 11:44:51 +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 6F2AD225B; Mon, 19 May 2014 11:44:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JBipeq071802; Mon, 19 May 2014 11:44:51 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JBio6Y071799; Mon, 19 May 2014 11:44:50 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405191144.s4JBio6Y071799@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 19 May 2014 11:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354528 - head/databases/libiodbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 11:44:51 -0000 Author: rakuco Date: Mon May 19 11:44:50 2014 New Revision: 354528 URL: http://svnweb.freebsd.org/changeset/ports/354528 QAT: https://qat.redports.org/buildarchive/r354528/ Log: 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] MFH: 2014Q2 Modified: head/databases/libiodbc/Makefile head/databases/libiodbc/distinfo head/databases/libiodbc/pkg-descr Modified: head/databases/libiodbc/Makefile ============================================================================== --- head/databases/libiodbc/Makefile Mon May 19 09:57:54 2014 (r354527) +++ head/databases/libiodbc/Makefile Mon May 19 11:44:50 2014 (r354528) @@ -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} Modified: head/databases/libiodbc/distinfo ============================================================================== --- head/databases/libiodbc/distinfo Mon May 19 09:57:54 2014 (r354527) +++ head/databases/libiodbc/distinfo Mon May 19 11:44:50 2014 (r354528) @@ -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: head/databases/libiodbc/pkg-descr ============================================================================== --- head/databases/libiodbc/pkg-descr Mon May 19 09:57:54 2014 (r354527) +++ head/databases/libiodbc/pkg-descr Mon May 19 11:44:50 2014 (r354528) @@ -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/