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:           Tue Nov  5 02:21:23 UTC 2019

Modified Files:
        pkgsrc/net: Makefile
Removed Files:
        pkgsrc/net/unison2.48: ALTERNATIVES DESCR Makefile PLIST distinfo
            options.mk
        pkgsrc/net/unison2.48/patches: patch-src_Makefile
            patch-src_Makefile.OCaml patch-src_files.ml
            patch-src_mkProjectInfo.ml patch-src_recon.ml
            patch-src_system_system__generic.ml patch-src_uigtk2.ml

Log Message:
net/unison2.48: Remove (as not useful given wire protocol breaks)

As proposed on pkgsrc-users with no comments, and concurrence by wiz@
with my analysis that this cannot work to interoperate with old
software.  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 old and unused, I believe that 2.48 from pkgsrc
(built now with pkgsrc's ocaml) cannot work to interoperate with other
systems that still have 2.48, 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 and 2.40 removal to ease separate reverting,
should it be necessary.)


To generate a diff of this commit:
cvs rdiff -u -r1.1275 -r1.1276 pkgsrc/net/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.48/ALTERNATIVES \
    pkgsrc/net/unison2.48/PLIST pkgsrc/net/unison2.48/distinfo \
    pkgsrc/net/unison2.48/options.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/net/unison2.48/DESCR
cvs rdiff -u -r1.4 -r0 pkgsrc/net/unison2.48/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.48/patches/patch-src_Makefile \
    pkgsrc/net/unison2.48/patches/patch-src_Makefile.OCaml \
    pkgsrc/net/unison2.48/patches/patch-src_files.ml \
    pkgsrc/net/unison2.48/patches/patch-src_mkProjectInfo.ml \
    pkgsrc/net/unison2.48/patches/patch-src_recon.ml \
    pkgsrc/net/unison2.48/patches/patch-src_system_system__generic.ml \
    pkgsrc/net/unison2.48/patches/patch-src_uigtk2.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.1275 pkgsrc/net/Makefile:1.1276
--- pkgsrc/net/Makefile:1.1275  Thu Oct 31 16:58:03 2019
+++ pkgsrc/net/Makefile Tue Nov  5 02:21:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1275 2019/10/31 16:58:03 gdt Exp $
+# $NetBSD: Makefile,v 1.1276 2019/11/05 02:21:22 gdt Exp $
 #
 
 COMMENT=       Networking tools
@@ -895,7 +895,6 @@ SUBDIR+=    uftp
 SUBDIR+=       unbound
 SUBDIR+=       unfs3
 SUBDIR+=       unifi
-SUBDIR+=       unison2.48
 SUBDIR+=       unison2.51
 SUBDIR+=       unworkable
 SUBDIR+=       upclient



Home | Main Index | Thread Index | Old Index