pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/scmgit-base Disable the installation of Git Gui....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccf1755fd5a9
branches:  trunk
changeset: 545088:ccf1755fd5a9
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Jul 26 09:16:20 2008 +0000

description:
Disable the installation of Git Gui.app under Darwin

diffstat:

 devel/scmgit-base/distinfo         |   4 ++--
 devel/scmgit-base/patches/patch-ah |  25 +++++++++++++++++++++----
 2 files changed, 23 insertions(+), 6 deletions(-)

diffs (63 lines):

diff -r 4964feef96d5 -r ccf1755fd5a9 devel/scmgit-base/distinfo
--- a/devel/scmgit-base/distinfo        Sat Jul 26 08:03:31 2008 +0000
+++ b/devel/scmgit-base/distinfo        Sat Jul 26 09:16:20 2008 +0000
@@ -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-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
diff -r 4964feef96d5 -r ccf1755fd5a9 devel/scmgit-base/patches/patch-ah
--- a/devel/scmgit-base/patches/patch-ah        Sat Jul 26 08:03:31 2008 +0000
+++ b/devel/scmgit-base/patches/patch-ah        Sat Jul 26 09:16:20 2008 +0000
@@ -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 @@
  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 @@
        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



Home | Main Index | Thread Index | Old Index