mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 2.2.0. nhc support seems broken atm.
PR: ports/95587 Submitted by: Václav Haisman
This commit is contained in:
parent
d0bc19c950
commit
fb81f673ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159585
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drift
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= http://repetae.net/john/computer/haskell/DrIFT/drop/
|
||||
PKGNAMEPREFIX= hs-
|
||||
@ -24,9 +23,11 @@ OPTIONS= NHC98 "Build with nhc98" off \
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
.else
|
||||
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= drift
|
||||
PLIST_FILES= bin/DrIFT bin/drift-ghc
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DrIFT-2.1.0.tar.gz) = 14d7ca6264412cb0f69f14e96e8c89c6
|
||||
SHA256 (DrIFT-2.1.0.tar.gz) = 7202d4692a4e4df03c8498ab15006ce3b0a8182e0b29db691d46d5ccd1d48c95
|
||||
SIZE (DrIFT-2.1.0.tar.gz) = 240714
|
||||
MD5 (DrIFT-2.2.0.tar.gz) = 403f8449d763df40a3bdc6b027de1845
|
||||
SHA256 (DrIFT-2.2.0.tar.gz) = ae24a61a4ca2f81e9f033ce6cc08b2f5f5239de11c53aa677b3de62da4f97406
|
||||
SIZE (DrIFT-2.2.0.tar.gz) = 252043
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/GenUtil.hs.orig Thu Dec 2 09:16:02 2004
|
||||
+++ src/GenUtil.hs Thu Dec 2 09:16:33 2004
|
||||
@@ -85,7 +85,7 @@
|
||||
import Monad
|
||||
import qualified IO
|
||||
import qualified System
|
||||
-import Random(StdGen, newStdGen, randomR)
|
||||
+import Random(StdGen, newStdGen, Random(randomR))
|
||||
import Time
|
||||
|
||||
{-# SPECIALIZE snub :: [String] -> [String] #-}
|
Loading…
Reference in New Issue
Block a user