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:58:03 UTC 2019

Modified Files:
        pkgsrc/net: Makefile
Removed Files:
        pkgsrc/net/unison2.40: ALTERNATIVES DESCR Makefile PLIST distinfo
            options.mk
        pkgsrc/net/unison2.40/patches: patch-Makefile.OCaml patch-aa
            patch-bytearray.ml patch-bytearray.mli patch-bytearray__stubs.c
            patch-external.ml patch-files.ml patch-fileutil.ml
            patch-fingerprint.ml patch-fpcache.ml patch-fspath.ml
            patch-lwt_generic_lwt__unix__impl.ml patch-lwt_lwt__unix.mli
            patch-osx.ml patch-path.ml patch-recon.ml patch-remote.ml
            patch-system_system__generic.ml patch-terminal.ml patch-test.ml
            patch-transfer.ml patch-uicommon.ml patch-uitext.ml
            patch-unicode.ml

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.1274 -r1.1275 pkgsrc/net/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.40/ALTERNATIVES \
    pkgsrc/net/unison2.40/options.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/net/unison2.40/DESCR
cvs rdiff -u -r1.42 -r0 pkgsrc/net/unison2.40/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/net/unison2.40/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/net/unison2.40/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.40/patches/patch-Makefile.OCaml \
    pkgsrc/net/unison2.40/patches/patch-aa \
    pkgsrc/net/unison2.40/patches/patch-bytearray.ml \
    pkgsrc/net/unison2.40/patches/patch-bytearray.mli \
    pkgsrc/net/unison2.40/patches/patch-bytearray__stubs.c \
    pkgsrc/net/unison2.40/patches/patch-external.ml \
    pkgsrc/net/unison2.40/patches/patch-files.ml \
    pkgsrc/net/unison2.40/patches/patch-fileutil.ml \
    pkgsrc/net/unison2.40/patches/patch-fingerprint.ml \
    pkgsrc/net/unison2.40/patches/patch-fpcache.ml \
    pkgsrc/net/unison2.40/patches/patch-fspath.ml \
    pkgsrc/net/unison2.40/patches/patch-lwt_generic_lwt__unix__impl.ml \
    pkgsrc/net/unison2.40/patches/patch-lwt_lwt__unix.mli \
    pkgsrc/net/unison2.40/patches/patch-osx.ml \
    pkgsrc/net/unison2.40/patches/patch-path.ml \
    pkgsrc/net/unison2.40/patches/patch-recon.ml \
    pkgsrc/net/unison2.40/patches/patch-remote.ml \
    pkgsrc/net/unison2.40/patches/patch-terminal.ml \
    pkgsrc/net/unison2.40/patches/patch-test.ml \
    pkgsrc/net/unison2.40/patches/patch-transfer.ml \
    pkgsrc/net/unison2.40/patches/patch-uicommon.ml \
    pkgsrc/net/unison2.40/patches/patch-uitext.ml \
    pkgsrc/net/unison2.40/patches/patch-unicode.ml
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/net/unison2.40/patches/patch-system_system__generic.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.1274 pkgsrc/net/Makefile:1.1275
--- pkgsrc/net/Makefile:1.1274  Thu Oct 31 16:56:02 2019
+++ pkgsrc/net/Makefile Thu Oct 31 16:58:03 2019
@@ -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



Home | Main Index | Thread Index | Old Index