diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-31 17:53:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-31 17:53:14 +0000 |
commit | d3dfb58710dd2f86c31de8448c9fcfbb5ffb10c6 (patch) | |
tree | 997aad39740de8943e2ac5963de0013554f522c5 /net/Makefile | |
parent | 8b83623e78347dc9aa4e3d54f58a524669a27055 (diff) | |
download | pkgsrc-d3dfb58710dd2f86c31de8448c9fcfbb5ffb10c6.tar.gz |
Remove p5-Coro and packages depending on it.
Upstream says that it "can not" work with perl 5.22 and has even
forked perl as "stableperl" to allow his package to work instead
of fixing it differently.
See http://blog.schmorp.de/2015-06-06-stableperl-faq.html
Ok bsiegert@
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 3e65bdd18d9..9bc51ecd5e7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1079 2015/07/13 04:10:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1080 2015/07/31 17:53:14 wiz Exp $ # COMMENT= Networking tools @@ -465,14 +465,12 @@ SUBDIR+= p5-Net-OpenID-Common SUBDIR+= p5-Net-OpenID-Consumer SUBDIR+= p5-Net-Packet SUBDIR+= p5-Net-Pcap -SUBDIR+= p5-Net-RabbitFoot SUBDIR+= p5-Net-RawIP SUBDIR+= p5-Net-SMTP-TLS SUBDIR+= p5-Net-SNMP SUBDIR+= p5-Net-SNMP-Mixin SUBDIR+= p5-Net-SSH-Expect SUBDIR+= p5-Net-Server -SUBDIR+= p5-Net-Server-Coro SUBDIR+= p5-Net-Server-SS-PreFork SUBDIR+= p5-Net-TFTP SUBDIR+= p5-Net-Telnet |