pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ghc Fix build with gmake-3.81, using the upstream...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0cccced2ad43
branches: trunk
changeset: 512071:0cccced2ad43
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 30 20:42:18 2006 +0000
description:
Fix build with gmake-3.81, using the upstream patch.
Closes PR 33377 by David A. Holland.
diffstat:
lang/ghc/distinfo | 3 ++-
lang/ghc/patches/patch-ai | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r d5ed8a73bfe1 -r 0cccced2ad43 lang/ghc/distinfo
--- a/lang/ghc/distinfo Sun Apr 30 20:07:55 2006 +0000
+++ b/lang/ghc/distinfo Sun Apr 30 20:42:18 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/10/14 18:47:28 kristerw Exp $
+$NetBSD: distinfo,v 1.12 2006/04/30 20:42:18 wiz Exp $
SHA1 (ghc-6.4.1-src.tar.bz2) = 96a3e76249c52b88e870c1e919ced3481c571b94
RMD160 (ghc-6.4.1-src.tar.bz2) = b6167e3d197bd461f46f860a37fff749bf3aa076
@@ -17,3 +17,4 @@
SHA1 (patch-af) = a0c44c8b43b4ca7489a4e14a247ca959764e7bc5
SHA1 (patch-ag) = 9d9e39fbb97c516fcd9d8775cfe4f88d0ecbdb43
SHA1 (patch-ah) = 243b1b98ce48873ded6c45dd0ff3541e8284bf00
+SHA1 (patch-ai) = 0a3b87b7a80e6e2ffb0c74f421663df43b258b9a
diff -r d5ed8a73bfe1 -r 0cccced2ad43 lang/ghc/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ghc/patches/patch-ai Sun Apr 30 20:42:18 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.3 2006/04/30 20:42:18 wiz Exp $
+
+Workaround for weird behaviour in gmake-3.81, committed upstream.
+
+--- mk/suffix.mk.orig 2005-02-26 12:04:49.000000000 +0100
++++ mk/suffix.mk
+@@ -22,10 +22,6 @@
+
+ .DELETE_ON_ERROR:
+
+-# This line prevents GNU make from deleting any intermediate targets:
+-
+-.SECONDARY:
+-
+ #-----------------------------------------------------------------------------
+ # Haskell Suffix Rules
+
Home |
Main Index |
Thread Index |
Old Index