The NetBSD Project

CVS log for pkgsrc/net/unison2.51/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / unison2.51

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.41, Sun Mar 13 15:07:13 2022 UTC (20 months, 2 weeks ago) by gdt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +1 -1 lines
FILE REMOVED

net/unison*: Rename unison2.51 to unison

During the 2.51 branch, upstream decided that unison will have
backwards compatibility, so that there is no longer any reason to run
old versions.  With 2.52, not only can it interop with 2.51 (and
2.48!), but it does not need to have matching ocaml version when
interoperating with other 2.52.x or newer.  Thus, unison will now have
a single version in pkgsrc, and this is expected to continue.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 13 15:01:21 2022 UTC (20 months, 2 weeks ago) by gdt
Branch: MAIN
Changes since 1.39: +3 -8 lines
Diff to previous 1.39 (colored)

net/unison2.51: Update to 2.52.0

## Changes in 2.52.0

Released 2022-03-12

   * Feature negotiation, compatible wtih 2.51.
   * New archive format (independent of ocaml version, based on umarshal)
     Upgrade is automatic.
   * New wire protocol (independent of ocaml version, based on umarshal)
     New protocol is used if both sides are >= 2.52.0.
   * Compatibility with 2.48
   * Support for unix-domain sockets
   * Many bugfixes and minor improvements
   * ocaml compatibility is now >= 4.01
   * NEWS is now in NEWS.md and not in the manual

Revision 1.39 / (download) - annotate - [select for diffs], Fri Feb 25 20:36:46 2022 UTC (21 months ago) by gdt
Branch: MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

net/unison2.51: Drop MAKE_OBS_SAFE=no

It builds for me repeatedly with MAKE_JOBS=20.

(If there are failures and this needs reenabling, please open a
high-quality bug report upstream and provide a link.)

Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 24 13:50:39 2022 UTC (21 months ago) by gdt
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

net/unison2.51: Adjust comment about versions

The next version will be 2.52.0, and this will interoperate with 2.51.
That is expected to continue indefinitely.  There is no reason to have
multiple versions again, so say that the next update will move to the
unversioned name.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 24 13:47:48 2022 UTC (21 months ago) by gdt
Branch: MAIN
Changes since 1.36: +10 -9 lines
Diff to previous 1.36 (colored)

net/unison2.51: Align with unison-snapshot ocaml.mk usage

