pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libthrift libthrift 0.7.0 dose not support PHP 7...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e23ffa9e8d8
branches:  trunk
changeset: 355083:9e23ffa9e8d8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 20 13:00:08 2016 +0000

description:
libthrift 0.7.0 dose not support PHP 7.0 and later.

diffstat:

 devel/libthrift/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r df6deda9e275 -r 9e23ffa9e8d8 devel/libthrift/options.mk
--- a/devel/libthrift/options.mk        Sun Nov 20 12:24:10 2016 +0000
+++ b/devel/libthrift/options.mk        Sun Nov 20 13:00:08 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2016/05/30 16:03:13 taca Exp $
+# $NetBSD: options.mk,v 1.9 2016/11/20 13:00:08 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libthrift
 PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby
@@ -82,6 +82,9 @@
 # XXX: avoid override from php Makefile.common
 EXTRACT_SUFX=          .tar.gz
 
+# support PHP 5.6's API only
+PHP_VERSIONS_ACCEPTED= 56
+
 .include "../../lang/php/phpversion.mk"
 .include "${PHPPKGSRCDIR}/Makefile.common"
 .include "${PHPPKGSRCDIR}/buildlink3.mk"



Home | Main Index | Thread Index | Old Index