- Update to 4.2.8
- Un-break build on FreeBSD/amd64 9.0 and higher Obtained from: FreeBSD Haskell
This commit is contained in:
parent
9f1007e84b
commit
433fe1d0f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291172
3 changed files with 4 additions and 53 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= hoogle
|
||||
PORTVERSION= 4.2.5
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 4.2.8
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -23,13 +22,5 @@ USE_CABAL= binary blaze-builder>=0.2 case-insensitive>=0.2 cmdargs>=0.7 \
|
|||
|
||||
EXECUTABLE= hoogle
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
|
||||
BROKEN= does not link on FreeBSD 9.X amd64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/hoogle-4.2.5.tar.gz) = f6b01a065f486db0432784e2065bdf789dde7921258b2cfec3b382fa8b64d995
|
||||
SIZE (cabal/hoogle-4.2.5.tar.gz) = 114297
|
||||
SHA256 (cabal/hoogle-4.2.8.tar.gz) = 2991e531eb799828648bce16679e9c155e490e8b7a626fd94d33b79edb82818c
|
||||
SIZE (cabal/hoogle-4.2.8.tar.gz) = 115054
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
--- ./hoogle.cabal.orig 2011-06-12 15:14:55.000000000 +0200
|
||||
+++ ./hoogle.cabal 2011-06-25 19:26:25.000000000 +0200
|
||||
@@ -40,10 +40,10 @@
|
||||
array, bytestring, containers, directory, filepath, process, random,
|
||||
safe,
|
||||
binary,
|
||||
- parsec >= 2.1,
|
||||
- transformers == 0.2.*,
|
||||
- uniplate == 1.6.*,
|
||||
- haskell-src-exts >= 1.9 && < 1.12
|
||||
+ parsec,
|
||||
+ transformers >= 0.2,
|
||||
+ uniplate >= 1.6,
|
||||
+ haskell-src-exts >= 1.9
|
||||
|
||||
if !os(mingw32)
|
||||
build-depends: unix
|
||||
@@ -107,14 +107,14 @@
|
||||
|
||||
build-depends:
|
||||
time, old-time, old-locale,
|
||||
- cmdargs == 0.7.*,
|
||||
- tagsoup >= 0.11 && < 0.13,
|
||||
- enumerator == 0.4.*,
|
||||
- blaze-builder >= 0.2 && < 0.4,
|
||||
- http-types == 0.6.*,
|
||||
- case-insensitive == 0.2.*,
|
||||
- wai == 0.4.*,
|
||||
- warp == 0.4.*,
|
||||
+ cmdargs >= 0.7,
|
||||
+ tagsoup >= 0.11,
|
||||
+ enumerator >= 0.4,
|
||||
+ blaze-builder >= 0.2,
|
||||
+ http-types >= 0.6,
|
||||
+ case-insensitive >= 0.2,
|
||||
+ wai >= 0.4,
|
||||
+ warp >= 0.4,
|
||||
Cabal >= 1.8 && < 1.11
|
||||
|
||||
other-modules:
|
Loading…
Reference in a new issue