dcoppa
b2ed9a9bac
Fix fallout of haskell ports, now that devel/gmp is no more a
...
dependency for ghc - devel category
ok kili@
2012-10-11 13:31:28 +00:00
ajacoutot
ff52f74e3c
docbook-xsl already comes with libxslt.
2012-09-27 17:26:05 +00:00
ajacoutot
7ab36748ae
Remove irrelevant $FreeBSD RCS ids.
2012-08-18 12:41:37 +00:00
kili
903b5233a6
Bump to enforce updates.
2011-12-27 21:10:28 +00:00
jasper
ddb0d5163a
- add missing build dependency
2011-12-07 18:25:38 +00:00
kili
8adaf6aee2
Bump after ghc update.
2011-06-30 21:30:20 +00:00
kili
ab954ec4cf
New distinfo after DIST_SUBDIR change in ghc.port.mk.
2011-04-23 20:22:13 +00:00
kili
f20fe3fa2a
Bump after ghc update.
2011-04-11 14:45:14 +00:00
kili
f7b7b567ca
Add missing BUILD_DEPENDS.
...
Noticed by landry@.
2011-04-05 14:34:45 +00:00
kili
7d210c185c
Update to 0.16.3. This builds fine with ghc (6.12) again.
2011-04-03 12:57:28 +00:00
espie
5855efb734
move depends to new style
2010-11-15 19:45:56 +00:00
espie
1f0d9080d4
LIB_DEPENDS cleanup
2010-11-08 01:22:36 +00:00
espie
5c08d95027
USE_GROFF=Yes
2010-10-18 17:47:50 +00:00
kili
ce0d21413c
Mark as broken for now. ghc doesn't have CLDouble any longer.
2010-04-22 21:45:07 +00:00
kili
057e94073e
Really unbreak by adding the necessary BUILD_DEPENDS.
...
Problem found by steven@. Sorry for the mess.
2007-11-28 21:04:36 +00:00
kili
089e8323db
Update to 0.15.0 and unbreak.
2007-11-18 16:30:36 +00:00
simon
026a13bf4d
remove surrounding quotes from COMMENT/PERMIT_*/BROKEN
2007-09-16 11:14:46 +00:00
kili
a6b0bb0585
BROKEN for ghc-6.6.1. Upstream promised to make a new release in a few
...
days, so don't panic.
2007-07-21 17:11:46 +00:00
espie
470294650d
base64 distinfo with SHA256
2007-04-05 15:37:40 +00:00
espie
b75dec414c
fix a few obviously wrong dependencies, and remove extra shells in ghc.
2006-11-20 13:07:19 +00:00
dons
816c67486b
Update to latest stable c2hs.
2005-05-19 02:41:29 +00:00
dons
93e06028d1
Update devel/c2hs. All our patches have gone upstream :)
2005-03-25 05:53:21 +00:00
dons
619ceadec9
Kill old GHC version string mentioned in plist.
2005-03-08 22:47:54 +00:00
naddy
3f04f8f321
SIZE
2005-01-05 16:22:24 +00:00
espie
6bec6cc34b
WANTLIB markers
2004-11-23 11:22:00 +00:00
danh
6362fb0bc7
initial sweep for MESSAGE decoration removal; ok espie@
2004-10-13 18:59:18 +00:00
espie
f28f2a833d
switch to new plist, killing a few install scripts along the way.
2004-09-14 23:43:54 +00:00
xsa
e4b48bd042
MODULES= lang/ghc
2004-08-10 08:23:36 +00:00
dons
df59dba23b
. Have c2hs-config return the right -package flags
...
. Keep the version number in lib/c2hs-${V}
. Add haskell package "lang" as a dependency
ok pvalchev@
2004-05-09 07:46:12 +00:00
dons
d1011d2804
Import C->Haskell (c2hs)
...
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries. The tool processes existing C
header files that determine data layout and function signatures on the
C side, in conjunction with Haskell modules that specify Haskell-side
type signatures and marshaling details. Hooks embedded in the Haskell
code signal access to C structures and functions; they are expanded by
the interfacing tool in conjunction with information in the
corresponding C header file.
ok pvalchev@
2004-05-08 07:21:03 +00:00