pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-php



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  7 08:58:41 UTC 2024

Modified Files:
        pkgsrc/www/ap-php: Makefile

Log Message:
ap-php: Claims to need bison and re2c to "regenerate Zend/PHP parsers"

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240703.2300/ap24-php56-5.6.40nb11/configure.log


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/ap-php/Makefile

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

Modified files:

Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.58 pkgsrc/www/ap-php/Makefile:1.59
--- pkgsrc/www/ap-php/Makefile:1.58     Sat Jun 15 08:01:18 2024
+++ pkgsrc/www/ap-php/Makefile  Sun Jul  7 08:58:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/06/15 08:01:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2024/07/07 08:58:41 nia Exp $
 
 PKGNAME=               ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
 PKGREVISION=           11
@@ -6,7 +6,9 @@ COMMENT=                Apache (${PKG_APACHE}) module 
 
 CONFLICTS=             ap-php-[0-9]*
 
-USE_TOOLS+=            autoconf lex pkg-config
+USE_TOOLS+=            autoconf lex pkg-config bison
+
+TOOL_DEPENDS+=         re2c-[0-9]*:../../devel/re2c
 
 APACHE_MODULE=         YES
 



Home | Main Index | Thread Index | Old Index