summaryrefslogtreecommitdiff
path: root/databases/php5-pdo_cassandra/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
commit7526a10e450ca9426aaed0fa9341f56da75cdc0e (patch)
tree7247af281307dfc53b3d0e9891be0278d6ed213a /databases/php5-pdo_cassandra/files
parentUpdate to 4.8.4 and remove obsolete patches (diff)
Remove expired ports:
2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
Notes
Notes: svn path=/head/; revision=477717
Diffstat (limited to 'databases/php5-pdo_cassandra/files')
-rw-r--r--databases/php5-pdo_cassandra/files/patch-config.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/php5-pdo_cassandra/files/patch-config.m4 b/databases/php5-pdo_cassandra/files/patch-config.m4
deleted file mode 100644
index 84200cd4df31..000000000000
--- a/databases/php5-pdo_cassandra/files/patch-config.m4
+++ /dev/null
@@ -1,22 +0,0 @@
---- config.m4.orig 2011-12-30 09:41:22 UTC
-+++ config.m4
-@@ -38,8 +38,18 @@ if test "x${PHP_PDO_CASSANDRA}" != "xno"
- PHP_THRIFT_VERSION=`${PKG_CONFIG} thrift --modversion`
-
- AC_MSG_RESULT([found version ${PHP_THRIFT_VERSION}])
-+ ac_IFS=$IFS
-+ IFS="."
-+ set $PHP_THRIFT_VERSION
-+ IFS=$ac_IFS
-+ dnl workaround for changes of THRIFT-1968
-+ THRIFT_VERSION=`expr [$]1 \* 10000 + [$]2 \* 100 + [$]3`
-+ if test "$THRIFT_VERSION" -ge "901"; then
-+ PHP_THRIFT_INCS="-I`${PKG_CONFIG} thrift --variable=includedir`/thrift"
-+ else
-+ PHP_THRIFT_INCS=`${PKG_CONFIG} thrift --cflags`
-+ fi
- PHP_THRIFT_LIBS=`${PKG_CONFIG} thrift --libs`
-- PHP_THRIFT_INCS=`${PKG_CONFIG} thrift --cflags`
-
- PHP_EVAL_LIBLINE(${PHP_THRIFT_LIBS}, PDO_CASSANDRA_SHARED_LIBADD)
- PHP_EVAL_INCLINE(${PHP_THRIFT_INCS})