Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghc: add missing build dependencies, fix notes: PDF docs arent't built, fix typo, drop maintainership #5049

Merged
merged 3 commits into from
Aug 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions lang/ghc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
name ghc
version 8.6.5
categories lang haskell
maintainers {cal @neverpanic} {ieee.org:s.t.smith @essandess} openmaintainer
maintainers {ieee.org:s.t.smith @essandess} openmaintainer
license BSD
platforms darwin

Expand Down Expand Up @@ -55,12 +55,14 @@ if {[variant_isset "bootstrap"]} {
sha256 4d4aa1e96f4001b934ac6193ab09af5d6172f41f5a5d39d8e43393b9aafee361 \
size 19092168

# use these to specify python versions, python3 required
# use these to specify python versions, python3 required
set python3_version 3.7
set python3_version_nickname \
[join [lrange [split ${python3_version} .] 0 1] {}]

depends_build-append \
port:autoconf \
port:automake \
port:python${python3_version_nickname} \
port:texlive \
port:texlive-fonts-extra \
Expand Down Expand Up @@ -256,7 +258,6 @@ test.run yes
notes "The GHC User Manual is available at:

file://${prefix}/share/doc/${distname}/html/index.html
${prefix}/share/doc/${distname}/users_guide.pdf

Copy/edit ${prefix}/etc/ghci.conf to your directory ~/.ghc
for a user-specific starup configuration."
for a user-specific startup configuration."