diff options
author | tonio <tonio@pkgsrc.org> | 2005-08-03 12:42:13 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-08-03 12:42:13 +0000 |
commit | fdb57bc0707f14a3eaeea2d2782c7608c51c7e4b (patch) | |
tree | 7e3a8f069cac78dc913ea4e7f24cdf57b1f176ec /net/unison/patches/patch-aa | |
parent | a130684e1887c9d5ec5099109f53c5ea3c5523cb (diff) | |
download | pkgsrc-fdb57bc0707f14a3eaeea2d2782c7608c51c7e4b.tar.gz |
update unison to the latest recommended stable version: 2.12.0
Main changelog entries:
- Incompatible change: Archive format has changed.
- Substantial reworking of the internal logic of the text UI
- Finder flags now synchronized (for mac osx users)
- Workaround for transferring large files using rsync.
Approved by cube@
Diffstat (limited to 'net/unison/patches/patch-aa')
-rw-r--r-- | net/unison/patches/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa index b360df2da36..564fcfb66ec 100644 --- a/net/unison/patches/patch-aa +++ b/net/unison/patches/patch-aa @@ -1,14 +1,17 @@ -$NetBSD: patch-aa,v 1.4 2005/04/24 12:48:43 adrianp Exp $ +$NetBSD: patch-aa,v 1.5 2005/08/03 12:42:13 tonio Exp $ ---- Makefile.orig Mon Sep 6 20:15:46 2004 +--- Makefile.orig Sat Mar 12 16:17:58 2005 +++ Makefile -@@ -55,19 +55,17 @@ all:: strings.ml buildexecutable +@@ -38,7 +38,7 @@ all:: strings.ml buildexecutable all:: INSTALL INSTALL: $(NAME)$(EXEC_EXT) - ./$(NAME) -doc install > INSTALL +## ./$(NAME) -doc install > INSTALL + ######################################################################## + ## Miscellaneous developer-only switches +@@ -67,14 +67,12 @@ include Makefile.OCaml ###################################################################### # Installation @@ -26,7 +29,7 @@ $NetBSD: patch-aa,v 1.4 2005/04/24 12:48:43 adrianp Exp $ ###################################################################### -@@ -345,7 +343,7 @@ testmerge: +@@ -352,7 +350,7 @@ testmerge: tags: -$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt |