summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-24 11:46:55 +0000
committernia <nia@pkgsrc.org>2020-04-24 11:46:55 +0000
commit0681ef0738c088f0b445ca34ef79eea583a8f61b (patch)
tree99ed45195deda5d25ce560b79d6484d84d9c9178
parentf659602f31c937346fcd42da9ada3dde9d97e9db (diff)
downloadpkgsrc-0681ef0738c088f0b445ca34ef79eea583a8f61b.tar.gz
sysutils: Mark packages that fail with OpenSSL 1.1 BROKEN
-rw-r--r--sysutils/cfengine2/Makefile4
-rw-r--r--sysutils/cfengine3/Makefile4
-rw-r--r--sysutils/efreet/Makefile4
-rw-r--r--sysutils/py-attic/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
index a53f1c06b3e..034b83bbb6d 100644
--- a/sysutils/cfengine2/Makefile
+++ b/sysutils/cfengine2/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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 --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index 823c3c8a11d..b12cea052ce 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/Makefile
@@ -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 @@ HOMEPAGE= https://cfengine.com/product/community/
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 --git a/sysutils/efreet/Makefile b/sysutils/efreet/Makefile
index f158b9b24b1..32f7bfa3f12 100644
--- a/sysutils/efreet/Makefile
+++ b/sysutils/efreet/Makefile
@@ -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 @@ HOMEPAGE= https://enlightenment.org/
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 --git a/sysutils/py-attic/Makefile b/sysutils/py-attic/Makefile
index 679c370c335..24e9c718513 100644
--- a/sysutils/py-attic/Makefile
+++ b/sysutils/py-attic/Makefile
@@ -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 @@ HOMEPAGE= https://attic-backup.org/
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