Disable the installation of Git Gui.app under Darwin

This commit is contained in:
tonio 2008-07-26 09:16:20 +00:00
parent 47e4348bc2
commit b0bb264da8
2 changed files with 23 additions and 6 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.10 2008/07/24 23:22:54 bjs Exp $
$NetBSD: distinfo,v 1.11 2008/07/26 09:16:20 tonio Exp $
SHA1 (git-1.5.6.4.tar.gz) = 85d7b109af3746f47840ca0ad018fa406f701854
RMD160 (git-1.5.6.4.tar.gz) = 227f6c85e5ab9d700a228665419da5727fd24364
@ -10,7 +10,7 @@ SHA1 (patch-ad) = 1b5ea997ea60206857b385a670509897637d5078
SHA1 (patch-ae) = 502cf80e047155a1302cbdafdd2a82e6077077e1
SHA1 (patch-af) = 93b83ac35f3f48cbf9a8ee39db0709547bf9d6c3
SHA1 (patch-ag) = 8918a23e50f4e1f9aa0bb5dda4404140cda3c5b5
SHA1 (patch-ah) = 94947b3d79c43246388da9c434f9e71e6716c790
SHA1 (patch-ah) = 99423b4bd2e992e5516573323ff9e0086cfef276
SHA1 (patch-ai) = 95b2b0a41b8b6f0ee804b48a3f3686d2fdf164f5
SHA1 (patch-aj) = 54c2200363b4d2cc5eb6266c4b62d4a7fc43dd07
SHA1 (patch-ak) = 0ebbc84a5ab56e6f7e52284e9aeef81ca7fd7f30

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ah,v 1.2 2008/02/06 07:53:32 bjs Exp $
$NetBSD: patch-ah,v 1.3 2008/07/26 09:16:20 tonio Exp $
--- git-gui/Makefile.orig 2008-02-01 23:09:01.000000000 -0500
--- git-gui/Makefile.orig 2008-07-20 02:23:11.000000000 +0200
+++ git-gui/Makefile
@@ -43,11 +43,11 @@ endif
@@ -44,11 +44,11 @@ endif
RM_RF ?= rm -rf
RMDIR ?= rmdir
@ -17,7 +17,7 @@ $NetBSD: patch-ah,v 1.2 2008/02/06 07:53:32 bjs Exp $
INSTALL_X1 =
INSTALL_A0 = find # space is required here
INSTALL_A1 = | cpio -pud
@@ -71,11 +71,11 @@ ifndef V
@@ -72,11 +72,11 @@ ifndef V
QUIET_2DEVNULL = 2>/dev/null
INSTALL_D0 = dir=
@ -32,3 +32,20 @@ $NetBSD: patch-ah,v 1.2 2008/02/06 07:53:32 bjs Exp $
INSTALL_A0 = src=
INSTALL_A1 = && echo ' ' INSTALL ' ' `basename "$$src"` && find "$$src" | cpio -pud
@@ -148,11 +148,11 @@ else
endif
gg_libdir_sed_in := $(gg_libdir)
endif
-ifeq ($(uname_S),Darwin)
- ifeq ($(shell test -d $(TKFRAMEWORK) && echo y),y)
- GITGUI_MACOSXAPP := YesPlease
- endif
-endif
+#ifeq ($(uname_S),Darwin)
+# ifeq ($(shell test -d $(TKFRAMEWORK) && echo y),y)
+# GITGUI_MACOSXAPP := YesPlease
+# endif
+#endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MSGFMT=1
GITGUI_WINDOWS_WRAPPER := YesPlease