From owner-cvs-all@FreeBSD.ORG Sat Jun 25 23:58:34 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 7200216A41C; Sat, 25 Jun 2005 23:58:34 +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 4A89943D48; Sat, 25 Jun 2005 23:58:34 +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 j5PNwYCW004009; Sat, 25 Jun 2005 23:58:34 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5PNwYwF004008; Sat, 25 Jun 2005 23:58:34 GMT (envelope-from gerald) Message-Id: <200506252358.j5PNwYwF004008@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 25 Jun 2005 23:58:34 +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/gcc40 Makefile 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: Sat, 25 Jun 2005 23:58:34 -0000 gerald 2005-06-25 23:58:33 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile Log: 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.214 +2 -9 ports/lang/gcc40/Makefile