Last change
on this file was
131981,
checked in by cal@…, 3 years ago
|
haskell world: revbump everything (including ghc)
- Clean up remnants left in GHC's package directory that may be left over from
previous installations. See for example #46611, which has a log of all the
superfluous files left on the buildbots, which should be cleaned up by this.
- Modify portgroups to register configuration files in
$prefix/lib/ghc-7.8.3/package.conf.d/ directly before calling ghc-pkg recache
rather than using activation and deactivation scripts that indirectly create
these files to avoid the same mess in the future. This way, the state in the
package cache directory will always represent the same state MacPorts
expects.
- Simplify and clean up some of the portgroups, especially related to variable
substitution in pre-/post-activation hooks.
- Avoid duplicating most of the code in the haskellplatform 2.0 portgroup and
just refer back to the haskell 1.0 portgroup instead.
- Apply the hook variable substitution cleanup to the local helper functions in
the haskell-platform Portfile.
This change
- should finally fix #46611 and #42082 and all the weird little
misconfigurations that would occasionally occur on users' machines
- adds helpful debugging information (ghc-pkg list, ghc-pkg check) to the
main.log in the configure phase.
- breaks manual installation of haskell packages (e.g. using cabal) in the
system directory, because the ghc Portfile will clean out everything that
isn't owned by a port in the package cache directory. If this affects you,
be advised that you should not be putting stuff MacPorts doesn't know about
in MacPorts' prefix. Instead, please use user installations of these
packages.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
976 bytes
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 131981 2015-01-22 19:34:32Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup crypto-pubkey 0.2.3 |
---|
8 | revision 2 |
---|
9 | checksums rmd160 9bba4725ab1180737bf5f7766ca373c72705c82e \ |
---|
10 | sha256 b38af600bd8bd748da673ffa7fa0914767dbdba79673561437776246bbba0fa5 |
---|
11 | |
---|
12 | maintainers cal openmaintainer |
---|
13 | platforms darwin |
---|
14 | license BSD |
---|
15 | |
---|
16 | description Public Key cryptography |
---|
17 | long_description \ |
---|
18 | Public Key cryptography. Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, \ |
---|
19 | ElGamal signature. Also have primitive support for Diffie Hellman, and \ |
---|
20 | ElGamal encryption. |
---|
21 | |
---|
22 | depends_lib-append port:hs-byteable \ |
---|
23 | port:hs-crypto-numbers \ |
---|
24 | port:hs-crypto-pubkey-types \ |
---|
25 | port:hs-crypto-random \ |
---|
26 | port:hs-cryptohash |
---|
Note: See
TracBrowser
for help on using the repository browser.