aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2013-03-31 21:43:10 +0800
committerpgj <pgj@FreeBSD.org>2013-03-31 21:43:10 +0800
commit08a74aeb97d872029fd01d2ccedc534a3eec4181 (patch)
tree706535a9ca9e2f059790de4fce1e4edf8c756239 /UPDATING
parent6b756ea445d5bb32725589d2878cb7b5bc3ad4f6 (diff)
downloadfreebsd-ports-graphics-08a74aeb97d872029fd01d2ccedc534a3eec4181.tar.gz
freebsd-ports-graphics-08a74aeb97d872029fd01d2ccedc534a3eec4181.tar.zst
freebsd-ports-graphics-08a74aeb97d872029fd01d2ccedc534a3eec4181.zip
- Fix a minor dynamic linking problem for certain Haskell Cabal ports
- Add an UPDATING entry for description and instructions Submitted by: ashish Approved by: portmgr (miwi) Obtained from: FreeBSD Haskell
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f9aef626d50..25575d60265 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