diff options
author | nia <nia@pkgsrc.org> | 2020-04-24 11:56:55 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-24 11:56:55 +0000 |
commit | 0beabff8b2997b231c2a8587eedcff300f3f3984 (patch) | |
tree | c4403ccb9b8f227f42fdc3c4788e092e7d4ddabe | |
parent | a3dbb18c4426c89b58d0ef7264ee6c8583b8ac52 (diff) | |
download | pkgsrc-0beabff8b2997b231c2a8587eedcff300f3f3984.tar.gz |
net: Mark packages that fail with OpenSSL 1.1 BROKEN
-rw-r--r-- | net/drill/Makefile | 4 | ||||
-rw-r--r-- | net/ettercap-NG/Makefile | 4 | ||||
-rw-r--r-- | net/ettercap/Makefile | 4 | ||||
-rw-r--r-- | net/freeradius2/Makefile | 4 | ||||
-rw-r--r-- | net/owncloudclient/Makefile | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/net/drill/Makefile b/net/drill/Makefile index 6b9f44a6155..2da7d13a25c 100644 --- a/net/drill/Makefile +++ b/net/drill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 21:50:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/24 11:56:55 nia Exp $ VERSION= 1.6.17 DISTNAME= ldns-${VERSION} @@ -12,6 +12,8 @@ MAINTAINER= he@NetBSD.org COMMENT= DNSSEC debugging tool a'la dig LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/net/ettercap-NG/Makefile b/net/ettercap-NG/Makefile index 895b3a0c44d..63d247e6d86 100644 --- a/net/ettercap-NG/Makefile +++ b/net/ettercap-NG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2020/03/20 11:58:06 nia Exp $ +# $NetBSD: Makefile,v 1.33 2020/04/24 11:56:56 nia Exp $ DISTNAME= ettercap-NG-0.7.3 PKGREVISION= 15 @@ -10,6 +10,8 @@ HOMEPAGE= http://ettercap.sourceforge.net/ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN LICENSE= gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + MAKE_JOBS_SAFE= no CONFLICTS= ettercap-[0-9]* diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index fb1dff4b3fa..03b01337564 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2020/03/20 11:58:06 nia Exp $ +# $NetBSD: Makefile,v 1.90 2020/04/24 11:56:56 nia Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 42 @@ -10,6 +10,8 @@ HOMEPAGE= http://ettercap.sourceforge.net/ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN LICENSE= gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + CONFLICTS+= ettercap-NG-[0-9]* MAKE_JOBS_SAFE= no diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 98bb33f688f..42cce7874b3 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2020/01/26 17:31:49 rillig Exp $ +# $NetBSD: Makefile,v 1.57 2020/04/24 11:56:56 nia Exp $ DISTNAME= freeradius-server-2.2.10 PKGNAME= ${DISTNAME:S/-server//} @@ -12,6 +12,8 @@ HOMEPAGE= https://freeradius.org/ COMMENT= Free RADIUS server implementation LICENSE= gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + CONFLICTS+= radiusd-cistron-[0-9]* CONFLICTS+= freeradius<2.0 USE_TOOLS+= gmake perl:run diff --git a/net/owncloudclient/Makefile b/net/owncloudclient/Makefile index 68ca4429000..8b3120c0834 100644 --- a/net/owncloudclient/Makefile +++ b/net/owncloudclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2020/04/12 08:29:06 adam Exp $ +# $NetBSD: Makefile,v 1.25 2020/04/24 11:56:56 nia Exp $ DISTNAME= owncloudclient-2.2.3 PKGREVISION= 12 @@ -11,6 +11,8 @@ HOMEPAGE= https://owncloud.com/ COMMENT= Synchronization program for ownCloud LICENSE= gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + # Do not use libocsync.so from net/ocsync. CONFLICTS= ocsync-[0-9]* CONFLICTS= mirall-[0-9]* |