From 8ec37fe66adef10da85a1139a2f9182aed0be070 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 4 May 2011 20:20:54 +0000 Subject: [PATCH] Disable tcl related stuff in git since I haven't added it to the repository. --- dev-vcs/git/patches/git-1.7.5.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-vcs/git/patches/git-1.7.5.patch b/dev-vcs/git/patches/git-1.7.5.patch index 6b34ca2d8..89740ef61 100644 --- a/dev-vcs/git/patches/git-1.7.5.patch +++ b/dev-vcs/git/patches/git-1.7.5.patch @@ -1,7 +1,7 @@ diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile ---- git-1.7.5/Makefile.orig 2011-04-24 11:48:31.011010048 -0600 -+++ git-1.7.5/Makefile 2011-05-04 12:59:17.404750336 -0600 -@@ -1135,6 +1135,24 @@ ifeq ($(uname_S),Interix) +--- git-1.7.5/Makefile.orig 2011-04-24 11:48:31.029622272 -0600 ++++ git-1.7.5/Makefile 2011-05-04 14:19:53.645136384 -0600 +@@ -1135,6 +1135,25 @@ ifeq ($(uname_S),Interix) NO_INET_PTON = YesPlease endif endif @@ -13,7 +13,8 @@ diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile + NO_IPV6 = YesPlease + PERL_PATH = perl + PYTHON_PATH = python -+ TCL_PATH = tclsh ++# TCL_PATH = tclsh ++ NO_TCLTK = YesPlease + DEFAULT_EDITOR = nano + CURL_DIR = /boot/common + EXPAT_DIR = /boot/common @@ -27,8 +28,8 @@ diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile pathsep = ; NO_PREAD = YesPlease diff -up git-1.7.5/git-gui/Makefile.orig git-1.7.5/git-gui/Makefile ---- git-1.7.5/git-gui/Makefile.orig 2011-04-24 11:48:31.041156608 -0600 -+++ git-1.7.5/git-gui/Makefile 2011-05-04 12:59:17.412876800 -0600 +--- git-1.7.5/git-gui/Makefile.orig 2011-04-24 11:48:31.002883584 -0600 ++++ git-1.7.5/git-gui/Makefile 2011-05-04 14:19:10.532152320 -0600 @@ -57,7 +57,7 @@ INSTALL_X1 = INSTALL_A0 = find # space is required here INSTALL_A1 = | cpio -pud