From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 21:48:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB7A2DB8; Wed, 20 Nov 2013 21:48:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3742BFE; Wed, 20 Nov 2013 21:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKLmU5H083501; Wed, 20 Nov 2013 21:48:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKLmUPt083500; Wed, 20 Nov 2013 21:48:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311202148.rAKLmUPt083500@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 20 Nov 2013 21:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334460 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 21:48:30 -0000 Author: bapt Date: Wed Nov 20 21:48:30 2013 New Revision: 334460 URL: http://svnweb.freebsd.org/changeset/ports/334460 Log: Fix a typo Reported by: Rainer Hurling Modified: head/Mk/Uses/compiler.mk Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Wed Nov 20 21:47:29 2013 (r334459) +++ head/Mk/Uses/compiler.mk Wed Nov 20 21:48:30 2013 (r334460) @@ -22,7 +22,7 @@ # ALT_COMPILER_VERSION: 2 first digit of the version: 33 for clang 3.3.*, 46 for gcc 4.6.* of the ALT_COMPILER_TYPE # # COMPILER_FEATURES: the list of features supported by the compiler include the standard C++ library. -# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the famework) +# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework) .if !defined(_INCLUDE_USES_COMPILER_MK) _INCLUDE_USES_COMPILER_MK= yes