Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 02:00:07 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107994: Update port: databases/libiodbc to 3.52.5
Message-ID:  <20070117020007.495eb0e9.tkato432@yahoo.com>
Resent-Message-ID: <200701161710.l0GHAMhW088976@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107994
>Category:       ports
>Synopsis:       Update port: databases/libiodbc to 3.52.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 16 17:10:21 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p26 i386
>Organization:
>Environment:
>Description:
- Update to version 3.52.5

New file:
files/patch-iodbc__trace__trace.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/libiodbc/Makefile databases/libiodbc/Makefile
--- /usr/ports/databases/libiodbc/Makefile	Tue Dec 12 13:23:43 2006
+++ databases/libiodbc/Makefile	Wed Jan 10 15:55:58 2007
@@ -9,8 +9,7 @@
 #        databases/unixODBC.
 
 PORTNAME=	libiodbc
-PORTVERSION=	3.52.4
-PORTREVISION=	2
+PORTVERSION=	3.52.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.iodbc.org/downloads/iODBC/ \
 		${MASTER_SITE_SOURCEFORGE}
diff -urN /usr/ports/databases/libiodbc/distinfo databases/libiodbc/distinfo
--- /usr/ports/databases/libiodbc/distinfo	Wed Feb  1 13:28:30 2006
+++ databases/libiodbc/distinfo	Wed Jan 10 15:59:10 2007
@@ -1,3 +1,3 @@
-MD5 (libiodbc-3.52.4.tar.gz) = 65ddf72600ff5d15fcd6002e2ed36307
-SHA256 (libiodbc-3.52.4.tar.gz) = 5532278a175649de2a5852085bc8cf509a88006e0653e65b1e518196ad6abc3f
-SIZE (libiodbc-3.52.4.tar.gz) = 722305
+MD5 (libiodbc-3.52.5.tar.gz) = 550234c4f9fbaf45e6e5d74c460dff0d
+SHA256 (libiodbc-3.52.5.tar.gz) = 368b0ae7ae08d487dd53be399868530f767af9c91affd5da4cbfa89ff440d9b3
+SIZE (libiodbc-3.52.5.tar.gz) = 752941
diff -urN /usr/ports/databases/libiodbc/files/patch-iodbc__trace__trace.c databases/libiodbc/files/patch-iodbc__trace__trace.c
--- /usr/ports/databases/libiodbc/files/patch-iodbc__trace__trace.c	Thu Jan  1 09:00:00 1970
+++ databases/libiodbc/files/patch-iodbc__trace__trace.c	Wed Jan 10 16:05:09 2007
@@ -0,0 +1,22 @@
+--- iodbc/trace/trace.c.orig	Wed Jan  3 23:21:46 2007
++++ iodbc/trace/trace.c	Wed Jan 10 16:04:57 2007
+@@ -670,6 +670,10 @@
+   extern char *odbcapi_symtab[];
+   char *ptr = "invalid retcode";
+ 
++#ifdef HAVE_GETTIMEOFDAY
++  struct timeval tv;
++#endif
++
+   /*
+    * Guard against tracefile getting too big
+    */
+@@ -684,8 +688,6 @@
+    * Calculate timestamp
+    */
+ #ifdef HAVE_GETTIMEOFDAY
+-  struct timeval tv;
+-
+   gettimeofday (&tv, NULL);
+   tv.tv_sec -= starttime.tv_sec;
+   tv.tv_usec -= starttime.tv_usec;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070117020007.495eb0e9.tkato432>