diff options
author | pgj <pgj@FreeBSD.org> | 2013-03-31 21:43:10 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2013-03-31 21:43:10 +0800 |
commit | 08a74aeb97d872029fd01d2ccedc534a3eec4181 (patch) | |
tree | 706535a9ca9e2f059790de4fce1e4edf8c756239 /UPDATING | |
parent | 6b756ea445d5bb32725589d2878cb7b5bc3ad4f6 (diff) | |
download | freebsd-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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |