pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php56 php56: mark as broken on NetBSD-current due...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c73cee27b8d5
branches:  trunk
changeset: 375736:c73cee27b8d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 20 06:42:20 2018 +0000

description:
php56: mark as broken on NetBSD-current due to openssl-1.1

diffstat:

 lang/php56/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 04ccab179db0 -r c73cee27b8d5 lang/php56/Makefile
--- a/lang/php56/Makefile       Tue Feb 20 05:17:43 2018 +0000
+++ b/lang/php56/Makefile       Tue Feb 20 06:42:20 2018 +0000
@@ -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 @@
 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 \



Home | Main Index | Thread Index | Old Index