pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libthrift
Module Name: pkgsrc
Committed By: taca
Date: Sun Nov 20 13:00:08 UTC 2016
Modified Files:
pkgsrc/devel/libthrift: options.mk
Log Message:
libthrift 0.7.0 dose not support PHP 7.0 and later.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libthrift/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libthrift/options.mk
diff -u pkgsrc/devel/libthrift/options.mk:1.8 pkgsrc/devel/libthrift/options.mk:1.9
--- pkgsrc/devel/libthrift/options.mk:1.8 Mon May 30 16:03:13 2016
+++ pkgsrc/devel/libthrift/options.mk Sun Nov 20 13:00:08 2016
@@ -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 @@ PLIST.php= yes
# 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