aboutsummaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-08-04 09:01:45 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-08-04 09:01:45 +0000
commit67da1af1940ba7c947629cf8cdd5fa53966457bd (patch)
tree80482b62579daa6c344b87892b87ef3e42366010 /lang/ghc
parent7712be07046c779238fcb2836415279310a9f030 (diff)
downloadports-67da1af1940ba7c947629cf8cdd5fa53966457bd.tar.gz
ports-67da1af1940ba7c947629cf8cdd5fa53966457bd.zip
lang/ghc: Update to 8.8.4
Notes
Notes: svn path=/head/; revision=544149
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile3
-rw-r--r--lang/ghc/distinfo6
-rw-r--r--lang/ghc/files/patch-utils_iserv_ghc.mk11
3 files changed, 4 insertions, 16 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 36df9a0c98b7..23cd8d3ed0ad 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -3,7 +3,6 @@
PORTNAME= ghc
PORTVERSION= ${GHC_VERSION}
-PORTREVISION= 3
CATEGORIES= lang haskell
MASTER_SITES= https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
LOCAL/arrowd/:boot \
@@ -73,7 +72,7 @@ PROFILE_SUB_LIST= WITH_PROFILE="YES"
PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO"
GHC_VERSION?= ${GHC_VERSION_DEFAULT}
-GHC_VERSION_DEFAULT= 8.8.3
+GHC_VERSION_DEFAULT= 8.8.4
GHC_VERSION_MAJOR= ${GHC_VERSION:S/./ /g:[1]}
GHC_VERSION_MINOR= ${GHC_VERSION:S/./ /g:[2]}
diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo
index 6193eb735c31..bd832356e189 100644
--- a/lang/ghc/distinfo
+++ b/lang/ghc/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1584005318
-SHA256 (ghc-8.8.3-src.tar.xz) = e0dcc0aaf3e234c5978f29e6df62947e97720ab404ec0158343df211c5480f89
-SIZE (ghc-8.8.3-src.tar.xz) = 19343672
+TIMESTAMP = 1584005319
+SHA256 (ghc-8.8.4-src.tar.xz) = f0505e38b2235ff9f1090b51f44d6c8efd371068e5a6bb42a2a6d8b67b5ffc2d
+SIZE (ghc-8.8.4-src.tar.xz) = 19395252
SHA256 (ghc-8.6.5-src.tar.xz) = 4d4aa1e96f4001b934ac6193ab09af5d6172f41f5a5d39d8e43393b9aafee361
SIZE (ghc-8.6.5-src.tar.xz) = 19092168
SHA256 (ghc-8.6.4-src.tar.xz) = 5b5d07e4463203a433c3ed3df461ba6cce11b6d2b9b264db31f3429075d0303a
diff --git a/lang/ghc/files/patch-utils_iserv_ghc.mk b/lang/ghc/files/patch-utils_iserv_ghc.mk
deleted file mode 100644
index ef26bfc38df3..000000000000
--- a/lang/ghc/files/patch-utils_iserv_ghc.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- utils/iserv/ghc.mk.orig 2020-03-23 22:25:01 UTC
-+++ utils/iserv/ghc.mk
-@@ -31,7 +31,7 @@ endif
- # of overhead to startup and increases the binary sizes) but if you
- # need it there's no alternative.
- ifeq "$(TargetElf)" "YES"
--ifneq "$(TargetOS_CPP)" "solaris2"
-+ifeq "$(findstring $(TargetOS_CPP), solaris2 freebsd)" ""
- # The Solaris linker does not support --export-dynamic option. It also
- # does not need it since it exports all dynamic symbols by default
- utils/iserv_stage2_MORE_HC_OPTS += -optl-Wl,--export-dynamic