From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:37:22 2006 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 1266316A400; Wed, 15 Mar 2006 09:37:22 +0000 (UTC) (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 D45D043D46; Wed, 15 Mar 2006 09:37:21 +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 k2F9bLCD030653; Wed, 15 Mar 2006 09:37:21 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9bLGh030651; Wed, 15 Mar 2006 09:37:21 GMT (envelope-from gerald) Message-Id: <200603150937.k2F9bLGh030651@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 15 Mar 2006 09:37:21 +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 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: Wed, 15 Mar 2006 09:37:22 -0000 gerald 2006-03-15 09:37:21 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo pkg-plist Log: Update to the 20060310 snapshot of GCC 4.1, which basically is GCC 4.1.0 plus only a few patches. The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.2.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK. Revision Changes Path 1.251 +8 -15 ports/lang/gcc41/Makefile 1.148 +15 -15 ports/lang/gcc41/distinfo 1.79 +1 -6 ports/lang/gcc41/pkg-plist