aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING15
-rw-r--r--devel/hs-BNFC/Makefile1
-rw-r--r--devel/hs-uuagc/Makefile2
-rw-r--r--lang/ghc/bsd.cabal.mk1
-rw-r--r--math/hs-Agda/Makefile1
-rw-r--r--textproc/hs-pandoc/Makefile1
6 files changed, 20 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index f9aef626d50c..25575d602659 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130331:
+ AFFECTS: users of */hs-*
+ AUTHOR: haskell@FreeBSD.org
+
+ Due to some unexpected dynamic linking problems, Haskell Cabal ports with
+ binaries that link to their own libraries may not work. With default
+ configuration, the following ports are known to have this problem:
+ Agda, BNFC, pandoc, and uuagc. (Their port revision are now bumped.)
+
+ In general, it is recommended to rebuild the port if you are
+ experiencing that the corresponding binary will not start, e.g.:
+
+ % agda
+ Shared object "libHSAgda-2.3.2-ghc7.4.2.so" not found, required by "agda"
+
20130329:
AFFECTS: users of ports-mgmt/portmaster
AUTHOR: bdrewery@FreeBSD.org
diff --git a/devel/hs-BNFC/Makefile b/devel/hs-BNFC/Makefile
index 2703847e0699..a8dfbb5c72e2 100644
--- a/devel/hs-BNFC/Makefile
+++ b/devel/hs-BNFC/Makefile
@@ -3,6 +3,7 @@
PORTNAME= BNFC
PORTVERSION= 2.6.0.3
+PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile
index 579e8b73035a..e28d4f5dd5d8 100644
--- a/devel/hs-uuagc/Makefile
+++ b/devel/hs-uuagc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= uuagc
PORTVERSION= 0.9.42.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk
index 107dda7a3b31..59978dc20a70 100644
--- a/lang/ghc/bsd.cabal.mk
+++ b/lang/ghc/bsd.cabal.mk
@@ -174,6 +174,7 @@ CONFIGURE_ARGS+= --haddock-options=-w --with-haddock=${HADDOCK_CMD}
.if ${PORT_OPTIONS:MDYNAMIC}
CONFIGURE_ARGS+= --enable-shared --enable-executable-dynamic
+CONFIGURE_ARGS+= "--ghc-option=-optl -rpath" "--ghc-option=-optl ${CABAL_LIBDIR}/${DISTNAME}"
.else
CONFIGURE_ARGS+= --disable-shared --disable-executable-dynamic
.endif
diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile
index d86e179601d9..fe2428fe19e6 100644
--- a/math/hs-Agda/Makefile
+++ b/math/hs-Agda/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Agda
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index 0003ff03c210..539cee27513f 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pandoc
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org