diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-01-09 21:29:39 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-01-09 21:29:39 +0000 |
commit | f27ca4d0f1e1df6ff92a7455ddea39730ec30f60 (patch) | |
tree | 576f82a7c3bb2104bf5e9aaaf018944bd9e09da9 /audio | |
parent | 212e23643b316cea6f53793ccf3339f3af14b57a (diff) |
- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
Notes
Notes:
svn path=/head/; revision=339285
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hs-ALUT/Makefile | 2 | ||||
-rw-r--r-- | audio/hs-OpenAL/Makefile | 2 | ||||
-rw-r--r-- | audio/hs-libmpd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index cc486d4b7393..06fc64e1d5d9 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -3,7 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.2.0.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index e8ae5d77e543..10c4e1a6b383 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenAL PORTVERSION= 1.4.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile index 696fd229f885..65c21a7142ef 100644 --- a/audio/hs-libmpd/Makefile +++ b/audio/hs-libmpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmpd PORTVERSION= 0.8.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org |