This should resolve MKPIE issues on i386, but is otherwise not a
functional change.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Dec 18 16:41:36 2021 UTC (23 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

net/unison2.51: Update to 2.51.5

Upstream NEWS:

  * Restore OCaml compat to before 4.02
  * dune/opam improvements/fixes
  * Improve GTK UI by using GtkTreeView
  * Add support for syncing symlinks on Windows (NTFS)
  * Improve ssh support on Windows (hide Windows console in GUI mode)
  * Many bugfixes and minor improvements

Revision 1.35 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:08 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

revbump for icu and libffi

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 24 15:24:56 2021 UTC (2 years, 5 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.33: +2 -10 lines
Diff to previous 1.33 (colored)

net/unison2.51: Update to 2.51.4

     * OCaml 4.12 support
     * fsmonitor improvements and Solaris support
     * Color support in text UI, with a new preference, disabled by
       NO_COLOR.
     * Interactive profile selection in text UI, enabled by a new
       preference.
     * Working files are stored in the unison directory (typically
       /.unison) rather than $HOME.
     * Build cleanups, CI improvements, housekeeping
     * Many bugfixes and minor improvements

Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:30 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

revbump for textproc/icu

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 8 08:13:05 2021 UTC (2 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive revbump associated with update of lang/ocaml

Revision 1.31 / (download) - annotate - [select for diffs], Sun Nov 29 22:35:11 2020 UTC (3 years ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

net/unison2.51: set MAKE_JOB_SAFE=no
this fails to build for me with MAKE_JOBS=8 otherwise

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:57 2020 UTC (3 years ago) by ryoon
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.29 / (download) - annotate - [select for diffs], Thu Oct 29 23:14:15 2020 UTC (3 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.28: +11 -11 lines
Diff to previous 1.28 (colored)

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==
    ãàѯame .*=*ãàis valid when -ignore=ãàѯame .*=*ãàis not, and
    worse -ignore=ãàѯame *=ãàis the same as -ignore=ãàѯame *ãà 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.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Sep 19 15:51:23 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

unison2.51: fix OCAML_USE_OPT_COMPILER check

The value is yes or no, not true.

Bump PKGREVISION since binary packages might change.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:51 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:35 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Revbump for icu

Revision 1.25 / (download) - annotate - [select for diffs], Sun Apr 12 08:29:07 2020 UTC (3 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Recursive revision bump after textproc/icu update

Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:48 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:00 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

*: recursive bump for libffi

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:57 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:28 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 5 02:38:21 2019 UTC (4 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.19: +6 -4 lines
Diff to previous 1.19 (colored)

net/unison2.51: Clarify comment about naming

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 5 02:34:33 2019 UTC (4 years ago) by gdt
Branch: MAIN
Changes since 1.18: +12 -12 lines
Diff to previous 1.18 (colored)

net/unison2.51: Return to installing as "unison".

The short summary is that there is now one unison package which
installs a binary named "unison".

unison has multiple branches, but upstream only maintains 2.51.
Because the wire protocol also depends (sometimes, such as in the case
of 4.08) on the ocaml version because of serialization, older unison
built with 4.08 will not interoperate with those older versions built
with earlier ocaml.  Therefore older versions in pkgsrc have no
utility, and have been removed.  (In addition, zero people commented
about using them.)

Until recently, this package used to install as "unison", as opposed
to to the 2.32, 2.40, and 2.48 packages which installed as
"unison-2.xx", because 2.51 is the standard approach and the others
were an accomodation for those interoperating with systems with old
software.  Now, with only one unison package, this is
counterproductive.  (In addition, the change to install as 2.51 was
not discussed, was objected to, and no reply comments were received.)

Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:56 2019 UTC (4 years ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Oct 28 20:02:29 2019 UTC (4 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.16: +1 -8 lines
Diff to previous 1.16 (colored)

net/unison2.51: Clean up BUILDLINK_API_DEPENDS

Drop ocaml declarations as they are ancient (3.x!).

Move ocaml-lablgtk decl to options.mk where the bl3 is included, for
tidyness and readability.

No functional change intended.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Oct 28 19:59:29 2019 UTC (4 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

net/unison2.51: Take MAINTAINERship

(Mail to previous $MAINTAINER timed out, and wiz@ and I have been
effectively co-maintaining this.)

Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 18 11:47:17 2019 UTC (4 years, 1 month ago) by pho
Branch: MAIN
Changes since 1.14: +11 -10 lines
Diff to previous 1.14 (colored)

Rename bin/unison to bin/unison-2.51 so it can co-exist with other versions of unison

Also add ALTERNATIVES file.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:35 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:42 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 5 22:49:50 2019 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Recursive rebvump from devel/nss

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 3 00:33:01 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Recursive revbump from textproc/icu

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 21 10:02:58 2019 UTC (4 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Added patches to net/unison2.51 for compilation with ocaml 4.08

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 9 18:52:42 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

revbump after updating textproc/icu

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 29 11:21:56 2018 UTC (5 years ago) by prlw1
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Revbump for libcanberra gstreamer change.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:14 2018 UTC (5 years ago) by kleink
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Revbump after cairo 1.16.0 update.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 12 16:10:26 2018 UTC (5 years ago) by jaapb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Revbumps associated with update of lang/ocaml.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 12 03:52:46 2018 UTC (5 years ago) by ryoon
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive revbump from hardbuzz-2.1.1

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 24 21:11:55 2018 UTC (5 years, 1 month ago) by leot
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

*: (belatedly) revbump for net/libsoup update

Thanks to <wiz>!

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 20 03:34:25 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 19 15:15:28 2018 UTC (5 years, 4 months ago) by jaapb
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Recursive revbump associated with the update of lang/ocaml to 4.07.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 30 10:14:29 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2

net/unison2.51: import unison-2.51.2

Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes
in each replica to the other.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>