From owner-p4-projects@FreeBSD.ORG Wed Jun 16 09:58:53 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C15D91065686; Wed, 16 Jun 2010 09:58:53 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 847C51065670 for ; Wed, 16 Jun 2010 09:58:53 +0000 (UTC) (envelope-from andrius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71ADA8FC17 for ; Wed, 16 Jun 2010 09:58:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5G9wruh083949 for ; Wed, 16 Jun 2010 09:58:53 GMT (envelope-from andrius@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5G9wrn9083947 for perforce@freebsd.org; Wed, 16 Jun 2010 09:58:53 GMT (envelope-from andrius@FreeBSD.org) Date: Wed, 16 Jun 2010 09:58:53 GMT Message-Id: <201006160958.o5G9wrn9083947@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andrius@FreeBSD.org using -f From: Andrius Morkunas To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 179672 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 09:58:54 -0000 http://p4web.freebsd.org/@@179672?ac=10 Change 179672 by andrius@klevas on 2010/06/16 09:58:31 Catch up with ports. Affected files ... .. //depot/projects/soc2010/clangports/ports/Mk/bsd.gcc.mk#4 edit Differences ... ==== //depot/projects/soc2010/clangports/ports/Mk/bsd.gcc.mk#4 (text+ko) ==== @@ -6,11 +6,11 @@ # Created by: Edwin Groothuis # # For port developers: -# If your port needs a specific version of GCC, you can easily specify -# that with the "USE_GCC=" statement. If you need a certain minimal version, -# but don't care if about the upperversion, just the + sign behind -# the version. Note that the Fortran compiler is specified with the -# USE_FORTRAN knob. +# If your port needs a specific (minimum) version of GCC, you can easily +# specify that with a "USE_GCC=" statement. Unless absolutely necessary +# do so by specifying "USE_GCC=X.Y+" which requests at least GCC version +# X.Y. To request a specific version omit the trailing + sign. Use of +# a Fortran compiler is declared by the USE_FORTRAN knob, not USE_GCC. # # As of 2010-06-06, USE_GCC=4.3 is deprecated and USE_GCC=4.3+ is # transparently rewritten to USE_GCC=4.4+. @@ -33,7 +33,7 @@ # If you are wondering what your port exactly does, use "make test-gcc" # to see some debugging. # -# $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.43 2010/06/06 19:15:03 gerald Exp $ +# $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.44 2010/06/11 21:06:18 gerald Exp $ # GCC_Include_MAINTAINER= gerald@FreeBSD.org