diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:08:26 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:08:26 +0000 |
commit | eb44e83c3d2425380ea12e041b27e33a56727961 (patch) | |
tree | 7f761110c0298bfd9e4561907ee850fb04270ece /lang | |
parent | 479185b5e93c3fb463619e20e4999b15cfee344c (diff) | |
download | ports-eb44e83c3d2425380ea12e041b27e33a56727961.tar.gz ports-eb44e83c3d2425380ea12e041b27e33a56727961.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/hs-epic/Makefile | 3 | ||||
-rw-r--r-- | lang/hs-epic/distinfo | 4 | ||||
-rw-r--r-- | lang/hs-epic/files/patch-evm__Makefile | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/hs-epic/Makefile b/lang/hs-epic/Makefile index db7498aacfe4..740b6cfaab85 100644 --- a/lang/hs-epic/Makefile +++ b/lang/hs-epic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= Compiler for a simple functional language LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= mtl USE_HAPPY= yes diff --git a/lang/hs-epic/distinfo b/lang/hs-epic/distinfo index ef205ac4b9c1..ac74c77edcad 100644 --- a/lang/hs-epic/distinfo +++ b/lang/hs-epic/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/epic-0.9.2.tar.gz) = dca5fb553e383ff1984fb4de9e734a6c4a1390290aafa7bf5b4718d7d1743bc7 -SIZE (cabal/epic-0.9.2.tar.gz) = 65607 +SHA256 (cabal/epic-0.9.3.tar.gz) = 6708a21cdf226f0a9344afaf1ee25900b74462d94ed681f815252305251d1ef5 +SIZE (cabal/epic-0.9.3.tar.gz) = 86632 diff --git a/lang/hs-epic/files/patch-evm__Makefile b/lang/hs-epic/files/patch-evm__Makefile index 35285837bc48..0645c14059f5 100644 --- a/lang/hs-epic/files/patch-evm__Makefile +++ b/lang/hs-epic/files/patch-evm__Makefile @@ -1,8 +1,8 @@ ---- ./evm/Makefile.orig 2011-11-10 23:02:39.000000000 +0100 -+++ ./evm/Makefile 2011-12-03 03:48:58.000000000 +0100 +--- ./evm/Makefile.orig 2012-02-28 00:44:29.000000000 +0100 ++++ ./evm/Makefile 2012-04-08 10:41:14.000000000 +0200 @@ -1,6 +1,4 @@ -CC = gcc --#CFLAGS = -Wall -g +-#CFLAGS = -Wall -g -DUSE_BOEHM -CFLAGS = -Wall -O3 -DUSE_BOEHM +CFLAGS+= -Wall -DUSE_BOEHM -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib OBJS = closure.o stdfuns.o emalloc.o sparks.o |