From 4181eb0679ebbf37f86b99bd847571fce660dde2 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 26 Dec 2008 15:45:08 +0000 Subject: Update to gnuit version 4.9.4 now that the project is active again, up from the old version 4.3.20 dating back to 2000 which was still called git. Most configuration files, environment variables, the HTML documention, subdirectory names, etc have been renamed to carry gnuit instead of git in their names. Support for large files has been improved, new terminal types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and many bugs have been fixed. The git file manager is now called gitfm, there is no longer a command called git. Among others this helps reduce confusing with devel/git. PR: 126234 --- misc/git/files/patch-doc-Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/git/files/patch-doc-Makefile (limited to 'misc/git/files/patch-doc-Makefile') diff --git a/misc/git/files/patch-doc-Makefile b/misc/git/files/patch-doc-Makefile new file mode 100644 index 000000000000..087165e2bc2d --- /dev/null +++ b/misc/git/files/patch-doc-Makefile @@ -0,0 +1,22 @@ +--- doc/Makefile.am.orig 2008-06-29 01:14:36.000000000 +0200 ++++ doc/Makefile.am 2008-12-26 13:27:43.000000000 +0100 +@@ -38,7 +38,7 @@ + # ignoring git.1 in case the other git is using it + # The same applies for infodir, $(prefix)/info vs $(prefix)/share/info + install-data-hook: +- $(INSTALL_PROGRAM) -m 644 $(srcdir)/dpkg-help.txt $(DESTDIR)$(datadir)/gnuit/dpkg-help.txt ++ $(INSTALL_DATA) -m 644 $(srcdir)/dpkg-help.txt $(DESTDIR)$(datadir)/gnuit/dpkg-help.txt + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ +--- doc/Makefile.in.orig 2008-06-29 01:14:36.000000000 +0200 ++++ doc/Makefile.in 2008-12-26 13:27:51.000000000 +0100 +@@ -815,7 +815,7 @@ + # ignoring git.1 in case the other git is using it + # The same applies for infodir, $(prefix)/info vs $(prefix)/share/info + install-data-hook: +- $(INSTALL_PROGRAM) -m 644 $(srcdir)/dpkg-help.txt $(DESTDIR)$(datadir)/gnuit/dpkg-help.txt ++ $(INSTALL_DATA) -m 644 $(srcdir)/dpkg-help.txt $(DESTDIR)$(datadir)/gnuit/dpkg-help.txt + for i in $(GIT_GREPS);\ + do\ + rm -f $(DESTDIR)$(mandir)/man1/$${i}.1;\ -- cgit v1.2.3