diff options
author | minskim <minskim@pkgsrc.org> | 2008-08-01 12:05:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-08-01 12:05:55 +0000 |
commit | 9cc2d7e517b839bdc1218594e0393fbfe634bd5a (patch) | |
tree | e81b9e730e2ea35cd8b0afb9cee7c98b77391d73 /devel/scmgit-base | |
parent | 888dd9a3f15a542e54578df4a489b7affdfeeb63 (diff) | |
download | pkgsrc-9cc2d7e517b839bdc1218594e0393fbfe634bd5a.tar.gz |
Remove a patch that disables the Mac OS X GUI application; now PLIST has
entries to handle that.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/distinfo | 4 | ||||
-rw-r--r-- | devel/scmgit-base/patches/patch-ah | 19 |
2 files changed, 3 insertions, 20 deletions
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index 2b364403a07..2e78c15f51b 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2008/07/26 09:16:20 tonio Exp $ +$NetBSD: distinfo,v 1.12 2008/08/01 12:05:55 minskim 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) = 99423b4bd2e992e5516573323ff9e0086cfef276 +SHA1 (patch-ah) = 755a28fcfaed842a503674b63cb9d59540876414 SHA1 (patch-ai) = 95b2b0a41b8b6f0ee804b48a3f3686d2fdf164f5 SHA1 (patch-aj) = 54c2200363b4d2cc5eb6266c4b62d4a7fc43dd07 SHA1 (patch-ak) = 0ebbc84a5ab56e6f7e52284e9aeef81ca7fd7f30 diff --git a/devel/scmgit-base/patches/patch-ah b/devel/scmgit-base/patches/patch-ah index 6d1a0033ebf..b6d8aa9a6a0 100644 --- a/devel/scmgit-base/patches/patch-ah +++ b/devel/scmgit-base/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.3 2008/07/26 09:16:20 tonio Exp $ +$NetBSD: patch-ah,v 1.4 2008/08/01 12:05:55 minskim Exp $ --- git-gui/Makefile.orig 2008-07-20 02:23:11.000000000 +0200 +++ git-gui/Makefile @@ -32,20 +32,3 @@ $NetBSD: patch-ah,v 1.3 2008/07/26 09:16:20 tonio 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 |