pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc ghc: adjust patch to allow for Perl >= 5.30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf869c809684
branches:  trunk
changeset: 416417:cf869c809684
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Oct 25 08:55:46 2019 +0000

description:
ghc: adjust patch to allow for Perl >= 5.30

diffstat:

 lang/ghc/Makefile         |  4 ++--
 lang/ghc/distinfo         |  4 ++--
 lang/ghc/patches/patch-at |  6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r e9acac6ef517 -r cf869c809684 lang/ghc/Makefile
--- a/lang/ghc/Makefile Fri Oct 25 08:18:51 2019 +0000
+++ b/lang/ghc/Makefile Fri Oct 25 08:55:46 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2019/08/11 13:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2019/10/25 08:55:46 gutteridge Exp $
 
 DISTNAME=      ghc-6.8.3
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    lang
 MASTER_SITES=  http://www.haskell.org/ghc/dist/6.8.3/
 DISTFILES=     ghc-6.8.3-src.tar.bz2 \
diff -r e9acac6ef517 -r cf869c809684 lang/ghc/distinfo
--- a/lang/ghc/distinfo Fri Oct 25 08:18:51 2019 +0000
+++ b/lang/ghc/distinfo Fri Oct 25 08:55:46 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2015/11/03 22:50:36 agc Exp $
+$NetBSD: distinfo,v 1.33 2019/10/25 08:55:46 gutteridge 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
@@ -35,5 +35,5 @@
 SHA1 (patch-aq) = 554514e160ae2bdcab0dfd444839d333a72b5b4f
 SHA1 (patch-ar) = 0cc6fedc5ee6304b201da79b7cc0104a804501cd
 SHA1 (patch-as) = cebeefbeada25b1d52a528c4d83d66b7a2766e1a
-SHA1 (patch-at) = f6c1b589d1285e14de9344cdcbbacb4d128e8f7c
+SHA1 (patch-at) = cef80fb1493394c4a6045b729d5dc374136d1813
 SHA1 (patch-au) = 4eb10fb1558a758ce9919c422ec7f15fa5b466e1
diff -r e9acac6ef517 -r cf869c809684 lang/ghc/patches/patch-at
--- a/lang/ghc/patches/patch-at Fri Oct 25 08:18:51 2019 +0000
+++ b/lang/ghc/patches/patch-at Fri Oct 25 08:55:46 2019 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-at,v 1.8 2014/06/27 06:51:22 dholland Exp $
+$NetBSD: patch-at,v 1.9 2019/10/25 08:55:46 gutteridge Exp $
+
+Recognize more Perl versions.
 
 --- ../ghc-6.4.2/configure.orig        2006-04-19 07:36:55.000000000 +1200
 +++ ../ghc-6.4.2/configure
@@ -7,7 +9,7 @@
     else
     $PerlCmd -v >conftest.out 2>&1
 -   if grep "v5.6" conftest.out >/dev/null 2>&1; then
-+   if grep "v5.[12][02468]" conftest.out >/dev/null 2>&1; then
++   if grep "v5.[123][02468]" 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