aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-02-10 16:03:22 +0800
committertcberner <tcberner@FreeBSD.org>2018-02-10 16:03:22 +0800
commit347f1992f9efbc7f86322f4fdc44ef46077120b6 (patch)
tree595a1c21749cc18bad532e9f0d057b340bc9d7c3 /ftp
parent59ccc6de2fad4f99c2fc31778fcbcf89ddc82c71 (diff)
downloadfreebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.tar.gz
freebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.tar.zst
freebsd-ports-gnome-347f1992f9efbc7f86322f4fdc44ef46077120b6.zip
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
Diffstat (limited to 'ftp')
-rw-r--r--ftp/hs-curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile
index c6485e509c5d..57586ca9403e 100644
--- a/ftp/hs-curl/Makefile
+++ b/ftp/hs-curl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= curl
PORTVERSION= 1.3.8
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= ftp haskell
MAINTAINER= haskell@FreeBSD.org