From be37d2fc7be889ec91fb6ce3aaab5aea4ca53a25 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 13 Jan 2013 22:46:27 +0000 Subject: - Update to 09.01.0200 - Give maintainership to submitter - Add LICENSE - Switch to OptionsNG - Switch pkg-plist to PORTDOCS and PLIST_FILES PR: ports/174885 Submitted by: Po-Chien Lin --- databases/postgresql-odbc/files/patch-odbcapi.c | 6 +++--- databases/postgresql-odbc/files/patch-psqlodbc.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/postgresql-odbc/files') diff --git a/databases/postgresql-odbc/files/patch-odbcapi.c b/databases/postgresql-odbc/files/patch-odbcapi.c index b7675e5b93bf..5f5e472a9bb5 100644 --- a/databases/postgresql-odbc/files/patch-odbcapi.c +++ b/databases/postgresql-odbc/files/patch-odbcapi.c @@ -1,10 +1,10 @@ --- odbcapi.c.orig 2009-01-26 23:29:21.000000000 +0600 +++ odbcapi.c 2009-01-26 23:30:15.000000000 +0600 -@@ -1111,11 +1111,7 @@ +@@ -1121,11 +1121,7 @@ HSTMT hstmt, SQLUSMALLINT fFetchType, SQLLEN irow, --#ifdef WITH_UNIXODBC +-#if defined(WITH_UNIXODBC) && (SIZEOF_VOID_P < 8) - SQLROWSETSIZE *pcrow, -#else SQLULEN *pcrow, @@ -12,7 +12,7 @@ SQLUSMALLINT *rgfRowStatus) { RETCODE ret; -@@ -1125,17 +1121,7 @@ +@@ -1135,17 +1131,7 @@ ENTER_STMT_CS(stmt); SC_clear_error(stmt); StartRollbackState(stmt); diff --git a/databases/postgresql-odbc/files/patch-psqlodbc.h b/databases/postgresql-odbc/files/patch-psqlodbc.h index 648746558d9a..fe3ba9bd7cf4 100644 --- a/databases/postgresql-odbc/files/patch-psqlodbc.h +++ b/databases/postgresql-odbc/files/patch-psqlodbc.h @@ -1,6 +1,6 @@ --- psqlodbc.h.orig 2008-09-21 22:35:44.000000000 +0700 +++ psqlodbc.h 2009-01-26 23:19:02.000000000 +0600 -@@ -140,13 +140,8 @@ +@@ -151,13 +151,8 @@ #if (SIZEOF_VOID_P == 8) #define FORMAT_INTEGER "%d" /* SQLINTEGER */ #define FORMAT_UINTEGER "%u" /* SQLUINTEGER */ -- cgit v1.2.3