diff options
author | gdt <gdt@pkgsrc.org> | 2019-10-31 16:58:03 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-10-31 16:58:03 +0000 |
commit | 0da5d5a85fae922ddd1d6df13a0a882c2adb3024 (patch) | |
tree | 6c15c4cfbd87e6bfa7063afccacb649d5f817a59 /net/Makefile | |
parent | d6c3c34fba0aded76d35a282cb5654ad3247332f (diff) | |
download | pkgsrc-0da5d5a85fae922ddd1d6df13a0a882c2adb3024.tar.gz |
net/unison2.40: Remove
As proposed on pkgsrc-users with no comments. Note that unison has
multiple versions only to deal with wire protocol breaks that happen
every version; without that there would just be a single recent unison
version.
In addition to being very old and unused, I believe that 2.40 from
pkgsrc cannot work to interoperate with other systems that still have
2.40, because pkgsrc's ocaml version has an incompatible serialization
format, and the unison wire protocol is effectively the combination of
the unison version and the ocaml serialization version.
(Separate from 2.32 removal to ease separate reverting, should it be
necessary.)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index b3159bd07c1..75ec0da8bfa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1274 2019/10/31 16:56:02 gdt Exp $ +# $NetBSD: Makefile,v 1.1275 2019/10/31 16:58:03 gdt Exp $ # COMMENT= Networking tools @@ -895,7 +895,6 @@ SUBDIR+= uftp SUBDIR+= unbound SUBDIR+= unfs3 SUBDIR+= unifi -SUBDIR+= unison2.40 SUBDIR+= unison2.48 SUBDIR+= unison2.51 SUBDIR+= unworkable |