Date: Fri, 24 Jul 2009 10:41:40 -0700 (PDT) From: Jacula Modyun <jacula@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137075: [patch]: update of devel/hs-hat to ghc-6.10.4 Message-ID: <200907241741.n6OHfd4Y094443@splork.wirewater.yow> Resent-Message-ID: <200907241750.n6OHo4Jo078417@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907241741.n6OHfd4Y094443>