pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit-php



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 10 16:40:15 UTC 2021

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

Log Message:
unit-php: Use PKG_FAIL_REASON instead of BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/unit-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/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.5 pkgsrc/www/unit-php/Makefile:1.6
--- pkgsrc/www/unit-php/Makefile:1.5    Wed Mar 10 16:35:17 2021
+++ pkgsrc/www/unit-php/Makefile        Wed Mar 10 16:40:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/03/10 16:35:17 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/10 16:40:15 nia Exp $
 
 PKGNAME=       unit-${LANG}${PHP_VERSION:R:S|.||g}-${UNIT_VERSION}
 COMMENT=       PHP module for NGINX Unit
@@ -21,7 +21,7 @@ post-configure:
 
 .include "${PHPPKGSRCDIR}/buildlink3.mk"
 .if empty(PKG_BUILD_OPTIONS.php:Mphp-embed)
-BROKEN=                "Requires the php-embed option enabled in PHP."
+PKG_FAIL_REASON=       "Requires the php-embed option enabled in PHP."
 .endif
 .include "../../www/unit/ext.mk"
 .include "../../www/unit/Makefile.common"



Home | Main Index | Thread Index | Old Index