mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
lang/ghc: Update to 8.8.4
This commit is contained in:
parent
7712be0704
commit
67da1af194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544149
@ -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]}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user