From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 24 17:50:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4C7106566B for ; Fri, 24 Jul 2009 17:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2E68FC20 for ; Fri, 24 Jul 2009 17:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6OHo4MF078418 for ; Fri, 24 Jul 2009 17:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6OHo4Jo078417; Fri, 24 Jul 2009 17:50:04 GMT (envelope-from gnats) Resent-Date: Fri, 24 Jul 2009 17:50:04 GMT Resent-Message-Id: <200907241750.n6OHo4Jo078417@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacula Modyun Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58DD61065727 for ; Fri, 24 Jul 2009 17:41:43 +0000 (UTC) (envelope-from jacula@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id CE4D28FC2B for ; Fri, 24 Jul 2009 17:41:42 +0000 (UTC) (envelope-from jacula@gmail.com) Received: by bwz19 with SMTP id 19so1534044bwz.43 for ; Fri, 24 Jul 2009 10:41:41 -0700 (PDT) Received: by 10.204.52.135 with SMTP id i7mr3393088bkg.154.1248457300860; Fri, 24 Jul 2009 10:41:40 -0700 (PDT) Received: from splork.wirewater.yow (host247-86-dynamic.55-79-r.retail.telecomitalia.it [79.55.86.247]) by mx.google.com with ESMTPS id z15sm5419237fkz.34.2009.07.24.10.41.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Jul 2009 10:41:40 -0700 (PDT) Received: from localhost.wirewater.yow [127.0.0.1] by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3) with ESMTP id n6OHfdOr094444 for ; Fri, 24 Jul 2009 17:41:39 GMT Received: by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3/Submit) id n6OHfd4Y094443 ; Fri, 24 Jul 2009 17:41:39 GMT Message-Id: <200907241741.n6OHfd4Y094443@splork.wirewater.yow> Date: Fri, 24 Jul 2009 10:41:40 -0700 (PDT) From: Jacula Modyun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137075: [patch]: update of devel/hs-hat to ghc-6.10.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jacula Modyun List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 17:50:04 -0000 >Number: 137075 >Category: ports >Synopsis: [patch]: update of devel/hs-hat to ghc-6.10.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 24 17:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jacula Modyun >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD splork.wirewater.yow 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Oct 18 11:22:07 UTC 2008 root@splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386 >Description: See the PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137055 >How-To-Repeat: >Fix: --- patch-hs-hat.diff begins here --- diff -uNr hs-hat.orig/Makefile hs-hat/Makefile --- hs-hat.orig/Makefile 2009-02-07 02:07:50.000000000 +0000 +++ hs-hat/Makefile 2009-07-24 17:35:53.000000000 +0000 @@ -7,6 +7,7 @@ PORTNAME= hat PORTVERSION= 2.06 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ PKGNAMEPREFIX= hs- @@ -18,8 +19,8 @@ HAS_CONFIGURE= yes USE_GNOME= glib12 -OPTIONS= GHC "Build with GHC" on \ - NHC98 "Build with NHC98" off +OPTIONS= GHC "Build with GHC" off \ + NHC98 "Build with NHC98" on .include @@ -31,8 +32,16 @@ IGNORE= can be compiled only with one of the compilers. Please (re)run 'make config' and choose either GHC or NHC98 .endif +#.if defined(WITH_NHC98) && ${ARCH} == "amd64" +#IGNORE= on AMD64 is only supported by GHC. Please (re)run 'make config' and choose GHC +#.endif + .if defined(WITH_NHC98) && ${ARCH} == "amd64" -IGNORE= on AMD64 is only supported by GHC. Please (re)run 'make config' and choose GHC +IGNORE= on AMD64 is not supported. +.endif + +.if defined(WITH_GHC) +IGNORE= is only supported by NHC98. Please (re)run 'make config' and choose NHC98 .endif .if ${ARCH} == "i386" @@ -76,7 +85,7 @@ .endif .if defined(WITH_GHC) -GHC_VERSION= 6.8.3 +GHC_VERSION= 6.10.4 PLIST_SUB+= NHC98="@comment " PLIST_SUB+= GHC="" PLIST_SUB+= GHC_VER="608" --- patch-hs-hat.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: