Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-08-08
Affects: users of lang/ghc and */hs-* Author: haskell@FreeBSD.org Reason:
The Glorious Glasgow Haskell Compiler has been updated to version
8.0.2. Hence it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0.1 12 Mar 2023 07:15:53
    |
Gleb Popov (arrowd)  |
ports-mgmt/hs-cabal2tuple: Update to 2.0.0.1 |
2.0.0.0 20 Nov 2022 17:39:29
    |
Gleb Popov (arrowd)  |
ports-mgmt/hs-cabal2tuple: Update to 2.0.0.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.3.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.3.0 27 Jul 2022 14:55:49
    |
Gleb Popov (arrowd)  |
ports-mgmt/hs-cabal2tuple: + An utility to generate USE_CABAL and GH_TUPLE. |
Number of commits found: 5
|