pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: gdt
Date: Thu Oct 31 16:56:02 UTC 2019
Modified Files:
pkgsrc/net: Makefile
Removed Files:
pkgsrc/net/unison2.32: ALTERNATIVES DESCR Makefile PLIST distinfo
options.mk
pkgsrc/net/unison2.32/patches: patch-aa patch-ab patch-bytearray.ml
patch-bytearray.mli patch-bytearray__stubs.c patch-case.ml
patch-files.ml patch-fileutil.ml patch-fingerprint.ml
patch-fspath.ml patch-lwt_lwt__unix.ml patch-lwt_lwt__unix.mli
patch-osx.ml patch-path.ml patch-recon.ml patch-remote.ml
patch-terminal.ml patch-test.ml patch-transfer.ml patch-uicommon.ml
Log Message:
net/unison2.32: 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.32 from
pkgsrc cannot work to interoperate with other systems that still have
2.32, 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.40 removal to ease separate reverting, should it be
necessary.)
To generate a diff of this commit:
cvs rdiff -u -r1.1273 -r1.1274 pkgsrc/net/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.32/ALTERNATIVES
cvs rdiff -u -r1.3 -r0 pkgsrc/net/unison2.32/DESCR
cvs rdiff -u -r1.82 -r0 pkgsrc/net/unison2.32/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/net/unison2.32/PLIST \
pkgsrc/net/unison2.32/options.mk
cvs rdiff -u -r1.4 -r0 pkgsrc/net/unison2.32/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/unison2.32/patches/patch-aa \
pkgsrc/net/unison2.32/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.32/patches/patch-bytearray.ml \
pkgsrc/net/unison2.32/patches/patch-bytearray.mli \
pkgsrc/net/unison2.32/patches/patch-bytearray__stubs.c \
pkgsrc/net/unison2.32/patches/patch-case.ml \
pkgsrc/net/unison2.32/patches/patch-files.ml \
pkgsrc/net/unison2.32/patches/patch-fileutil.ml \
pkgsrc/net/unison2.32/patches/patch-fingerprint.ml \
pkgsrc/net/unison2.32/patches/patch-fspath.ml \
pkgsrc/net/unison2.32/patches/patch-lwt_lwt__unix.ml \
pkgsrc/net/unison2.32/patches/patch-lwt_lwt__unix.mli \
pkgsrc/net/unison2.32/patches/patch-osx.ml \
pkgsrc/net/unison2.32/patches/patch-path.ml \
pkgsrc/net/unison2.32/patches/patch-recon.ml \
pkgsrc/net/unison2.32/patches/patch-remote.ml \
pkgsrc/net/unison2.32/patches/patch-terminal.ml \
pkgsrc/net/unison2.32/patches/patch-test.ml \
pkgsrc/net/unison2.32/patches/patch-transfer.ml \
pkgsrc/net/unison2.32/patches/patch-uicommon.ml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1273 pkgsrc/net/Makefile:1.1274
--- pkgsrc/net/Makefile:1.1273 Sun Oct 27 14:29:23 2019
+++ pkgsrc/net/Makefile Thu Oct 31 16:56:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1273 2019/10/27 14:29:23 kamil Exp $
+# $NetBSD: Makefile,v 1.1274 2019/10/31 16:56:02 gdt Exp $
#
COMMENT= Networking tools
@@ -895,7 +895,6 @@ SUBDIR+= uftp
SUBDIR+= unbound
SUBDIR+= unfs3
SUBDIR+= unifi
-SUBDIR+= unison2.32
SUBDIR+= unison2.40
SUBDIR+= unison2.48
SUBDIR+= unison2.51
Home |
Main Index |
Thread Index |
Old Index