From owner-cvs-all@FreeBSD.ORG Mon Aug 1 19:02:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF59F16A422; Mon, 1 Aug 2005 19:02:03 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C2E243D5C; Mon, 1 Aug 2005 19:02:03 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j71J23aA015546; Mon, 1 Aug 2005 19:02:03 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j71J233H015545; Mon, 1 Aug 2005 19:02:03 GMT (envelope-from gerald) Message-Id: <200508011902.j71J233H015545@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 1 Aug 2005 19:02:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo pkg-plist ports/lang/gcc41/files java-patch-hier patch-hier X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 19:02:04 -0000 gerald 2005-08-01 19:02:03 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo pkg-plist Added files: lang/gcc41/files java-patch-hier Removed files: lang/gcc41/files patch-hier Log: Update to the 20050730 snapshot of GCC 4.1.0. Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables building the compiler and tools proper and avoids fetching the entire Java frontend and library tarball. Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds these days. Make the (optional) handling of the Fortran and Java frontends easier to understand. Revision Changes Path 1.224 +36 -45 ports/lang/gcc41/Makefile 1.126 +12 -12 ports/lang/gcc41/distinfo 1.1 +16 -0 ports/lang/gcc41/files/java-patch-hier (new) 1.2 +0 -16 ports/lang/gcc41/files/patch-hier (dead) 1.73 +19 -19 ports/lang/gcc41/pkg-plist