diff options
Diffstat (limited to 'databases/mysql2odbc')
-rw-r--r-- | databases/mysql2odbc/Makefile | 28 | ||||
-rw-r--r-- | databases/mysql2odbc/distinfo | 2 | ||||
-rw-r--r-- | databases/mysql2odbc/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/mysql2odbc/files/patch-libfakesql.c | 20 | ||||
-rw-r--r-- | databases/mysql2odbc/files/patch-libfakesql.h | 17 | ||||
-rw-r--r-- | databases/mysql2odbc/files/patch-mtest.c | 15 | ||||
-rw-r--r-- | databases/mysql2odbc/pkg-descr | 7 | ||||
-rw-r--r-- | databases/mysql2odbc/pkg-plist | 4 |
8 files changed, 0 insertions, 104 deletions
diff --git a/databases/mysql2odbc/Makefile b/databases/mysql2odbc/Makefile deleted file mode 100644 index be7e33d74cf9..000000000000 --- a/databases/mysql2odbc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Max Khon <fjoe@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mysql2odbc -PORTVERSION= 0.99.2 -PORTREVISION= 5 -CATEGORIES= databases -MASTER_SITES= http://www.iodbc.org/downloads/mysql2odbc/ - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= Openlink MySQL-ODBC Gateway - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libodbc.so:databases/unixODBC -CONFIGURE_ARGS= --with-unixodbc=${LOCALBASE} - -USES= libtool -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--libdir=${PREFIX}/mysql2odbc -LDFLAGS+= -lpthread -INSTALL_TARGET= install-strip - -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/databases/mysql2odbc/distinfo b/databases/mysql2odbc/distinfo deleted file mode 100644 index 8736dff7b99e..000000000000 --- a/databases/mysql2odbc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mysql2odbc-0.99.2.tar.gz) = 2240385fb104f2ad6e847f16f5f31f73ad0e2ca85d35a3e6efef243d95c1e96a -SIZE (mysql2odbc-0.99.2.tar.gz) = 201537 diff --git a/databases/mysql2odbc/files/patch-configure b/databases/mysql2odbc/files/patch-configure deleted file mode 100644 index 712281f23007..000000000000 --- a/databases/mysql2odbc/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Aug 20 16:05:00 2005 -+++ configure Sat Aug 20 16:05:10 2005 -@@ -8915,7 +8915,7 @@ - - echo "$as_me:$LINENO: checking for UnixODBC support" >&5 - echo $ECHO_N "checking for UnixODBC support... $ECHO_C" >&6 -- if test -f "$withval/lib/libodbc.la" -+ if test -f "$withval/lib/libodbc.a" - then - found_odbc=yes - ODBC_CFLAGS="-I$withval/include" diff --git a/databases/mysql2odbc/files/patch-libfakesql.c b/databases/mysql2odbc/files/patch-libfakesql.c deleted file mode 100644 index bc5389849bf5..000000000000 --- a/databases/mysql2odbc/files/patch-libfakesql.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libfakesql.c.orig Sat Dec 16 16:28:53 2006 -+++ libfakesql.c Sat Dec 16 16:30:32 2006 -@@ -127,7 +127,7 @@ - { - TSQLPrivate *pDB; - -- DBOF(mysql) = pDB = (TSQLPrivate *) calloc (1, sizeof (TSQLPrivate)); -+ mysql->net.vio = pDB = (TSQLPrivate *) calloc (1, sizeof (TSQLPrivate)); - if (pDB == NULL) - { - _set_error (mysql, CR_OUT_OF_MEMORY); -@@ -166,7 +166,7 @@ - pDB->hStmt = SQL_NULL_HSTMT; - pDB->bConnected = 0; - free (pDB); -- DBOF(mysql) = NULL; -+ mysql->net.vio = NULL; - } - } - diff --git a/databases/mysql2odbc/files/patch-libfakesql.h b/databases/mysql2odbc/files/patch-libfakesql.h deleted file mode 100644 index a161d055ada0..000000000000 --- a/databases/mysql2odbc/files/patch-libfakesql.h +++ /dev/null @@ -1,17 +0,0 @@ ---- libfakesql.h.orig Sat Aug 20 16:16:01 2005 -+++ libfakesql.h Sat Aug 20 16:00:18 2005 -@@ -47,6 +47,14 @@ - - /////////////////////////////////////////////////////////////////////////////// - -+#ifndef FALSE -+#define FALSE 0 -+#endif -+ -+#ifndef TRUE -+#define TRUE 1 -+#endif -+ - #define NAME_LEN 64 /* Field/table name length */ - #define HOSTNAME_LENGTH 60 - #define USERNAME_LENGTH 16 diff --git a/databases/mysql2odbc/files/patch-mtest.c b/databases/mysql2odbc/files/patch-mtest.c deleted file mode 100644 index 00a90f75e87f..000000000000 --- a/databases/mysql2odbc/files/patch-mtest.c +++ /dev/null @@ -1,15 +0,0 @@ ---- mtest.c.orig Fri Jun 20 21:39:48 2003 -+++ mtest.c Tue Sep 13 18:21:18 2005 -@@ -27,10 +27,10 @@ - #include <stdio.h> - #include <string.h> - #include <memory.h> --#include <malloc.h> -+#include <stdlib.h> - - #ifndef WIN32 --# include <getopt.h> -+# include <unistd.h> - #endif - - #ifdef FAKE diff --git a/databases/mysql2odbc/pkg-descr b/databases/mysql2odbc/pkg-descr deleted file mode 100644 index b4d2a7b09a01..000000000000 --- a/databases/mysql2odbc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The MySQL-ODBC SDK enables you to make MySQL-specific applications -database-independent without wholesale re-writes of your application code. -Thus, applications that are written directly to the MySQL call level interface -now end up being database independent via iODBC (or unixODBC), and usable -against any ODBC accessible database (including MySQL). - -WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index diff --git a/databases/mysql2odbc/pkg-plist b/databases/mysql2odbc/pkg-plist deleted file mode 100644 index 86c000d6f887..000000000000 --- a/databases/mysql2odbc/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -mysql2odbc/libmysqlclient.a -mysql2odbc/libmysqlclient.so -mysql2odbc/libmysqlclient.so.10 -mysql2odbc/libmysqlclient.so.10.0.0 |