pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/litmus litmus: Disable SSL support, broken with Op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/727e68bfca27
branches:  trunk
changeset: 412231:727e68bfca27
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 01 18:07:51 2020 +0000

description:
litmus: Disable SSL support, broken with OpenSSL 1.1

Also fails to build with current gnutls...

Bump PKGREVISION

diffstat:

 www/litmus/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 52e425301932 -r 727e68bfca27 www/litmus/Makefile
--- a/www/litmus/Makefile       Sun Mar 01 18:01:26 2020 +0000
+++ b/www/litmus/Makefile       Sun Mar 01 18:07:51 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:51:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/01 18:07:51 nia Exp $
 
 DISTNAME=      litmus-0.13
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 #MASTER_SITES= http://www.webdav.org/neon/litmus/
 
@@ -13,9 +13,8 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-ssl=openssl
+CONFIGURE_ARGS+=       --without-ssl
 
-.include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../www/neon/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index