diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-02 13:25:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-02 13:25:25 +0000 |
commit | 9d66d5572b949575782e234bb019cb0dee7a510e (patch) | |
tree | e7754516d5087a5f647e188b41c772a83ea0bd4a /net/unison/patches | |
parent | 1e4825030b12ca93b108f2031198af51b54b5e21 (diff) | |
download | pkgsrc-9d66d5572b949575782e234bb019cb0dee7a510e.tar.gz |
Update to 2.40.63; changes undocumented, but a bugfix for the Makefile
was integrated.
Diffstat (limited to 'net/unison/patches')
-rw-r--r-- | net/unison/patches/patch-aa | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa index 77e82ada207..a3cd9b09b6c 100644 --- a/net/unison/patches/patch-aa +++ b/net/unison/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ +$NetBSD: patch-aa,v 1.10 2011/05/02 13:25:26 wiz Exp $ ---- Makefile.orig 2010-10-08 15:44:59.000000000 +0000 +--- Makefile.orig 2011-04-16 20:35:38.000000000 +0000 +++ Makefile @@ -49,7 +49,7 @@ all:: INSTALL @@ -11,16 +11,7 @@ $NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ ######################################################################## ## Miscellaneous developer-only switches -@@ -60,7 +60,7 @@ STATIC=false - # NAME, VERSION, and MAJORVERSION, automatically generated - -include Makefile.ProjectInfo - --Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision) -+Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision) - ./mkProjectInfo > $@ - - mkProjectInfo: mkProjectInfo.ml -@@ -78,7 +78,7 @@ include Makefile.OCaml +@@ -80,7 +80,7 @@ include Makefile.OCaml ###################################################################### # Installation @@ -29,23 +20,21 @@ $NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ # This has two names because on OSX the file INSTALL shadows the target 'install'! install: doinstall -@@ -90,10 +90,7 @@ text: +@@ -92,9 +92,7 @@ text: $(MAKE) -C .. text doinstall: $(NAME)$(EXEC_EXT) - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) -- + ###################################################################### - # Demo -@@ -348,7 +345,7 @@ tags: +@@ -350,7 +348,6 @@ tags: $(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt \ ; fi -all:: TAGS -+#all:: TAGS TAGS: $(MAKE) tags |