Subject: CVS commit: pkgsrc/devel/scmgit-base
From: David Brownlee
Date: 2010-12-24 00:42:41
Message id: 20101223234241.6CC50175DD@cvs.netbsd.org

Log Message:
Fix build on OS X 10.4

- Correct a sublime piece of gmake logic to catch at least 10.4
  rather than 10.5 and later:
    ifeq ($(shell echo "$(uname_R)" | awk -F. '{if ($$1 >= 9)
    print "y"}')_$(shell test -d $(TKFRAMEWORK) || echo n),y_n)

- Then handle the case that on 10.4
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
  becomes
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Shell

Bump PKGREVISION and Slowly Back Away From The Package

Files:
RevisionActionfile
1.27modifypkgsrc/devel/scmgit-base/Makefile
1.21modifypkgsrc/devel/scmgit-base/PLIST
1.30modifypkgsrc/devel/scmgit-base/distinfo
1.4modifypkgsrc/devel/scmgit-base/options.mk
1.6modifypkgsrc/devel/scmgit-base/patches/patch-ah