From ca58d02f957b19e8cf971db129547df1b02eb162 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 8 Feb 2006 08:30:38 +0000 Subject: Add a port for git, a distributed SCM used by the Linux kernel and likely soon many freedesktop.org projects. --- devel/git/files/patch-Makefile | 13 +++++++++++++ devel/git/files/patch-gitk | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 devel/git/files/patch-Makefile create mode 100644 devel/git/files/patch-gitk (limited to 'devel/git/files') diff --git a/devel/git/files/patch-Makefile b/devel/git/files/patch-Makefile new file mode 100644 index 000000000000..f7b2693a2d01 --- /dev/null +++ b/devel/git/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Sun Jan 29 17:55:20 2006 ++++ Makefile Tue Feb 7 23:12:22 2006 +@@ -61,8 +61,8 @@ + + # CFLAGS and LDFLAGS are for the users to override from the command line. + +-CFLAGS = -g -O2 -Wall +-LDFLAGS = ++#CFLAGS = -g -O2 -Wall ++#LDFLAGS = + ALL_CFLAGS = $(CFLAGS) + ALL_LDFLAGS = $(LDFLAGS) + diff --git a/devel/git/files/patch-gitk b/devel/git/files/patch-gitk new file mode 100644 index 000000000000..592ad605be6b --- /dev/null +++ b/devel/git/files/patch-gitk @@ -0,0 +1,10 @@ +--- gitk.orig Tue Feb 7 23:58:47 2006 ++++ gitk Tue Feb 7 23:58:55 2006 +@@ -1,6 +1,6 @@ + #!/bin/sh + # Tcl ignores the next line -*- tcl -*- \ +-exec wish "$0" -- "$@" ++exec wish8.4 "$0" -- "$@" + + # Copyright (C) 2005 Paul Mackerras. All rights reserved. + # This program is free software; it may be used, copied, modified -- cgit v1.2.3