Date: Fri, 10 Jan 2014 22:09:07 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339386 - head/Mk/Uses Message-ID: <201401102209.s0AM97Yg013006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Jan 10 22:09:07 2014 New Revision: 339386 URL: http://svnweb.freebsd.org/changeset/ports/339386 Log: Mention the new c++0x argument. Approved by: portmgr (bdrewery) Modified: head/Mk/Uses/compiler.mk Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Fri Jan 10 21:12:59 2014 (r339385) +++ head/Mk/Uses/compiler.mk Fri Jan 10 22:09:07 2014 (r339386) @@ -6,8 +6,9 @@ # # Feature: compiler # Usage: USES=compiler or USES=compiler:ARGS -# Valid ARGS: env (default, implicit) c++11-lib c++11-lang c11 openmp nestedfct features +# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 openmp nestedfct features # +# c++0x: The port needs a compiler understanding C++0X # c++11-lang: The port needs a compiler understanding C++11 # c++11-lib: The port needs a compiler understanding C++11 and with a C++11 ready standard library # c11: The port needs a compiler understanding C11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401102209.s0AM97Yg013006>