From owner-cvs-ports@FreeBSD.ORG Sat Jun 17 15:47:44 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA8A16A479; Sat, 17 Jun 2006 15:47:44 +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 357BB43D45; Sat, 17 Jun 2006 15:47:44 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5HFlicL066949; Sat, 17 Jun 2006 15:47:44 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5HFlhZq066948; Sat, 17 Jun 2006 15:47:43 GMT (envelope-from gerald) Message-Id: <200606171547.k5HFlhZq066948@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 17 Jun 2006 15:47:43 +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 pkg-plist ports/lang/gcc34/files gcc.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 15:47:44 -0000 gerald 2006-06-17 15:47:43 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile pkg-plist Removed files: lang/gcc34/files gcc.sh.in Log: Make CONFIGURE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40) Revision Changes Path 1.239 +2 -8 ports/lang/gcc34/Makefile 1.2 +0 -14 ports/lang/gcc34/files/gcc.sh.in (dead) 1.69 +1 -2 ports/lang/gcc34/pkg-plist