pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php56



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 20 06:42:20 UTC 2018

Modified Files:
        pkgsrc/lang/php56: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/php56/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.16 pkgsrc/lang/php56/Makefile:1.17
--- pkgsrc/lang/php56/Makefile:1.16     Tue Jan 16 11:28:09 2018
+++ pkgsrc/lang/php56/Makefile  Tue Feb 20 06:42:20 2018
@@ -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_EXTE
 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