From owner-cvs-ports@FreeBSD.ORG Tue Feb 28 05:56:43 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 C84AF16A420; Tue, 28 Feb 2006 05:56:43 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8377943D45; Tue, 28 Feb 2006 05:56:43 +0000 (GMT) (envelope-from ade@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 k1S5uhSA096802; Tue, 28 Feb 2006 05:56:43 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S5uhdu096801; Tue, 28 Feb 2006 05:56:43 GMT (envelope-from ade) Message-Id: <200602280556.k1S5uhdu096801@repoman.freebsd.org> From: Ade Lovett Date: Tue, 28 Feb 2006 05:56: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/devel/apr Makefile 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: Tue, 28 Feb 2006 05:56:44 -0000 ade 2006-02-28 05:56:43 UTC FreeBSD ports repository Modified files: devel/apr Makefile Log: Fix build when bash is installed, by changing the (incorrect) usage of SCRIPTS_ENV to CONFIGURE_ENV. This works around the problem and makes this port build now, but there is almost certainly something very strange going on with any one of the recent updates to ports/shells/bash and it's handling of arguments passed to configure scripts, since this most definitely used to work. Detective work by: Ion-Mihai Tetcu Approved by: portmgr (implicit) Revision Changes Path 1.63 +6 -5 ports/devel/apr/Makefile