summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-04-05 18:33:17 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-04-05 18:33:17 +0000
commit4acbe6a0ba21ec14fc42aba7435591ae7a420607 (patch)
tree9a82c3412e2280368bcc2ecab085ca709602faea
parentea91df8188ebfe208ec5561826bdb31c5b33bd6a (diff)
Mention clang module.
-rw-r--r--share/man/man5/port-modules.512
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index eeaca8f18de..cf6e4195525 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.124 2012/04/04 05:49:55 ajacoutot Exp $
+.\" $OpenBSD: port-modules.5,v 1.125 2012/04/05 18:33:16 sthen Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 4 2012 $
+.Dd $Mdocdate: April 5 2012 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -555,6 +555,14 @@ as well as a
target (if not already defined).
It heeds
.Ev NO_BUILD .
+.It lang/clang
+Similar to gcc3 and gcc4 modules.
+If architecture is in MODGCC3_ARCHS, the CLang compilers will be
+put at the front of the path.
+By default, only C language support is included by this module.
+If other languages are needed, they must be listed in
+.Ev MODCLANG_LANGS
+(e.g. c++).
.It lang/ghc
Sets
.Ev ONLY_FOR_ARCHS ,