pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/litmus



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar  1 18:07:51 UTC 2020

Modified Files:
        pkgsrc/www/litmus: Makefile

Log Message:
litmus: Disable SSL support, broken with OpenSSL 1.1

Also fails to build with current gnutls...

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/litmus/Makefile

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

Modified files:

Index: pkgsrc/www/litmus/Makefile
diff -u pkgsrc/www/litmus/Makefile:1.6 pkgsrc/www/litmus/Makefile:1.7
--- pkgsrc/www/litmus/Makefile:1.6      Sat Jan 18 21:51:08 2020
+++ pkgsrc/www/litmus/Makefile  Sun Mar  1 18:07:51 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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