pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php-json textproc/php-json: update for php80
details: https://anonhg.NetBSD.org/pkgsrc/rev/90adc30e6053
branches: trunk
changeset: 448338:90adc30e6053
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 07 13:45:08 2021 +0000
description:
textproc/php-json: update for php80
* Restrict this package prior to php80 since php80 contains in it.
* Add c and c++ to USE_LANGUAGES.
* Add yacc to USE_TOOLS.
diffstat:
textproc/php-json/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 2033a0fca34b -r 90adc30e6053 textproc/php-json/Makefile
--- a/textproc/php-json/Makefile Sun Mar 07 13:44:46 2021 +0000
+++ b/textproc/php-json/Makefile Sun Mar 07 13:45:08 2021 +0000
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.8 2020/03/22 21:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2021/03/07 13:45:08 taca Exp $
MODNAME= json
CATEGORIES+= textproc
COMMENT= PHP extension for JSON serialization support
-BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+USE_LANGUAGES+= c c++
+USE_TOOLS+= yacc
+
+BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
CONFIGURE_ARGS+= --enable-${MODNAME}=shared
+PHP_VERSIONS_ACCEPTED= 56 73 74
+
.include "../../lang/php/ext.mk"
INSTALLATION_DIRS+= include/php/ext/json
Home |
Main Index |
Thread Index |
Old Index