pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unison-snapshot: Steal upstream NEWS from unmerged PR



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Oct 17 20:25:14 2025 -0400
Changeset:	581eaebc2701c6970a2b1abf6206185c0b1f319f

Modified Files:
	unison-snapshot/COMMIT_MSG

Log Message:
unison-snapshot: Steal upstream NEWS from unmerged PR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=581eaebc2701c6970a2b1abf6206185c0b1f319f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unison-snapshot/COMMIT_MSG | 38 +++++++++++++++++++++++++++++++++-----
 1 file changed, 33 insertions(+), 5 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MSG b/unison-snapshot/COMMIT_MSG
index 2192b071ea..abe796a966 100644
--- a/unison-snapshot/COMMIT_MSG
+++ b/unison-snapshot/COMMIT_MSG
@@ -4,11 +4,39 @@ Packaging changes:
 
   - drop gmake usage in pkgsrc makefile
   - enable lablgtk (because it builds now)
-  - hard force off BSD fsmonitor, pending upstream fix
+  - add fsmonitor option, enabled on NetBSD
 
 Upstream NEWS
 
-  - minor build system improvements
-  - upstream Makefile rototill, so that it works with BSD make
-  - [tell upstream to create NEWS and then steal it]
-  - experimental rename detection
+## Changes in 2.53.8
+
+Released 2025-11-05
+
+  * Improve and simplify makefiles.
+    It is now possible to build with BSD make, Solaris/illumos make and
+        NMAKE, in addition to GNU Make.  Building with MSVC is much simpler
+        now.  The changes are larger than might be expected in a micro;
+    anyone building from source (or packaging) should consult
+    INSTALL.md for updated build instructions.
+  * Stop installing fsmonitor.py.
+  * Add ability to use reflinking instead of copying (if supported by
+    filesystem).
+  * Don't write fpcache if it is not necessary.
+  * Experimental default-off support to detect moves/renames and
+        rename on destination instead of copying (see -moves-experimental).
+
+  Deprecation warning: support for external rsync will be removed,
+  likely in 2.54.0.
+
+  DEPRECATION MAY HAPPEN WITH LESS THAN TYPICAL NOTICE:
+  lablgtk is difficult to use safely, and future maintenance is
+  unclear.  Implementing the GUI without lablgtk requires more effort
+  than seems likely to happen.  Thus, it is possible that support for
+  the unison GUI may end suddenly, on a particular platform, or on all
+  platforms -- even in a micro release.  See
+    https://github.com/bcpierce00/unison/issues/1075  
+
+  MAINTENANCE WARNING: No one is contributing to verify that the Mac
+  GUI continues to work -- so it might not.  (So far, there are no
+  reports of serious failures.)
+


Home | Main Index | Thread Index | Old Index