diff options
author | jwise <jwise@pkgsrc.org> | 2010-09-24 14:32:50 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2010-09-24 14:32:50 +0000 |
commit | 74ec4050c3e62ee0302ff5b113bb8a6c76421470 (patch) | |
tree | 7ee105a0d283d2b3770d1d595ceb2b95d21ebc4b /lang/ghc | |
parent | f0b65f1c2a4be5f8c7232f1293be01ad1b57c07b (diff) | |
download | pkgsrc-74ec4050c3e62ee0302ff5b113bb8a6c76421470.tar.gz |
Accept perl 5.12, not just 5.10 when checking in configure for `new enough'
perl.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/distinfo | 4 | ||||
-rw-r--r-- | lang/ghc/patches/patch-at | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo index 64597649856..4e7176717bb 100644 --- a/lang/ghc/distinfo +++ b/lang/ghc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2008/11/03 10:08:15 markd Exp $ +$NetBSD: distinfo,v 1.25 2010/09/24 14:32:50 jwise Exp $ SHA1 (ghc-6.4.2-i386-unknown-netbsd-hc.tar.gz) = 29c1a17a83ec0ddec8ff231e009c740ebc61dd6c RMD160 (ghc-6.4.2-i386-unknown-netbsd-hc.tar.gz) = 5ce775a19797fe257357fedd33db2354dd50d2de @@ -30,4 +30,4 @@ SHA1 (patch-ap) = 13afc2f1c51fc10f5bc657528599e2d53b11507b SHA1 (patch-aq) = 554514e160ae2bdcab0dfd444839d333a72b5b4f SHA1 (patch-ar) = 0cc6fedc5ee6304b201da79b7cc0104a804501cd SHA1 (patch-as) = cebeefbeada25b1d52a528c4d83d66b7a2766e1a -SHA1 (patch-at) = 52fa9c5055e48ecb90ab36f14211eae6c085eace +SHA1 (patch-at) = 62708995a4936d460bb2f5023455bef82e92a6c4 diff --git a/lang/ghc/patches/patch-at b/lang/ghc/patches/patch-at index abfa6e53980..0e4a5145aba 100644 --- a/lang/ghc/patches/patch-at +++ b/lang/ghc/patches/patch-at @@ -1,4 +1,4 @@ -$NetBSD: patch-at,v 1.3 2008/11/03 10:08:15 markd Exp $ +$NetBSD: patch-at,v 1.4 2010/09/24 14:32:50 jwise Exp $ --- ../ghc-6.4.2/configure.orig 2006-04-19 07:36:55.000000000 +1200 +++ ../ghc-6.4.2/configure @@ -7,7 +7,7 @@ $NetBSD: patch-at,v 1.3 2008/11/03 10:08:15 markd Exp $ else $PerlCmd -v >conftest.out 2>&1 - if grep "v5.6" conftest.out >/dev/null 2>&1; then -+ if grep "v5.10" conftest.out >/dev/null 2>&1; then ++ if grep "v5.1[02]" conftest.out >/dev/null 2>&1; then : else if grep "v5.8" conftest.out >/dev/null 2>&1; then |