pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-json



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  7 13:45:08 UTC 2021

Modified Files:
        pkgsrc/textproc/php-json: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/php-json/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-json/Makefile
diff -u pkgsrc/textproc/php-json/Makefile:1.8 pkgsrc/textproc/php-json/Makefile:1.9
--- pkgsrc/textproc/php-json/Makefile:1.8       Sun Mar 22 21:21:32 2020
+++ pkgsrc/textproc/php-json/Makefile   Sun Mar  7 13:45:08 2021
@@ -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