diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-20 06:42:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-20 06:42:20 +0000 |
commit | e1b536f2c13054b7c46527974ee8936d1a04cdb3 (patch) | |
tree | 351765f8c80513bcd00476ae96c4166795fa3b35 /lang/php56 | |
parent | a4439d77eea078a56827333af9b3a2c8200c6dda (diff) | |
download | pkgsrc-e1b536f2c13054b7c46527974ee8936d1a04cdb3.tar.gz |
php56: mark as broken on NetBSD-current due to openssl-1.1
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 45a55e99ae0..3487a756bd5 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/01/16 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2018/02/20 06:42:20 wiz Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -47,6 +47,10 @@ INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC .endif +.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*) +BROKEN= php-5.6 does not support OpenSSL-1.1 +.endif + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \ |