pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-fpm



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  1 16:17:37 UTC 2024

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

Log Message:
www/php-fpm: fix build with php56


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/php-fpm/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/php-fpm/Makefile
diff -u pkgsrc/www/php-fpm/Makefile:1.42 pkgsrc/www/php-fpm/Makefile:1.43
--- pkgsrc/www/php-fpm/Makefile:1.42    Sat Jun 15 08:26:25 2024
+++ pkgsrc/www/php-fpm/Makefile Sun Dec  1 16:17:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/06/15 08:26:25 taca Exp $
+# $NetBSD: Makefile,v 1.43 2024/12/01 16:17:37 taca Exp $
 
 PKGNAME=       ${PHP_PKG_PREFIX}-fpm-${PHP_VERSION}
 PKGREVISION=   11
@@ -8,7 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       FPM interface for ${PKG_PHP}
 LICENSE=       2-clause-bsd
 
-USE_TOOLS+=    autoconf pkg-config
+USE_TOOLS+=    pkg-config
 
 LIBTOOL_OVERRIDE=      # empty
 
@@ -33,6 +33,12 @@ AUTO_MKDIRS=         yes
 
 .include "../../lang/php/phpversion.mk"
 
+.if ${PKG_PHP_MAJOR_VERS} < 7
+USE_TOOLS+=            autoconf269
+.else
+USE_TOOLS+=            autoconf
+.endif
+
 PLIST_VARS+=           fpmdotd
 
 .if ${PKG_PHP_VERSION} >= 70



Home | Main Index | Thread Index | Old Index