|
|
@@ -37,9 +37,9 @@ Index: gc-utils/doc/Makefile
|
|
|
endif
|
|
|
|
|
|
uninstall:
|
|
|
-Index: git-1.7.4.4/Documentation/Makefile
|
|
|
---- git-1.7.4.4/Documentation/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
-+++ git-1.7.4.4/Documentation/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
+Index: git-1.7.4.5/Documentation/Makefile
|
|
|
+--- git-1.7.4.5/Documentation/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
++++ git-1.7.4.5/Documentation/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
@@ -52,10 +52,10 @@
|
|
|
infodir?=$(prefix)/share/info
|
|
|
MAKEINFO=makeinfo
|
|
|
@@ -53,9 +53,9 @@ Index: git-1.7.4.4/Documentation/Makefile
|
|
|
endif
|
|
|
|
|
|
-include ../config.mak.autogen
|
|
|
-Index: git-1.7.4.4/Makefile
|
|
|
---- git-1.7.4.4/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
-+++ git-1.7.4.4/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
+Index: git-1.7.4.5/Makefile
|
|
|
+--- git-1.7.4.5/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
++++ git-1.7.4.5/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
@@ -286,10 +286,10 @@
|
|
|
bindir = $(prefix)/$(bindir_relative)
|
|
|
mandir = share/man
|
|
|
@@ -92,9 +92,9 @@ Index: git-1.7.4.4/Makefile
|
|
|
endif
|
|
|
else
|
|
|
BASIC_CFLAGS += -DNO_OPENSSL
|
|
|
-Index: git-1.7.4.4/config.mak.in
|
|
|
---- git-1.7.4.4/config.mak.in.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
-+++ git-1.7.4.4/config.mak.in 2011-04-03 12:03:43.000000000 +0200
|
|
|
+Index: git-1.7.4.5/config.mak.in
|
|
|
+--- git-1.7.4.5/config.mak.in.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
++++ git-1.7.4.5/config.mak.in 2011-04-03 12:03:43.000000000 +0200
|
|
|
@@ -15,9 +15,9 @@
|
|
|
prefix = @prefix@
|
|
|
exec_prefix = @exec_prefix@
|
|
|
@@ -107,9 +107,9 @@ Index: git-1.7.4.4/config.mak.in
|
|
|
|
|
|
mandir=@mandir@
|
|
|
|
|
|
-Index: git-1.7.4.4/perl/Makefile.PL
|
|
|
---- git-1.7.4.4/perl/Makefile.PL.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
-+++ git-1.7.4.4/perl/Makefile.PL 2011-04-03 12:03:43.000000000 +0200
|
|
|
+Index: git-1.7.4.5/perl/Makefile.PL
|
|
|
+--- git-1.7.4.5/perl/Makefile.PL.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
++++ git-1.7.4.5/perl/Makefile.PL 2011-04-03 12:03:43.000000000 +0200
|
|
|
@@ -34,5 +34,6 @@
|
|
|
VERSION_FROM => 'Git.pm',
|
|
|
PM => \%pm,
|
|
|
@@ -118,9 +118,9 @@ Index: git-1.7.4.4/perl/Makefile.PL
|
|
|
+ INSTALLDIRS => 'vendor',
|
|
|
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
|
|
|
);
|
|
|
-Index: git-1.7.4.4/sha1_file.c
|
|
|
---- git-1.7.4.4/sha1_file.c.orig 2011-04-03 12:03:45.000000000 +0200
|
|
|
-+++ git-1.7.4.4/sha1_file.c 2011-04-03 12:10:31.000000000 +0200
|
|
|
+Index: git-1.7.4.5/sha1_file.c
|
|
|
+--- git-1.7.4.5/sha1_file.c.orig 2011-04-03 12:03:45.000000000 +0200
|
|
|
++++ git-1.7.4.5/sha1_file.c 2011-04-03 12:10:31.000000000 +0200
|
|
|
@@ -16,6 +16,7 @@
|
|
|
#include "refs.h"
|
|
|
#include "pack-revindex.h"
|
|
|
@@ -129,9 +129,9 @@ Index: git-1.7.4.4/sha1_file.c
|
|
|
|
|
|
#ifndef O_NOATIME
|
|
|
#if defined(__linux__) && (defined(__i386__) || defined(__PPC__))
|
|
|
-Index: git-1.7.4.4/templates/Makefile
|
|
|
---- git-1.7.4.4/templates/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
-+++ git-1.7.4.4/templates/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
+Index: git-1.7.4.5/templates/Makefile
|
|
|
+--- git-1.7.4.5/templates/Makefile.orig 2011-04-03 10:22:36.000000000 +0200
|
|
|
++++ git-1.7.4.5/templates/Makefile 2011-04-03 12:03:43.000000000 +0200
|
|
|
@@ -8,7 +8,7 @@
|
|
|
TAR ?= tar
|
|
|
RM ?= rm -f
|