pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scmgit-base Remove a patch that disables the Mac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34cebf762081
branches:  trunk
changeset: 545382:34cebf762081
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Aug 01 12:05:55 2008 +0000

description:
Remove a patch that disables the Mac OS X GUI application; now PLIST has
entries to handle that.

diffstat:

 devel/scmgit-base/distinfo         |   4 ++--
 devel/scmgit-base/patches/patch-ah |  19 +------------------
 2 files changed, 3 insertions(+), 20 deletions(-)

diffs (48 lines):

diff -r 0140a3464c15 -r 34cebf762081 devel/scmgit-base/distinfo
--- a/devel/scmgit-base/distinfo        Fri Aug 01 12:02:09 2008 +0000
+++ b/devel/scmgit-base/distinfo        Fri Aug 01 12:05:55 2008 +0000
@@ -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-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 -r 0140a3464c15 -r 34cebf762081 devel/scmgit-base/patches/patch-ah
--- a/devel/scmgit-base/patches/patch-ah        Fri Aug 01 12:02:09 2008 +0000
+++ b/devel/scmgit-base/patches/patch-ah        Fri Aug 01 12:05:55 2008 +0000
@@ -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 @@
        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