Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 082481A9239 for ; Thu, 29 Oct 2020 23:14:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C1B384E18; Thu, 29 Oct 2020 23:14:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0414384E0A for ; Thu, 29 Oct 2020 23:14:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HRArOGfvkhtH for ; Thu, 29 Oct 2020 23:14:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B6BB84CFC for ; Thu, 29 Oct 2020 23:14:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B495FB28; Thu, 29 Oct 2020 23:14:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604013255213850" MIME-Version: 1.0 Date: Thu, 29 Oct 2020 23:14:15 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/unison2.51 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20201029231416.1B495FB28@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. --_----------=_1604013255213850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gdt Date: Thu Oct 29 23:14:15 UTC 2020 Modified Files: pkgsrc/net/unison2.51: Makefile distinfo pkgsrc/net/unison2.51/patches: patch-src_Makefile Removed Files: pkgsrc/net/unison2.51/patches: patch-src_files.ml patch-src_recon.ml patch-src_system_system__generic.ml patch-src_uigtk2.ml Log Message: net/unison: Update to 2.51.3 Upstream NEWS content ## 2.51.3 * ocaml support is now from 4.05 to 4.11 * reduction of stack usage by proper tail recursion * MS Windows build improvements * Some nontrivial changes to profile parsing (G.raud Meyer) ’=’ has been considered whitespace until now: several following chars are considered as only one; trailing chars are discarded; any non emty sequence of char is splitting. This is non standard and leads to confusion, for example -ignore== ’Name .*=*’ is valid when -ignore=’Name .*=*’ is not, and worse -ignore=’Name *=’ is the same as -ignore=’Name *’. The parser now takes just a single ’=’ as delimiter after the option name. Other = characters are considered as part of the value being assigned to the option. * Numerous improvements to the text user-interface (G.raud Meyer) New key-commands that restrict the display to a set of "matching" items: ones that are offering to propagate changes in a particular direction, conflicts, files to be merged, etc., plus several more useful key-commands. Type "?" to Unison to see all available commands. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/unison2.51/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/unison2.51/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/unison2.51/patches/patch-src_Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/net/unison2.51/patches/patch-src_files.ml \ pkgsrc/net/unison2.51/patches/patch-src_recon.ml cvs rdiff -u -r1.3 -r0 \ pkgsrc/net/unison2.51/patches/patch-src_system_system__generic.ml cvs rdiff -u -r1.2 -r0 pkgsrc/net/unison2.51/patches/patch-src_uigtk2.ml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604013255213850 Content-Disposition: inline Content-Length: 4701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unison2.51/Makefile diff -u pkgsrc/net/unison2.51/Makefile:1.28 pkgsrc/net/unison2.51/Makefile:1.29 --- pkgsrc/net/unison2.51/Makefile:1.28 Sat Sep 19 15:51:23 2020 +++ pkgsrc/net/unison2.51/Makefile Thu Oct 29 23:14:15 2020 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2020/09/19 15:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2020/10/29 23:14:15 gdt Exp $ # Currently, 2.51.x is the standard approach, and thus this package # produces a "unison-2.51.x" package which installs a "unison" binary. # When the next unison branch is released, we will likely again have # multiple unison packages, with whichever is the standard approach # using the unversioned name. -DISTNAME= unison-2.51.2 -PKGREVISION= 22 +DISTNAME= unison-2.51.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,14 +15,12 @@ HOMEPAGE= https://www.cis.upenn.edu/~bcp COMMENT= File-synchronization tool LICENSE= gnu-gpl-v3 -# File "/data/scratch/net/unison/work/src/fswatch.mli", line 18, characters 17-29: -# Error: Unbound module Prefs -#MAKE_JOBS_SAFE= no - +# \todo Explain # docs: unison-manual.pdf/html/ps/dvi #WRKSRC= ${WRKDIR}/src -USE_TOOLS+= gmake -MAKE_FLAGS+= CFLAGS="" -C src + +USE_TOOLS+= gmake bash +MAKE_FLAGS+= CFLAGS="" MAKE_ENV+= HOME=${WRKDIR:Q} .include "options.mk" @@ -43,12 +40,15 @@ MAKE_FLAGS+= NATIVE=false MAKE_FLAGS+= THREADS=true .endif -BUILD_TARGET= buildexecutable +#BUILD_TARGET= buildexecutable + +TEST_TARGET= test INSTALLATION_DIRS= bin INSTALLATION_DIRS+= share/doc/unison -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/unison ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/BUGS.txt ${DESTDIR}${PREFIX}/share/doc/unison ${INSTALL_MAN} ${WRKSRC}/src/CONTRIB ${DESTDIR}${PREFIX}/share/doc/unison ${INSTALL_MAN} ${WRKSRC}/src/COPYING ${DESTDIR}${PREFIX}/share/doc/unison Index: pkgsrc/net/unison2.51/distinfo diff -u pkgsrc/net/unison2.51/distinfo:1.5 pkgsrc/net/unison2.51/distinfo:1.6 --- pkgsrc/net/unison2.51/distinfo:1.5 Thu Mar 21 10:02:58 2019 +++ pkgsrc/net/unison2.51/distinfo Thu Oct 29 23:14:15 2020 @@ -1,11 +1,7 @@ -$NetBSD: distinfo,v 1.5 2019/03/21 10:02:58 jaapb Exp $ +$NetBSD: distinfo,v 1.6 2020/10/29 23:14:15 gdt Exp $ -SHA1 (unison-2.51.2.tar.gz) = 63e3b526254ab6356a3fabf74be533982c2962c2 -RMD160 (unison-2.51.2.tar.gz) = d73c88be2a5c3c677939f4adede4c0f772ecff33 -SHA512 (unison-2.51.2.tar.gz) = 4ec4a1603ce5e561084dcd59621a0cc72c1ea40e3e23e36408c436c51bde3eb82774f671aba85c016f87982417800e8a27b978be59c92aa62ce9e4be1a072011 -Size (unison-2.51.2.tar.gz) = 1398790 bytes -SHA1 (patch-src_Makefile) = 3172ed284bea2d21ccb475439c53ce65a45b79f6 -SHA1 (patch-src_files.ml) = 3a15b35f6a5e5242e4c3e198dabc38ca89bbdbe0 -SHA1 (patch-src_recon.ml) = 8aa1b2a4109fe183eedf209a91efc3f2164a3b3a -SHA1 (patch-src_system_system__generic.ml) = e3c9ac74b266331d7c253b9e8ce4e0046699c6bd -SHA1 (patch-src_uigtk2.ml) = 87a9c1e678f4056c0a32bfb3c3b7320652a171a2 +SHA1 (unison-2.51.3.tar.gz) = 6ef63d07da4bf8c1a2fd3ac1f58dbf609de57bea +RMD160 (unison-2.51.3.tar.gz) = 9e3cac2b30afb9b5cda94147dafb0b475b3f3017 +SHA512 (unison-2.51.3.tar.gz) = 202bc592cf18d3ac76d7e29ec71add5d6e33a96b4b885e0e2add9a5a621db2290184f268c70e4f05e4884d6cdfed09f6fcd3dde85681c39628a10ea552917c8f +Size (unison-2.51.3.tar.gz) = 1370060 bytes +SHA1 (patch-src_Makefile) = ff73628825232b9494844c020b78d2978f753d07 Index: pkgsrc/net/unison2.51/patches/patch-src_Makefile diff -u pkgsrc/net/unison2.51/patches/patch-src_Makefile:1.1 pkgsrc/net/unison2.51/patches/patch-src_Makefile:1.2 --- pkgsrc/net/unison2.51/patches/patch-src_Makefile:1.1 Mon Apr 30 10:14:29 2018 +++ pkgsrc/net/unison2.51/patches/patch-src_Makefile Thu Oct 29 23:14:15 2020 @@ -1,7 +1,7 @@ -$NetBSD: patch-src_Makefile,v 1.1 2018/04/30 10:14:29 wiz Exp $ +$NetBSD: patch-src_Makefile,v 1.2 2020/10/29 23:14:15 gdt Exp $ Correct installation procedure ---- src/Makefile.orig 2018-01-27 21:12:13.000000000 +0000 +--- src/Makefile.orig 2020-10-18 12:56:47.000000000 +0000 +++ src/Makefile @@ -49,7 +49,7 @@ all:: INSTALL @@ -24,18 +24,10 @@ Correct installation procedure @@ -86,9 +86,7 @@ doinstall: buildexecutable echo "makefile variable NAME not bound"; \ exit 1 \ - ; fi + ; fi - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) ###################################################################### # Demo -@@ -344,7 +342,6 @@ tags: - *Makefile* \ - ; fi - --all:: TAGS - - TAGS: - $(MAKE) tags --_----------=_1604013255213850--