From owner-freebsd-ports@FreeBSD.ORG Thu Aug 7 07:55:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C57137B401 for ; Thu, 7 Aug 2003 07:55:40 -0700 (PDT) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA8B43FBD for ; Thu, 7 Aug 2003 07:55:38 -0700 (PDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.9/8.12.9) with ESMTP id h77Etavx096971 for ; Thu, 7 Aug 2003 09:55:36 -0500 (CDT) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost)h77EtZr9096879 for ports@freebsd.org; Thu, 7 Aug 2003 09:55:35 -0500 (CDT) (envelope-from glenn) Date: Thu, 7 Aug 2003 09:55:35 -0500 From: Glenn Johnson To: ports@freebsd.org Message-ID: <20030807145534.GA90715@node1.cluster.srrc.usda.gov> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: USE_GCC with CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 14:55:40 -0000 Should bsd.port.mk have the following change applied due to the new gcc3.3.1 in CURRENT? --- bsd.port.mk.orig Thu Aug 7 09:47:16 2003 +++ bsd.port.mk Thu Aug 7 09:47:26 2003 @@ -1342,7 +1342,7 @@ BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31 MAKE_ENV+= CC=${CC} CXX=${CXX} .endif -.if defined(USE_GCC) && ${USE_GCC} == 3.2 && ${OSVERSION} < 500039 +.if defined(USE_GCC) && ${USE_GCC} == 3.2 && ( ${OSVERSION} < 500039 || ${OSVERSION} > 501102 ) CC= gcc32 CXX= g++32 BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov