Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils sysutils: Mark packages that fail with OpenSS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92a503db4f4c
branches:  trunk
changeset: 429759:92a503db4f4c
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 24 11:46:55 2020 +0000

description:
sysutils: Mark packages that fail with OpenSSL 1.1 BROKEN

diffstat:

 sysutils/cfengine2/Makefile |  4 +++-
 sysutils/cfengine3/Makefile |  4 +++-
 sysutils/efreet/Makefile    |  4 +++-
 sysutils/py-attic/Makefile  |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 5d9248b7fcf2 -r 92a503db4f4c sysutils/cfengine2/Makefile
--- a/sysutils/cfengine2/Makefile       Fri Apr 24 11:41:36 2020 +0000
+++ b/sysutils/cfengine2/Makefile       Fri Apr 24 11:46:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/01/18 21:50:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2020/04/24 11:46:55 nia Exp $
 
 DISTNAME=      cfengine-2.2.10
 PKGREVISION=   12
@@ -12,6 +12,8 @@
 COMMENT=       Automate configuration and administration of large systems
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 BUILD_DEFS+=           IPV6_READY
 
 BDB_ACCEPTED=          db4
diff -r 5d9248b7fcf2 -r 92a503db4f4c sysutils/cfengine3/Makefile
--- a/sysutils/cfengine3/Makefile       Fri Apr 24 11:41:36 2020 +0000
+++ b/sysutils/cfengine3/Makefile       Fri Apr 24 11:46:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:50:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/24 11:46:55 nia Exp $
 
 DISTNAME=      cfengine-3.7.3
 PKGREVISION=   2
@@ -10,6 +10,8 @@
 COMMENT=       Tool for automating system administration
 LICENSE=       gnu-gpl-v3
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 USE_LANGUAGES=         c c++ c99
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pax
diff -r 5d9248b7fcf2 -r 92a503db4f4c sysutils/efreet/Makefile
--- a/sysutils/efreet/Makefile  Fri Apr 24 11:41:36 2020 +0000
+++ b/sysutils/efreet/Makefile  Fri Apr 24 11:46:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/08 16:48:10 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/24 11:46:55 nia Exp $
 
 DISTNAME=      efreet-1.7.7
 PKGREVISION=   18
@@ -11,6 +11,8 @@
 COMMENT=       Interface Abstraction Library and Toolset
 LICENSE=       2-clause-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS=     pkg-config
diff -r 5d9248b7fcf2 -r 92a503db4f4c sysutils/py-attic/Makefile
--- a/sysutils/py-attic/Makefile        Fri Apr 24 11:41:36 2020 +0000
+++ b/sysutils/py-attic/Makefile        Fri Apr 24 11:46:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:50:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/24 11:46:55 nia Exp $
 
 DISTNAME=      Attic-0.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/A/a/}
@@ -11,6 +11,8 @@
 COMMENT=       Deduplicating backup program
 LICENSE=       modified-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 DEPENDS+=      ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index