diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-09 20:49:12 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-09 20:49:12 (GMT) |
commit | 10008e8e4c511445b357d483cc562a52474c918f (patch) | |
tree | f37f8d51deb0a07a3a76b71bea73403343f10a41 | |
parent | 1a0e113dfdf69e47b2e2cc5afa1c2dc570779c59 (diff) | |
download | mxe-10008e8e4c511445b357d483cc562a52474c918f.zip mxe-10008e8e4c511445b357d483cc562a52474c918f.tar.gz mxe-10008e8e4c511445b357d483cc562a52474c918f.tar.bz2 |
upgrade package freetds to cvs
-rw-r--r-- | src/freetds-1-fastforward.patch | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/src/freetds-1-fastforward.patch b/src/freetds-1-fastforward.patch index 5ab9d77..9cc45b6 100644 --- a/src/freetds-1-fastforward.patch +++ b/src/freetds-1-fastforward.patch @@ -153936,3 +153936,55 @@ index ac8ec3b..6c72b5d 100644 #ifdef DMALLOC #include <dmalloc.h> #endif + +commit 6507e8f6f55a840aaeec9e5d67e220b486307f7f +Author: berryc <berryc> +Date: Thu Sep 2 18:01:42 2010 +0000 + + Find the system poll and poll.h on VMS. + +diff --git a/ChangeLog b/ChangeLog +index 5f1fcf6..70e2560 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -1,3 +1,7 @@ ++Thu Sep 2 12:35:00 CDT 2010 Craig A. Berry <craigberry@mac.com> ++ * Find the system poll and poll.h on VMS. ++ * vms/config_h.vms ++ + Wed Sep 1 10:39:43 CEST 2010 Frediano Ziglio <freddy77_A_gmail_D_com> + * include/tds_sysdep_public.h.in src/odbc/unittests/common.h: + * src/odbc/unittests/freeclose.c win32/winlogin.c win32/winsetup.c: +@@ -2845,4 +2849,4 @@ Wed Jan 9 19:54:43 EST 2008 JK Lowden <jklowden@freetds.org> + * ChangeLog-0.82 added because of release + + $FreeTDS$ +-$Id: ChangeLog,v 1.3116 2010/09/01 08:39:38 freddy77 Exp $ ++$Id: ChangeLog,v 1.3117 2010/09/02 18:01:42 berryc Exp $ +diff --git a/vms/config_h.vms b/vms/config_h.vms +index b122278..93fd50d 100644 +--- a/vms/config_h.vms ++++ b/vms/config_h.vms +@@ -1,4 +1,4 @@ +-/* $Id: config_h.vms,v 1.11 2010/06/26 23:47:02 berryc Exp $ */ ++/* $Id: config_h.vms,v 1.12 2010/09/02 18:01:42 berryc Exp $ */ + + /* include/config.h.in. Generated from configure.ac by autoheader. */ + /* and edited by hand for VMS */ +@@ -149,6 +149,16 @@ + /* Define to 1 if you have the <paths.h> header file. */ + #undef HAVE_PATHS_H + ++#if __CRTL_VER >= 70302000 && !defined(__VAX) ++ ++/* Define to 1 if you have the `poll' function. */ ++#define HAVE_POLL 1 ++ ++/* Define to 1 if you have the <poll.h> header file. */ ++#define HAVE_POLL_H 1 ++ ++#endif ++ + /* Define to 1 if you have the GNU Readline library. */ + #define HAVE_READLINE 1 + |