aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-05-24 16:36:55 +0800
committerale <ale@FreeBSD.org>2011-05-24 16:36:55 +0800
commit3cc9524b4b5d1a0067ae819b48edc249eb19519c (patch)
tree614a8015602a9e661e5dd6875e2ad7f79848fbde /databases
parent78c80a001335048efb158739400bbcc699eea0dc (diff)
downloadfreebsd-ports-gnome-3cc9524b4b5d1a0067ae819b48edc249eb19519c.tar.gz
freebsd-ports-gnome-3cc9524b4b5d1a0067ae819b48edc249eb19519c.tar.zst
freebsd-ports-gnome-3cc9524b4b5d1a0067ae819b48edc249eb19519c.zip
- Remove no more needed patch
- Fix crash - Bump PORTREVISION - This port needs php5 compiled with LINKTHR option Submitted by: eav@mobil-soft.ru
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-interbase/Makefile1
-rw-r--r--databases/php5-interbase/files/patch-config.m423
-rw-r--r--databases/php5-interbase/files/patch-php_ibase_includes.h11
3 files changed, 12 insertions, 23 deletions
diff --git a/databases/php5-interbase/Makefile b/databases/php5-interbase/Makefile
index 9e8c0117c847..c354474eb625 100644
--- a/databases/php5-interbase/Makefile
+++ b/databases/php5-interbase/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
diff --git a/databases/php5-interbase/files/patch-config.m4 b/databases/php5-interbase/files/patch-config.m4
deleted file mode 100644
index 390a248c917a..000000000000
--- a/databases/php5-interbase/files/patch-config.m4
+++ /dev/null
@@ -1,23 +0,0 @@
---- config.m4.orig 2010-03-25 11:04:06.000000000 +0100
-+++ config.m4 2010-03-25 11:05:20.000000000 +0100
-@@ -15,10 +15,6 @@
- IBASE_LIBDIR=$PHP_INTERBASE/$PHP_LIBDIR
- fi
-
-- PHP_CHECK_LIBRARY(fbclient, isc_detach_database,
-- [
-- IBASE_LIBNAME=fbclient
-- ], [
- PHP_CHECK_LIBRARY(gds, isc_detach_database,
- [
- IBASE_LIBNAME=gds
-@@ -34,9 +30,6 @@
- ], [
- -L$IBASE_LIBDIR
- ])
-- ], [
-- -L$IBASE_LIBDIR
-- ])
-
- PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD)
- PHP_ADD_INCLUDE($IBASE_INCDIR)
diff --git a/databases/php5-interbase/files/patch-php_ibase_includes.h b/databases/php5-interbase/files/patch-php_ibase_includes.h
new file mode 100644
index 000000000000..eb5b653f74d4
--- /dev/null
+++ b/databases/php5-interbase/files/patch-php_ibase_includes.h
@@ -0,0 +1,11 @@
+--- 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"