pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 24 12:14:01 UTC 2020

Modified Files:
        pkgsrc/www/cadaver: Makefile
        pkgsrc/www/squid3: Makefile

Log Message:
www: Mark packages that fail with OpenSSL 1.1 BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/cadaver/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/squid3/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/cadaver/Makefile
diff -u pkgsrc/www/cadaver/Makefile:1.50 pkgsrc/www/cadaver/Makefile:1.51
--- pkgsrc/www/cadaver/Makefile:1.50    Sat Jan 18 21:51:05 2020
+++ pkgsrc/www/cadaver/Makefile Fri Apr 24 12:14:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/01/18 21:51:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2020/04/24 12:14:01 nia Exp $
 
 DISTNAME=              cadaver-0.23.3
 PKGREVISION=           5
@@ -9,6 +9,8 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=             http://www.webdav.org/cadaver/
 COMMENT=               Command-line WebDAV client
 
+BROKEN=                        "Fails to build with OpenSSL 1.1"
+
 BUILD_TARGET=          cadaver
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      yes

Index: pkgsrc/www/squid3/Makefile
diff -u pkgsrc/www/squid3/Makefile:1.86 pkgsrc/www/squid3/Makefile:1.87
--- pkgsrc/www/squid3/Makefile:1.86     Sat Jan 18 21:51:12 2020
+++ pkgsrc/www/squid3/Makefile  Fri Apr 24 12:14:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2020/01/18 21:51:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.87 2020/04/24 12:14:01 nia Exp $
 
 DISTNAME=      squid-3.5.28
 PKGREVISION=   3
@@ -13,6 +13,8 @@ HOMEPAGE=     http://www.squid-cache.org/
 COMMENT=       Post-Harvest_cached WWW proxy cache and accelerator
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            perl:run gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index