aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 16:03:22 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 16:03:22 +0800
commit932e6dc413857ca66802dc4fbe28f5477d4abc11 (patch)
tree595a1c21749cc18bad532e9f0d057b340bc9d7c3 /x11-toolkits
parentf402719d42ceeaf3bc387410f9d2603bdb1a69e4 (diff)
downloadfreebsd-ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.gz
freebsd-ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.zst
freebsd-ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.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
Notes
Notes: svn path=/head/; revision=461362
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-GLURaw/Makefile1
-rw-r--r--x11-toolkits/hs-GLUT/Makefile1
-rw-r--r--x11-toolkits/hs-OpenGL/Makefile1
-rw-r--r--x11-toolkits/hs-OpenGLRaw/Makefile1
-rw-r--r--x11-toolkits/hs-gtk/Makefile1
-rw-r--r--x11-toolkits/hs-gtk2hs/Makefile1
-rw-r--r--x11-toolkits/hs-gtksourceview2/Makefile1
-rw-r--r--x11-toolkits/hs-pango/Makefile1
-rw-r--r--x11-toolkits/hs-vte/Makefile1
-rw-r--r--x11-toolkits/hs-wx/Makefile1
-rw-r--r--x11-toolkits/hs-wxc/Makefile1
-rw-r--r--x11-toolkits/hs-wxcore/Makefile1
-rw-r--r--x11-toolkits/hs-wxdirect/Makefile1
13 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile
index b72dc7d64777..d2b22667c42a 100644
--- a/x11-toolkits/hs-GLURaw/Makefile
+++ b/x11-toolkits/hs-GLURaw/Makefile
@@ -2,6 +2,7 @@
PORTNAME= GLURaw
PORTVERSION= 2.0.0.3
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile
index d2127000414e..77ff76d56a0f 100644
--- a/x11-toolkits/hs-GLUT/Makefile
+++ b/x11-toolkits/hs-GLUT/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GLUT
PORTVERSION= 2.7.0.12
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile
index f0afd0aafb73..dc4a54e1130b 100644
--- a/x11-toolkits/hs-OpenGL/Makefile
+++ b/x11-toolkits/hs-OpenGL/Makefile
@@ -3,6 +3,7 @@
PORTNAME= OpenGL
PORTVERSION= 3.0.2.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile
index afb1b0384ba4..ab565609d47d 100644
--- a/x11-toolkits/hs-OpenGLRaw/Makefile
+++ b/x11-toolkits/hs-OpenGLRaw/Makefile
@@ -2,6 +2,7 @@
PORTNAME= OpenGLRaw
PORTVERSION= 3.2.4.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile
index 1115d62754a8..8fcd11d94f0b 100644
--- a/x11-toolkits/hs-gtk/Makefile
+++ b/x11-toolkits/hs-gtk/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtk
PORTVERSION= 0.14.6
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile
index 99cb02c645f6..4e6f0877a6fa 100644
--- a/x11-toolkits/hs-gtk2hs/Makefile
+++ b/x11-toolkits/hs-gtk2hs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gtk2hs
PORTVERSION= 0.13.2.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile
index 53fccade1cf7..53a0316d99f9 100644
--- a/x11-toolkits/hs-gtksourceview2/Makefile
+++ b/x11-toolkits/hs-gtksourceview2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gtksourceview2
PORTVERSION= 0.13.3.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile
index 146742dc83b9..e203981d84ff 100644
--- a/x11-toolkits/hs-pango/Makefile
+++ b/x11-toolkits/hs-pango/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pango
PORTVERSION= 0.13.3.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile
index c5c27652cf0c..4c44deca46fc 100644
--- a/x11-toolkits/hs-vte/Makefile
+++ b/x11-toolkits/hs-vte/Makefile
@@ -2,6 +2,7 @@
PORTNAME= vte
PORTVERSION= 0.13.1.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile
index b1e8c94ca6cc..1ac2fdcb4a41 100644
--- a/x11-toolkits/hs-wx/Makefile
+++ b/x11-toolkits/hs-wx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wx
PORTVERSION= 0.92.3.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile
index 330a58ca1a64..b81f53235882 100644
--- a/x11-toolkits/hs-wxc/Makefile
+++ b/x11-toolkits/hs-wxc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wxc
PORTVERSION= 0.92.3.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile
index cbd7b7c829bf..e844d4f19b45 100644
--- a/x11-toolkits/hs-wxcore/Makefile
+++ b/x11-toolkits/hs-wxcore/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wxcore
PORTVERSION= 0.92.3.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile
index e19093fa6e7f..37036845b6e9 100644
--- a/x11-toolkits/hs-wxdirect/Makefile
+++ b/x11-toolkits/hs-wxdirect/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wxdirect
PORTVERSION= 0.92.3.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org