pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc Allow perl-5.14. Not that it helps me, but pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/190b22916108
branches:  trunk
changeset: 598961:190b22916108
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 02 12:32:32 2012 +0000

description:
Allow perl-5.14. Not that it helps me, but perhaps some i386 users.
Requested by Noud de Brouwer in PR 45725.

diffstat:

 lang/ghc/distinfo         |  4 ++--
 lang/ghc/patches/patch-at |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 5afdf9846950 -r 190b22916108 lang/ghc/distinfo
--- a/lang/ghc/distinfo Thu Feb 02 11:55:38 2012 +0000
+++ b/lang/ghc/distinfo Thu Feb 02 12:32:32 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2010/10/31 19:05:01 kristerw Exp $
+$NetBSD: distinfo,v 1.27 2012/02/02 12:32:32 wiz 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
@@ -31,4 +31,4 @@
 SHA1 (patch-aq) = 554514e160ae2bdcab0dfd444839d333a72b5b4f
 SHA1 (patch-ar) = 0cc6fedc5ee6304b201da79b7cc0104a804501cd
 SHA1 (patch-as) = cebeefbeada25b1d52a528c4d83d66b7a2766e1a
-SHA1 (patch-at) = 62708995a4936d460bb2f5023455bef82e92a6c4
+SHA1 (patch-at) = f97dd308c238cfc98d9579a63f591514e9c70fee
diff -r 5afdf9846950 -r 190b22916108 lang/ghc/patches/patch-at
--- a/lang/ghc/patches/patch-at Thu Feb 02 11:55:38 2012 +0000
+++ b/lang/ghc/patches/patch-at Thu Feb 02 12:32:32 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-at,v 1.4 2010/09/24 14:32:50 jwise Exp $
+$NetBSD: patch-at,v 1.5 2012/02/02 12:32:32 wiz Exp $
 
 --- ../ghc-6.4.2/configure.orig        2006-04-19 07:36:55.000000000 +1200
 +++ ../ghc-6.4.2/configure
@@ -7,7 +7,7 @@
     else
     $PerlCmd -v >conftest.out 2>&1
 -   if grep "v5.6" conftest.out >/dev/null 2>&1; then
-+   if grep "v5.1[02]" conftest.out >/dev/null 2>&1; then
++   if grep "v5.1[024]" conftest.out >/dev/null 2>&1; then
        :
     else
        if grep "v5.8" conftest.out >/dev/null 2>&1; then



Home | Main Index | Thread Index | Old Index