diff options
author | adam <adam@pkgsrc.org> | 2013-09-13 13:18:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-13 13:18:20 +0000 |
commit | 2c6dbb6d2bc55ee109e8be9b6c29fbecf33e6810 (patch) | |
tree | c81700874a416eda25270eeae994a064b41187a6 /lang/python27 | |
parent | 674ab1b4dd182c9e967f113d855b3c187f2168c7 (diff) | |
download | pkgsrc-2c6dbb6d2bc55ee109e8be9b6c29fbecf33e6810.tar.gz |
don't set Mac OS X target version: stick to the current one
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/distinfo | 4 | ||||
-rw-r--r-- | lang/python27/patches/patch-al | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/lang/python27/distinfo b/lang/python27/distinfo index 0a622bc456e..4b68989c2ba 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2013/09/10 14:22:30 joerg Exp $ +$NetBSD: distinfo,v 1.27 2013/09/13 13:18:20 adam Exp $ SHA1 (Python-2.7.5.tar.xz) = b7389791f789625c2ba9d897aa324008ff482daf RMD160 (Python-2.7.5.tar.xz) = baa7ad7d82cb4dc0a70b6a7aded43b7b78b0067e @@ -16,7 +16,7 @@ SHA1 (patch-ab) = 0d0ae9802dfe3b85659adb16793affd8c4ffce43 SHA1 (patch-ad) = de730b9f5a5efb56afa8bed05824b5f6579242ec SHA1 (patch-ae) = ff6d8c6164fe3c6dc4fb33d88eb8a49d5c5442f6 SHA1 (patch-ah) = ae3ce0656d890ca34292920bf0185f94ba847139 -SHA1 (patch-al) = bb492863afae88d1627b3caba13b73759adb2d15 +SHA1 (patch-al) = dd8bed847f797b97df1a9ad7ffe17645b0f08925 SHA1 (patch-am) = c07ae10d62d3b071c180ea138b225d9d1586abb3 SHA1 (patch-an) = 6098fbf0fc31422196cc40d3a227934523db11ca SHA1 (patch-ao) = 3a1cd2b255340fd23fc1fce8680e692581ffcec1 diff --git a/lang/python27/patches/patch-al b/lang/python27/patches/patch-al index 7af26c2b51f..02fb2ddb171 100644 --- a/lang/python27/patches/patch-al +++ b/lang/python27/patches/patch-al @@ -1,7 +1,8 @@ -$NetBSD: patch-al,v 1.10 2013/04/12 09:03:41 adam Exp $ +$NetBSD: patch-al,v 1.11 2013/09/13 13:18:20 adam Exp $ - recognize MirBSD, Interix - remove special-case library version hack for FreeBSD +- don't set Mac OS X target version: stick to the current one - honor pkgsrc LDFLAGS - other stuff not previously commented (XXX) @@ -33,6 +34,15 @@ $NetBSD: patch-al,v 1.10 2013/04/12 09:03:41 adam Exp $ INSTSONAME="$LDLIBRARY".$SOVERSION ;; hp*|HP*) +@@ -6037,7 +6032,7 @@ $as_echo "$CC" >&6; } + # Calculate the right deployment target for this build. + # + cur_target=`sw_vers -productVersion | sed 's/\(10\.[0-9]*\).*/\1/'` +- if test ${cur_target} '>' 10.2; then ++ if false; then + cur_target=10.3 + if test ${enable_universalsdk}; then + if test "${UNIVERSAL_ARCHS}" = "all"; then @@ -8214,9 +8209,9 @@ then LDCXXSHARED="$LDCXXSHARED "'$(PYTHONFRAMEWORKPREFIX)/$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)' else |