Received: by mail.netbsd.org (Postfix, from userid 605) id 042AF84D99; Thu, 31 Oct 2019 16:58:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 818A984D5E for ; Thu, 31 Oct 2019 16:58:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zhpp_rCfFYFP for ; Thu, 31 Oct 2019 16:58:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E324184CF7 for ; Thu, 31 Oct 2019 16:58:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD183FA92; Thu, 31 Oct 2019 16:58:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572541083143280" MIME-Version: 1.0 Date: Thu, 31 Oct 2019 16:58:03 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20191031165803.DD183FA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572541083143280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1572541083143280 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1572541083143280--