diff options
Diffstat (limited to 'databases/php5-interbase')
-rw-r--r-- | databases/php5-interbase/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-interbase/files/patch-php_ibase_includes.h | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/databases/php5-interbase/Makefile b/databases/php5-interbase/Makefile index c354474eb625..9e8c0117c847 100644 --- a/databases/php5-interbase/Makefile +++ b/databases/php5-interbase/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/databases/php5-interbase/files/patch-php_ibase_includes.h b/databases/php5-interbase/files/patch-php_ibase_includes.h deleted file mode 100644 index eb5b653f74d4..000000000000 --- a/databases/php5-interbase/files/patch-php_ibase_includes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- php_ibase_includes.h.orig 2011-05-24 10:11:01.000000000 +0200 -+++ php_ibase_includes.h 2011-05-24 10:11:12.000000000 +0200 -@@ -51,7 +51,7 @@ - #define LE_PLINK "Firebird/InterBase persistent link" - #define LE_TRANS "Firebird/InterBase transaction" - --#define IBASE_MSGSIZE 256 -+#define IBASE_MSGSIZE 512 - #define MAX_ERRMSG (IBASE_MSGSIZE*2) - - #define IB_DEF_DATE_FMT "%Y-%m-%d" |