aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-08-27 23:10:38 +0800
committerale <ale@FreeBSD.org>2013-08-27 23:10:38 +0800
commit08e904e4d8bbe8df6b391b3aff2e5aa30db43e04 (patch)
tree04770586abda04f148ac388af4667fc8bc29ce81 /databases
parent7d4b4f25b9af25a5d7d1940a274812d2cadf6831 (diff)
downloadfreebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.tar.gz
freebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.tar.zst
freebsd-ports-gnome-08e904e4d8bbe8df6b391b3aff2e5aa30db43e04.zip
Update to 5.4.19 release.
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-pdo_dblib/files/patch-dblib_driver.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/php5-pdo_dblib/files/patch-dblib_driver.c b/databases/php5-pdo_dblib/files/patch-dblib_driver.c
deleted file mode 100644
index 6c838159288b..000000000000
--- a/databases/php5-pdo_dblib/files/patch-dblib_driver.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- dblib_driver.c.orig 2013-08-12 16:49:42.000000000 +0200
-+++ dblib_driver.c 2013-08-12 16:50:11.000000000 +0200
-@@ -274,9 +274,13 @@
- ,{"5.0",DBVERSION_70} /* FIXME: This does not work with Sybase, but environ will */
- ,{"6.0",DBVERSION_70}
- ,{"7.0",DBVERSION_70}
-+#ifdef DBVERSION_71
- ,{"7.1",DBVERSION_71}
-+#endif
-+#ifdef DBVERSION_72
- ,{"7.2",DBVERSION_72}
- ,{"8.0",DBVERSION_72}
-+#endif
- ,{"10.0",DBVERSION_100}
- ,{"auto",0} /* Only works with FreeTDS. Other drivers will bork */
-