aboutsummaryrefslogtreecommitdiffstats
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/hs-email-validate/Makefile1
-rw-r--r--mail/hs-mime-mail/Makefile1
-rw-r--r--mail/hs-mime-types/Makefile1
-rw-r--r--mail/hs-mime/Makefile2
4 files changed, 4 insertions, 1 deletions
diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile
index 8d7102ea1653..e90754a4c401 100644
--- a/mail/hs-email-validate/Makefile
+++ b/mail/hs-email-validate/Makefile
@@ -2,6 +2,7 @@
PORTNAME= email-validate
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile
index bbbb5881bc17..b86a93feb91c 100644
--- a/mail/hs-mime-mail/Makefile
+++ b/mail/hs-mime-mail/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mime-mail
PORTVERSION= 0.4.13.1
+PORTREVISION= 1
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/mail/hs-mime-types/Makefile b/mail/hs-mime-types/Makefile
index 10b4d81ba1b7..cbee8b6d5ad5 100644
--- a/mail/hs-mime-types/Makefile
+++ b/mail/hs-mime-types/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mime-types
PORTVERSION= 0.1.0.7
+PORTREVISION= 1
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile
index 1bf11e8916e0..d6472827d5e7 100644
--- a/mail/hs-mime/Makefile
+++ b/mail/hs-mime/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mime
PORTVERSION= 0.4.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail haskell
MAINTAINER= haskell@FreeBSD.org