From owner-cvs-all@FreeBSD.ORG Tue Jul 5 21:20:43 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 6BE0616A41C; Tue, 5 Jul 2005 21:20:43 +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 EB8F943D4C; Tue, 5 Jul 2005 21:20:42 +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 j65LKg96041190; Tue, 5 Jul 2005 21:20:42 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j65LKg0a041189; Tue, 5 Jul 2005 21:20:42 GMT (envelope-from gerald) Message-Id: <200507052120.j65LKg0a041189@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 5 Jul 2005 21:20:42 +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/gcc34 Makefile distinfo 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: Tue, 05 Jul 2005 21:20:43 -0000 gerald 2005-07-05 21:20:42 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20050628 snapshot of GCC 3.4.5. Directly install libraries into a port-specific location instead of moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict. Revision Changes Path 1.212 +3 -8 ports/lang/gcc34/Makefile 1.118 +10 -12 ports/lang/gcc34/distinfo