pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scmgit-base



Module Name:    pkgsrc
Committed By:   abs
Date:           Thu Dec 23 23:42:41 UTC 2010

Modified Files:
        pkgsrc/devel/scmgit-base: Makefile PLIST distinfo options.mk
        pkgsrc/devel/scmgit-base/patches: patch-ah

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/scmgit-base/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/scmgit-base/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/scmgit-base/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/scmgit-base/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/scmgit-base/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index