pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
A successful build of www/unit-php, the php module for NGINX Unit, depends on a corresponding version of lang/php, built with shared library, php-embed option.
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Tue Aug 11 09:48:02 2020 -0400
Changeset: dbd9aec3bf380b04d77c2b69091ba72d79f6cea9
Modified Files:
unit-php/Makefile
Log Message:
A successful build of www/unit-php, the php module for NGINX Unit,
depends on a corresponding version of lang/php, built with shared
library, php-embed option.
Let me comment out it temporary cause it doesn't work.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dbd9aec3bf380b04d77c2b69091ba72d79f6cea9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit-php/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/unit-php/Makefile b/unit-php/Makefile
index a4a2eaa866..6473548fed 100644
--- a/unit-php/Makefile
+++ b/unit-php/Makefile
@@ -17,9 +17,10 @@ USE_LANGUAGES+= c
.include "../../lang/php/phpversion.mk"
-.if empty(PKG_BUILD_OPTIONS.${PHP_PKG_PREFIX}:Mphp-embed)
-BROKEN= "Requires the php-embed option enabled in PHP."
-.endif
+# FIX ME
+#.if empty(PKG_BUILD_OPTIONS.${PHP_PKG_PREFIX}:Mphp-embed)
+#BROKEN= "Requires the php-embed option enabled in PHP."
+#.endif
post-configure:
cd ${WRKSRC} && \
@@ -32,5 +33,5 @@ do-install:
${DESTDIR}${PREFIX}/libexec/unit/modules/
.include "${PHPPKGSRCDIR}/buildlink3.mk"
-.include "../../lang/php/ext.mk"
+#.include "../../lang/php/ext.mk"
.include "../../www/unit/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index